Changelog for package aruco_ros
1.0.0 (2019-09-27)
- Merge pull request #68 from aPonza/ros_format
Autoformatting as per CppStyleGuide
- removed using namespace declarations
- autoformatting as per CppStyleGuide
- Merge pull request #58 from jrgnicho/aruco-3.0.4
Sets the 'useRectifiedImages' member from a parameter before it uses it
- sets the 'useRectifiedImages' member from a parameter before it uses it
- Update readme for new coordinates
- Fix orientation changes in aruco 3.0.0
- Migration to aruco 3.0.4
- Merge branch 'indigo-devel' into kinetic-devel
- Merge pull request #41 from Voidminded/kinetic-devel
Fixed OpenCV Calib3D link error on ROS Kinetic
- Fixed OpenCV Calib3D link error on ROS Kinetic
- Merge pull request #36 from pal-robotics/add-aruco-ros-utils
Add aruco_ros_utils lib and fix some missing dependencies
- Add aruco_ros_utils lib and fix some missing dependencies
- Merge pull request #35 from ugnelis/kinetic-devel
Removed duplicated line.
- Removed duplicated line.
- Merge pull request #27 from cehberlin/assert_fix
Replace assert by error message to keep library functional
- Improved camera_frame_ assert and removed unecessary opencv includes
- Replace assert by error message to keep library functional
- Contributors: Andrea Ponza, Bence Magyar, Christopher Hrabia, Jordi Pages, Jorge Nicho, Ugnius Malūkas, Victor Lopez, Voidminded
2.2.2 (2022-11-23)
2.2.1 (2022-11-10)
2.2.0 (2022-11-07)
- Merge branch 'feat/aruco-3.1.5-migration' into 'ferrum-devel'
ArUCO 3.1.5 migration
See merge request ros-overlays/aruco_ros!4
- Add correct fisheye distortion functionality
- migrate to 3.1.5
- Contributors: josegarcia, saikishor
2.1.4 (2022-05-16)
- added the missing catkin_EXPORTED_TARGETS dependency
- Contributors: Sai Kishor Kothakota
2.1.3 (2022-04-05)
- Make Sai maintainer of all
- Update license tags in the package.xml
- Contributors: Bence Magyar, Sai Kishor Kothakota
2.1.2 (2022-02-10)
- Merge branch 'fix_camera_matrix' into 'ferrum-devel'
fix the issue with the improper camera matrix with non rectified images
See merge request ros-overlays/aruco_ros!1
- fix the issue with the improper camera matrix with non rectified images
- Contributors: Sai Kishor Kothakota, saikishor
2.1.1 (2020-09-17)
- Use time stamps from image messages
- Contributors: Markus Vieth
2.1.0 (2020-01-21)
- Migrate to tf2 and add utilities
- Add support for camera extrinsics when dealing with stereo cameras
- Contributors: Victor Lopez
2.0.2 (2019-11-09)
- Add SYSTEM to external include dirs
- Contributors: Victor Lopez
2.0.1 (2019-09-27)
0.2.2 (2017-07-25)
- only look for aruco if someone is looking for them
- Contributors: Victor Lopez
0.2.1 (2017-07-21)
- Change default threshold to match defaults of aruco marker detector
- Add dynamic reconfigure to simple_single
- Contributors: Victor Lopez
0.2.0 (2016-10-19)
- only proccesses images if there are subscribers
- add rviz marker and add corner param
- use double precision to improve accuracy
- Contributors: Jordi Pages, Procópio Stein
0.1.0 (2015-08-10)
- Update changelogs and maintainer email
- Frame parameters only checked when using camera info
- Add marker list publisher
- Remove unused broadcaster
- Only do 3d when there is camera info
- Use waitForMessage for camerainfo
- Remove nonsense assert
- Reorganize and allow no camera_info
- Fix crash when distortion vector is 0 long (usb_cam)
- Contributors: Bence Magyar
0.0.1 (2015-05-20)
- More accurate ROS timestamps (callback triggering time)
This commit ensures that:
- all published msgs in a callback have the same timestamp
- the time is as close as possible to the frame grabbing time (as fast as the marker detection may be, the delay might affect TF interpolation in an unacceptable way for applications like visual servoing)
- Install marker_publisher executable
This target was missing in the installation rule
- Finished some renaming
- changes to finish branch merge
- aruco_ros: Fixing superfluous (and broken) linker arg to -laruco
- Reorganize aruco_ros into 3 packages
- Contributors: Bence Magyar, Jordi Pages, Josh Langsfeld, ObiWan, Steve Vozar