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

Hydro has moved to using catkin, and has moved away from stacks. Everything is a package now. To setup a skeleton package, use catkin_create_pkg NAME [DEPENDENCY [DEPENDENCY [..]]] in your source workspace.

Also, see the catkin/CreatingPackage page on the ROS wiki.

Hydro has moved to using catkin, and has moved away from stacks. Everything is a package now. To setup a skeleton package, use use

catkin_create_pkg NAME [DEPENDENCY [DEPENDENCY [..]]][..]]]
 

in your source workspace.

Also, see the catkin/CreatingPackage page on the ROS wiki.