ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
It looks like you need to source /opt/ros/foxy/setup.bash
before running rosdep install
. You can verify that this was done by running echo $ROS_DISTRO
. If this returns foxy
then you've already sourced it correctly. If not, echo $ROS_DISTRO
will not return anything.