ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Hi , the command : " catkin_create_pkg beginner_tutorials std_msgs rospy roscpp " creates for you two files:

  1. package.xml
  2. CMakeLists.txt.

The folder name is std_msgs (with an s) while the folder containing package.xml and CMakeLists.txt has std_msg (without an s) embedded inside it.

To Solve: Simply edit package.xml and CMakeLists.txt and change all std_msg to std_msgs.

Save and Done!