ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
.msg files are not importable by python. Python modules will be generated when you build your package (with catkin or rosbuild), and placed in your package's src/PKG_NAME/msg
directory. They will be added to your pythonpath (either automatically with catkin, or with the load_manifest(PKG_NAME)
command with rosbuild)