rxtools not found in Groovy
In order to use RosoutPanel in C++ I include rxtools/rosout_panel.h in my class and depend on rxtools in manifest.xml. In Fuerte this works fine, but in Groovy I get a compile error because it cannot find rosout_panel.h:
fatal error: rxtools/rosout_panel.h: No such file or directory
The .h-file is present on the file system (/opt/ros/groovy/share/rxtools/src/rxtools), so why is it not found?
I believe it's just your typo but
rosout_panel.h
notrosoutpanel.h
ok?Sorry about that, I am including rosout_panel.h in the code :-)
And I assume you're using
rosbuild
viarosmake
? If so, can you shareCMakeLists.txt
?I made a very simple example that works in Fuerte but not Groovy: http://www8.cs.umu.se/~ringdahl/ros/rxtest.tar.gz