ROS Basics in 5 days (C++) Unit 8 Cannot locate node of type

Hi, i´m stuck in he unit 8 and i don’t know why but i got this message when i try to launch a pakage


I’ve try this commands but i’m having the same problem
rm -rf /home/user/catkin_ws/src/
rm -rf /home/user/catkin_ws/build/
rm -rf /home/user/catkin_ws/devel/
mkdir -p /home/user/catkin_ws/src/
cd /home/user/catkin_ws/
catkin_make
from this topic:
How can i reset catkin_ws? - Course Support / ROS Basics In 5 Days (C++) - The Construct ROS Community (robotigniteacademy.com)

Hi, welcome to the community!

I see that the message is looking for a package prueba. Do you have it inside the src folder?
I see that the first command you did deleted the src folder, so I’m assuming you don’t have it.

Solved¿
First i make a new package named prueba and then when i launch it it gives me that error.
Then i execute the commands because i found them in another topic for fix it and apparently they don’t work BUT before execute then i left a couple hours and when i came back all seems fixed so i don’t really know what was happening.
I don’t have any problem now, thanks for your time.

1 Like