mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Add typhoon h480 support to gazebo multiple sim (#16210)
* Add typhoon h480 support to gazebo multiple sim This commit adds support for the typhoon_h480 model for the gazebo_sitl_multiple_run.sh script. * Update sitl_gazebo to latest version
This commit is contained in:
parent
fb1f360724
commit
5e6f8a9606
@ -16,7 +16,7 @@ function spawn_model() {
|
||||
MODEL=$1
|
||||
N=$2 #Instance Number
|
||||
|
||||
SUPPORTED_MODELS=("iris" "iris_rtps" "plane" "standard_vtol" "rover" "r1_rover")
|
||||
SUPPORTED_MODELS=("iris" "iris_rtps" "plane" "standard_vtol" "rover" "r1_rover" "typhoon_h480")
|
||||
if [[ " ${SUPPORTED_MODELS[*]} " != *"$MODEL "* ]];
|
||||
then
|
||||
echo "ERROR: Currently only vehicle model $MODEL is not supported!"
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit 0a4d0708e839388668575d61623903c297a73a34
|
||||
Subproject commit cded4e1d0c477c02d5efff1fda6151392f0d8756
|
||||
Loading…
x
Reference in New Issue
Block a user