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

asked 2018-01-12 20:01:15 -0500

Nebula gravatar image

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
edit retag flag offensive close merge delete

Comments

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

ahendrix gravatar image ahendrix  ( 2018-01-12 20:08:12 -0500 )edit