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

Revision history [back]

catkin_create_pkg <package_name> [depend1] [depend2] [depend3] - Just change the name of the package. There are some keywords that should not be used since it confuses the compiler. I first use <data_pkg> and I had an error after compiling(catkin_make). I changed it to <senor_data> and it worked. I hope it helps.