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

In order to be a unary stack, just take your package and add a stack.xml file as well -- i.e. use the CMakeLists.txt and Makefile from the package. The only thing you need to add is version information to the stack.xml or CMakeLists.txt, which is described in REP 109:

http://ros.org/reps/rep-0109.html#stack-version

In order to be a unary stack, just take your package and add a stack.xml file as well -- i.e. use the CMakeLists.txt and Makefile from the package. The only thing you need to add is version information to the stack.xml or CMakeLists.txt, which is described in REP 109:

http://ros.org/reps/rep-0109.html#stack-version

This works as of Electric.