ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Are you sure that rostopic is running with the same ROS_PACKAGE_PATH and that the messages are built correctly? A quick test:
{{{
import roslib roslib.load_manifest('mocap_msgs') import mocap_msgs.msg
print mocap_msgs.LocalMocapFrame }}}
2 | No.2 Revision |
Are you sure that rostopic is running with the same ROS_PACKAGE_PATH and that the messages are built correctly? A quick test:
{{{
#!/usr/bin/env python
import roslib
roslib.load_manifest('mocap_msgs')
import 3 | No.3 Revision |
Are you sure that rostopic is running with the same ROS_PACKAGE_PATH and that the messages are built correctly? A quick test:
#!/usr/bin/env python
import roslib
roslib.load_manifest('mocap_msgs')
import mocap_msgs.msg
print mocap_msgs.LocalMocapFrame
mocap_msgs.msg.LocalMocapFrame