ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I removed smach_ros and smach inside CMake

and added to my python:

import roslib; roslib.load_manifest('smach'); roslib.load_manifest('smach_ros')

I have no idea if this is the right way and why it works.