ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
In my case I was running colcon build form inside the src directory in my workspace.
Like this:
~/ros2_ws/src$ colcon build
Running colcon build
in the workspace root solved the issue:
cd ~/ros2_ws
colcon build
source install/setup.bash
and finally
ros2 run [package_name] [executable_name]