Ros basics in 5 days, part 2, module error

image
image

I cannot figure out why it cannot find the module… Can anyone see the problem?

best

Hi @badmadafaka, make sure to compile your package:

cd ~/catkin_ws
catkin_make
source devel/setup.bash
rospack profile
1 Like