mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 14:18:00 +08:00
c870e27ac5
* First steps towards detailed cyberzoo model. Got transparency working. * Fix ambient lighting of cyberzoo_solid * Import improved model * Fix optitrack cameras * Fix lighting colors * Fix optitrack camera color * Add orange pole and traffic mat objects * Fix orange_pole2 smoothing errors * Fix cyberzoo origin * Add first draft of cyberzoo surroundings * Add updated cyberzoo surroundings and outside walls * Minor fixes to surroundings * Create cyberzoo world To-do: set origin coordinates and rotate environment * Set world coordinates and rotation, fix naming conflict * Add cyberzoo world with orange poles for orange_avoider * Remove old cyberzoo model, fix dependencies * Add daylight in windows on outer walls * Separate cyberzoo model into layers Makes it easier to hide parts of the model in the GUI. * Add cyberzoo surroundings to main model in separate layers * Restore cyberzoo floor collision box * Add cyberzoo props * Minor tweaks to models * Compress textures Reduced texture dimensions. Size of model folder is now approx. 20 MB instead of 60+ MB. * Remove origin marker from worlds * Move CyberZoo models to submodule - All new models are moved to the tudelft/gazebo_models repository, which is included as a submodule in sw/ext/tudelft_gazebo_models/ - Changed vehicle and world SDF loading to use URI's, these can be used with multiple search paths - Added gzclient_launcher.sh script that sets up environment variables before launching gzclient. This prevents errors if the user forgets to add the paths to .bashrc. Added as a tool to control_panel_example.xml
45 lines
1.5 KiB
Plaintext
45 lines
1.5 KiB
Plaintext
[submodule "sw/ext/libopencm3"]
|
|
path = sw/ext/libopencm3
|
|
url = https://github.com/libopencm3/libopencm3.git
|
|
[submodule "sw/ext/luftboot"]
|
|
path = sw/ext/luftboot
|
|
url = https://github.com/paparazzi/luftboot.git
|
|
[submodule "sw/ext/fatfs"]
|
|
path = sw/ext/fatfs
|
|
url = https://github.com/enacuavlab/fatfs.git
|
|
[submodule "sw/ext/chibios"]
|
|
path = sw/ext/chibios
|
|
url = https://github.com/ChibiOS/ChibiOS.git
|
|
[submodule "sw/ext/libzbar"]
|
|
path = sw/ext/libzbar
|
|
url = https://github.com/paparazzi/libzbar
|
|
[submodule "sw/ext/libsbp"]
|
|
path = sw/ext/libsbp
|
|
url = https://github.com/swift-nav/libsbp.git
|
|
[submodule "sw/ext/mavlink"]
|
|
path = sw/ext/mavlink
|
|
url = https://github.com/paparazzi/mavlink.git
|
|
[submodule "sw/ext/pprzlink"]
|
|
path = sw/ext/pprzlink
|
|
url = https://github.com/paparazzi/pprzlink.git
|
|
[submodule "sw/ext/opencv_bebop"]
|
|
path = sw/ext/opencv_bebop
|
|
url = https://github.com/tudelft/opencv_bebop.git
|
|
ignore = dirty
|
|
[submodule "sw/ext/TRICAL"]
|
|
path = sw/ext/TRICAL
|
|
url = https://github.com/sfwa/TRICAL.git
|
|
[submodule "sw/ext/hacl-c"]
|
|
path = sw/ext/hacl-c
|
|
url = https://github.com/paparazzi/hacl-c.git
|
|
[submodule "sw/ext/rustlink"]
|
|
path = sw/ext/rustlink
|
|
url = https://github.com/paparazzi/rustlink.git
|
|
[submodule "sw/ext/key_generator"]
|
|
path = sw/ext/key_generator
|
|
url = https://github.com/paparazzi/key_generator.git
|
|
[submodule "sw/ext/tudelft_gazebo_models"]
|
|
path = sw/ext/tudelft_gazebo_models
|
|
url = https://github.com/tudelft/gazebo_models.git
|
|
shallow = true
|