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

I am 99% sure you can not nest one catkin package within another, but you can have 3 packages under the robot_controller directory. The robot_controller must not have a CMakefile.txt or package.xml. Each catkin package gets their own subtree, and each will have a distinct CMakefile.txt and package.xml file.

I am 99% sure you can not nest one catkin package within another, but you can have 3 packages under the robot_controller directory. The robot_controller dir must not have a CMakefile.txtCMakeLists.txt or package.xml. Each catkin package gets their own subtree, and each will have a distinct CMakefile.txtCMakeLists.txt and package.xml file.