Robotics StackExchange | Archived questions

bash: integrationtests/setup_gazebo_ros.bash: No such file or directory

I am following this documentation. I am able to connect MAVROS to localhost inside Firmware directory.

cd ~/src/Firmware # not cd <Firmware_clone> 

It is failing to run

source integrationtests/setup_gazebo_ros.bash $(pwd)
bash: integrationtests/setup_gazebo_ros.bash: No such file or directory

Asked by Nebula on 2018-01-12 21:01:15 UTC

Comments

This seems to be the PR that removed that file: https://github.com/PX4/Firmware/pull/5255 . Maybe it isn't necessary any more?

Asked by ahendrix on 2018-01-12 21:08:12 UTC

Answers