mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
update sitl_gazebo (#5224)
This commit is contained in:
parent
f3c5c2c5a9
commit
eeb73888fd
@ -1 +1 @@
|
||||
Subproject commit d03d8356c54c6321278273a7afaba76ace454372
|
||||
Subproject commit 00dcabb1c2c001b40713903da1a4a7f71d01ef27
|
||||
@ -28,8 +28,12 @@ TEST_RESULT_TARGET_DIR=$JOB_DIR/test_results
|
||||
if [ -f /opt/ros/indigo/setup.bash ]
|
||||
then
|
||||
source /opt/ros/indigo/setup.bash
|
||||
else
|
||||
elif [ -f /opt/ros/kinetic/setup.bash ]
|
||||
then
|
||||
source /opt/ros/kinetic/setup.bash
|
||||
else
|
||||
echo "could not find /opt/ros/{ros-distro}/setup.bash"
|
||||
exit 1
|
||||
fi
|
||||
source $SRC_DIR/integrationtests/setup_gazebo_ros.bash $SRC_DIR
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user