What wrong?!? What should I do right now?
- 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?
colcon build
from the ~/ros2_ws
directorysource ~/install/setup.bash
to source the newly compiled package?