Changelog for package rtt_roscomm
2.8.5 (2017-03-28)
- Merge pull request #85 from meyerj/ros-primitives-transport-indigo-devel
Added a ROS transport plugin for primitive types (indigo-devel)
- rtt_roscomm: fix caller engine in RosServiceServerProxyBase to make sure that OwnThread operations are executed in the owner's thread
- rtt_roscomm: added topicLatched() method to rtt_rostopic service
- rtt_roscomm: only set CMAKE_BUILD_TYPE to MinSizeRel if either not set or if it was Release before
This enables debugging of ROS typekits.
- Contributors: Johannes Meyer
2.8.3 (2016-07-20)
- rtt_roscomm: set minimum ROS subscriber queue_size to 1
- rtt_roscomm: fixed destruction of RosSubChannelElement<T> and ROS subscriber shutdown (fix #61)
- Contributors: Johannes Meyer