Intermodalics / tango_ros

ROS related software for Tango
Apache License 2.0
67 stars 22 forks source link

ROS service headers not visible to tango_ros_streamer package #257

Closed fishcu closed 7 years ago

fishcu commented 7 years ago

Issue: When cloning the repo, the header files, generated from the ROS services (*.srv files) are not visible to the tango_ros_streamer package. "catkin build" will fail on this package.

Hacky fix: Copy the include files (which are really just symlinks) from ".../tango_ros_ws/devel/include" to ".../tango_ros_ws/src/tango_ros/third_party/roscpp_android_ndk/include".

How would this be properly fixed? I had a look at some package.xmls and CMakeLists.txts, but everything seems OK...

PerrineAguiar commented 7 years ago

@fishcu Thanks for taking a look, #269 should fix this issue.