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
This seems to be the PR that removed that file: https://github.com/PX4/Firmware/pull/... . Maybe it isn't necessary any more?