The Construct ROS Community
ROS2 execute error
Course Support
ROS2 In 5 Days Python
a13e5c2ddf294571
March 7, 2022, 1:11pm
1
What wrong?!? What should I do right now?
image
961×375 76.5 KB
rosjects
March 7, 2022, 2:34pm
2
Have you compiled? Remember you need to compile with
colcon build
from the
~/ros2_ws
directory
Also, have you done a
source ~/install/setup.bash
to source the newly compiled package?