cpp message generation failure?
I'm trying to finish setting up my p2os_driver package that I've converted to groovy & catkin and have hit another speedbump.
cd catkin_ws/src
wstool set p2os_driver --git https://github.com/dawonn/ros-p2os-driver
wstool update
cd catkin_ws
catkin_make
This process works fine on my ubuntu 12.04 machine but not on my raspberry pi. On my rpi I get:
In file included from /home/dereck/cws/src/p2os_driver/src/p2osnode.cc:31:0:
/home/dereck/cws/src/p2os_driver/include/p2os.h:40:26: fatal error: BatteryState.h: No such file or directory
and there are no messages in the catkin_ws/devel/include/p2os_driver directory on the rasPi, but they are there on the ubuntu machine.
In other words, What could cause CPP message headers not to be generated?