ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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.