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

rosmake rosbuild_genmsg

asked 2013-05-11 01:29:17 -0500

acp gravatar image

Hi,

I have a small issue.

I just included in my src/file.cpp the lines

include "sensor_msgs/PointCloud.h"

include "hokuyo_listener_al/PointCloudWithOrigin.h" then I uncomment the line rosbuild_genmsg() in CMakeList.txt and I create the folder msg under my package directory.

Then I run rosmake hokuyo_listener_al (which is my package name) and I get the following error:

fatal error: hokuyo_listener_al/PointCloudWithOrigin.h: No such file or directory

I have in my manifest.xml depend package="geometry_msgs", depend package="sensor_msgs"

Any suggestion?

In advance thank you :)

edit retag flag offensive close merge delete

Comments

Is 'PointCloudWithOrigin.h' the result of your PointCloudWithOrigin.msg or a custom header file written by you ?

prasanna.kumar gravatar image prasanna.kumar  ( 2013-05-11 02:08:34 -0500 )edit

it is part of the prairiedog http://code.google.com/p/prairiedog/source/browse/?r=7 open source.

acp gravatar image acp  ( 2013-05-14 03:52:30 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-05-11 03:12:12 -0500

acp gravatar image

Well, I found the mistake, I just forgot to add the file PointCloudWithOrigin.msg in the msg folder.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-05-11 01:29:17 -0500

Seen: 600 times

Last updated: May 11 '13