[ros-users] compile error using rosmake

Todd Anderson tdansel88 at gmail.com
Tue May 4 18:46:55 UTC 2010


Hey all,

So I have 3 files in my src directory for a ros package,
homography_generator.cpp, CeilingNode.h, and CeilingNode.cpp.

When I try to compile using rosmake, I am getting errors when I try and use
my CeilingNode object.  I tested CeilingNode in a different package just
using g++ and it compiled fine, however it won't work using rosmake.  Since
all the files are in the same directory, I have '#include "CeilingNode.h"
and that is it.  Do I need to move files around in order for this to work?

I have not included the files because they are rather long, but here is the
error I get from the console when I compile.

'line 317: undefined reference to `CeilingNode::CeilingNode()''

-- 
Todd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osuosl.org/pipermail/ros-users/attachments/20100504/702baca3/attachment-0002.html>


More information about the ros-users mailing list