could not find a package configuration file provided by "rosado"

asked 2018-04-21 18:54:18 -0500

Hello, am a beginner on the world of ROS. recently i was trying to follow this tutorial for kinetic "wiki.ros.org/ROS/Tutorials/CreatingPackage"

but i got a problem on the 4 step, I got an error when i create a package with catkin_make. the error was: could not find a package configuration file provided by "rosado"

This just create CMakeList.txt and miss the package.xml on the catkin_ws/src

Please help, am very interesting on ROS.

edit retag flag offensive close merge delete

Comments

Did you, at any point, specify rosado as a dependency of your newly created package? Does the name rosado mean anything to you (ie: it is the name of the pkg that you created)?

Please add the contents of CMakeLists.txt (without all the comments) to your question text (edit button).

gvdhoorn gravatar image gvdhoorn  ( 2018-04-22 04:04:52 -0500 )edit