mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-30 04:06:33 +08:00
update sitl_gazebo (#5224)
This commit is contained in:
+1
-1
Submodule Tools/sitl_gazebo updated: d03d8356c5...00dcabb1c2
@@ -28,8 +28,12 @@ TEST_RESULT_TARGET_DIR=$JOB_DIR/test_results
|
|||||||
if [ -f /opt/ros/indigo/setup.bash ]
|
if [ -f /opt/ros/indigo/setup.bash ]
|
||||||
then
|
then
|
||||||
source /opt/ros/indigo/setup.bash
|
source /opt/ros/indigo/setup.bash
|
||||||
else
|
elif [ -f /opt/ros/kinetic/setup.bash ]
|
||||||
|
then
|
||||||
source /opt/ros/kinetic/setup.bash
|
source /opt/ros/kinetic/setup.bash
|
||||||
|
else
|
||||||
|
echo "could not find /opt/ros/{ros-distro}/setup.bash"
|
||||||
|
exit 1
|
||||||
fi
|
fi
|
||||||
source $SRC_DIR/integrationtests/setup_gazebo_ros.bash $SRC_DIR
|
source $SRC_DIR/integrationtests/setup_gazebo_ros.bash $SRC_DIR
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user