ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Problem with PCL messages

asked 2013-01-10 23:33:32 -0500

liborw gravatar image

updated 2013-03-01 13:41:54 -0500

joq gravatar image

Hi,

I have encountered problem with the PCL messages, there is a number of messages:

pcl/ModelCoefficients
pcl/PointIndices
pcl/PolygonMesh
pcl/Vertices

but there is no makefile and the messages are not build. Meaning that they can't be used in the python. Why is that?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

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

joq gravatar image

updated 2013-01-11 11:25:38 -0500

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?

edit flag offensive delete link more

Comments

I'm using Fuerte, the messages are defined in /opt/ros/fuerte/share/pcl/msg/ but not generated.

liborw gravatar image liborw  ( 2013-01-13 20:37:56 -0500 )edit

I can confirm it: There are no python messages in the (ubuntu/debian) package ros-fuerte-pcl.

MichaelKorn gravatar image MichaelKorn  ( 2013-01-13 21:54:06 -0500 )edit
1

Please post a bug ticket, specifying that the problem is in ROS Fuerte. The PCL issues page seems to be here: http://dev.pointclouds.org/projects/pcl/issues

joq gravatar image joq  ( 2013-03-01 13:47:25 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2013-01-10 23:33:32 -0500

Seen: 245 times

Last updated: Jan 11 '13