Added constructor in RTB for objects without default constructor
Add feedback sending capability to RealtimeServerGoalHandle.
Contributors: Bence Magyar, Aris Synodinos, Miguel Prada, graiola
1.9.1 (2015-04-30)
RealtimeBox: Fix member doc
Contributors: Adolfo Rodriguez Tsouroukdissian, Dave Coleman
1.9.0 (2014-05-12)
Remove rosbuild artifacts.
Cleaned up CMake and removed unnecessary dependencies
Contributors: Adolfo Rodriguez Tsouroukdissian, Dave Coleman
1.8.3 (2014-02-05)
Fix linking
The library needs to be linked against roscpp and Boost thread.
GCC won't complain about missing symbols for a shared library,
but other linkers (like clang's) will not accept it by default.
Added Travis support
Renamed manifest.xml so it doesn't brek rosdep
Contributors: Adolfo Rodriguez Tsouroukdissian, Dave Coleman, Paul Mathieu
1.8.2 (2013-08-29)
Append newline.
Merge pull request #4 from pal-robotics/hydro-devel
Add realtime action server goal handle.
Add realtime action server goal handle.
- Factored out from PR2's implementation of the JointTrajectoryActionController.