jhu-lcsr-forks / rtt_ros_integration

Orocos-ROS integration libraries and tools
1 stars 2 forks source link

Removed deprecated ROS version check from generated boost headers in rtt_roscomm #49

Closed meyerj closed 10 years ago

meyerj commented 10 years ago

Recent ROS versions don't need that check anymore. std_msgs/boost/Header.h can be included like any other message type including the boost/ path component.

Last but not least, ros/common.h is a roscpp header, but typekit headers should not depend on roscpp for the case typekits and ROS transports are used separately (although this is probably not yet possible...).