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.