Robotics StackExchange | Archived questions

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

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.

Asked by durbonca on 2018-04-21 18:54:18 UTC

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).

Asked by gvdhoorn on 2018-04-22 04:04:52 UTC

Answers