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

answered 2013-01-11 11:24:29 -0500

joq gravatar image

They are defined in Python.

What ROS distro are you using? For Groovy on Ubuntu, those files should be in /opt/ros/groovy/lib/python2.7/dist-packages/pcl/msg/.

How did you import the message definitions? Something like this?

from pcl.msg import ModelCoefficients

They are defined in Python.

What ROS distro are you using? For Groovy on Ubuntu, those files should be in /opt/ros/groovy/lib/python2.7/dist-packages/pcl/msg/.

How did you import the message definitions? Something like this?

from pcl.msg import ModelCoefficients

Did you declare your dependency on the pcl package?