- [feat] New bool-Topic to enable/disable the marker detection (#70)
- [feat] added public way to set intrinsicCalibration for Camera class
- [fix] not publishing marker that are facing in the same direction as the camera.
- [sys] removed duplicate code for image subscription
- Contributors: Nikolas Engelhard, Scott Niekum
- [fix] Move tf include from header to cpp files, fixes #66 The header currently prevents us from re-using the library as a given library (because it pulls in tf2 which causes trouble). The include has been moved to the individual nodes which actually use a TransformBroadcaster.
- [fix] proper virtual destruction #63.
- improve license information in package.xml (#58)
- Added time stamp to header (#57) Previously, each pose had a timestamp, but the whole message did not. By including the timestamp for the whole message, it is now possible to use the results of the ar_pose_marker topic with other messages using message_filters::Synchronizer.
- Contributors: Alex Henning, Bener Suay, Lukas Bulwahn, Scott Niekum, Tim Niemueller, Isaac I. Y. Saito
- Remove meta pkg; ar_track_alvar is 'unary stack' so no need for the meta pkg.
- Contributors: Scott Niekum, Isaac IY Saito
- move README to root directory
- Merge remote-tracking branch 'origin/hydro-devel' into indigo-devel
- ar_track_alvar package uses ar_track_alvar_msgs
- restructuring packages. Separate out the message package.
- Contributors: Jihoon Lee