aruco_ros package from aruco_ros repoaruco aruco_msgs aruco_ros |
|
Package Summary
Tags | No category tags. |
Version | 5.0.5 |
License | MIT |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/pal-robotics/aruco_ros.git |
VCS Type | git |
VCS Version | humble-devel |
Last Updated | 2024-05-09 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
README
No README found.
See repository README.
CHANGELOG
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
5.0.5 (2024-05-09)
- Merge pull request #135 from wep21/jazzy-devel Update cv_bridge header
- check header exists
- feat: update cv bridge header
- Contributors: Sai Kishor Kothakota, wep21
5.0.4 (2023-11-14)
- Add website tag
- Contributors: Noel Jimenez
5.0.3 (2023-10-03)
5.0.2 (2023-03-20)
- Merge branch 'fix_warnings' into 'humble-devel' Fix warnings See merge request ros-overlays/aruco_ros!11
- rename variable to avoid shadowing
- check marker_size greater than 0
- return true at the end of setup
- Contributors: Noel Jimenez, saikishor
5.0.1 (2023-03-06)
5.0.0 (2023-02-08)
- ament uncrustify lint
- create subnode to namespace the topics and changed default node names
- declare params and fix launchers
- disable copyright check
- linters fixes
- add tests
- remove wrong copyright
- params fix
- port launchers to ros2
- declare node parameters
- migrate the aruco_ros double node to ROS2
- added some fixes for the aruco_simple ros2 node
- migrate the node aruco_simple to ROS2
- refactor marker_publisher for the setup to work correctly
- migrated the marker publish node to ROS2
- migrated the aruco_ros_utils.cpp to ros2
- added temporary changes of humble
- Contributors: Noel Jimenez, Sai Kishor Kothakota
3.1.2 (2022-11-10)
3.1.1 (2022-11-08)
3.1.0 (2022-11-07)
- Merge branch 'feat/aruco-3.1.5-migration-gallium' into 'gallium-devel' ArUCO 3.1.5 migration gallium See merge request ros-overlays/aruco_ros!5
- Add correct fisheye distortion functionality
- migrate to 3.1.5
- Contributors: josegarcia, saikishor
3.0.3 (2022-05-16)
- Merge branch 'missing_catkin_export_dep' into 'gallium-devel' added the missing catkin_EXPORTED_TARGETS dependency See merge request ros-overlays/aruco_ros!3
- added the missing catkin_EXPORTED_TARGETS dependency
- Contributors: Sai Kishor Kothakota, saikishor
3.0.2 (2022-04-05)
- Merge pull request #103 from bmagyar/make-sai-maintainer Make Sai maintainer of all aruco_ros packages
- Make Sai maintainer of all
- Update license tags in the package.xml
- Contributors: Bence Magyar, Sai Kishor Kothakota
3.0.1 (2022-02-10)
- Merge branch 'fix_camera_matrix_gallium' into 'gallium-devel' fix the issue with the improper camera matrix with non rectified images See merge request ros-overlays/aruco_ros!2
- fix the issue with the improper camera matrix with non rectified images
- Contributors: Sai Kishor Kothakota, saikishor
3.0.0 (2021-07-16)
- fixes pal-robotics/aruco_ros/#89
- Contributors: 444lhc
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
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
ament_lint_auto | |
ament_lint_common | |
cv_bridge | |
geometry_msgs | |
image_transport | |
rclcpp | |
tf2 | |
tf2_ros | |
tf2_geometry_msgs | |
aruco | |
aruco_msgs | |
sensor_msgs | |
visualization_msgs |
System Dependencies
No direct system dependencies.
Dependant Packages
No known dependants.
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged aruco_ros at Robotics Stack Exchange
aruco_ros package from aruco_ros repoaruco aruco_msgs aruco_ros |
|
Package Summary
Tags | No category tags. |
Version | 5.0.5 |
License | MIT |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/pal-robotics/aruco_ros.git |
VCS Type | git |
VCS Version | humble-devel |
Last Updated | 2024-05-09 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
README
No README found.
See repository README.
CHANGELOG
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
5.0.5 (2024-05-09)
- Merge pull request #135 from wep21/jazzy-devel Update cv_bridge header
- check header exists
- feat: update cv bridge header
- Contributors: Sai Kishor Kothakota, wep21
5.0.4 (2023-11-14)
- Add website tag
- Contributors: Noel Jimenez
5.0.3 (2023-10-03)
5.0.2 (2023-03-20)
- Merge branch 'fix_warnings' into 'humble-devel' Fix warnings See merge request ros-overlays/aruco_ros!11
- rename variable to avoid shadowing
- check marker_size greater than 0
- return true at the end of setup
- Contributors: Noel Jimenez, saikishor
5.0.1 (2023-03-06)
5.0.0 (2023-02-08)
- ament uncrustify lint
- create subnode to namespace the topics and changed default node names
- declare params and fix launchers
- disable copyright check
- linters fixes
- add tests
- remove wrong copyright
- params fix
- port launchers to ros2
- declare node parameters
- migrate the aruco_ros double node to ROS2
- added some fixes for the aruco_simple ros2 node
- migrate the node aruco_simple to ROS2
- refactor marker_publisher for the setup to work correctly
- migrated the marker publish node to ROS2
- migrated the aruco_ros_utils.cpp to ros2
- added temporary changes of humble
- Contributors: Noel Jimenez, Sai Kishor Kothakota
3.1.2 (2022-11-10)
3.1.1 (2022-11-08)
3.1.0 (2022-11-07)
- Merge branch 'feat/aruco-3.1.5-migration-gallium' into 'gallium-devel' ArUCO 3.1.5 migration gallium See merge request ros-overlays/aruco_ros!5
- Add correct fisheye distortion functionality
- migrate to 3.1.5
- Contributors: josegarcia, saikishor
3.0.3 (2022-05-16)
- Merge branch 'missing_catkin_export_dep' into 'gallium-devel' added the missing catkin_EXPORTED_TARGETS dependency See merge request ros-overlays/aruco_ros!3
- added the missing catkin_EXPORTED_TARGETS dependency
- Contributors: Sai Kishor Kothakota, saikishor
3.0.2 (2022-04-05)
- Merge pull request #103 from bmagyar/make-sai-maintainer Make Sai maintainer of all aruco_ros packages
- Make Sai maintainer of all
- Update license tags in the package.xml
- Contributors: Bence Magyar, Sai Kishor Kothakota
3.0.1 (2022-02-10)
- Merge branch 'fix_camera_matrix_gallium' into 'gallium-devel' fix the issue with the improper camera matrix with non rectified images See merge request ros-overlays/aruco_ros!2
- fix the issue with the improper camera matrix with non rectified images
- Contributors: Sai Kishor Kothakota, saikishor
3.0.0 (2021-07-16)
- fixes pal-robotics/aruco_ros/#89
- Contributors: 444lhc
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
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
ament_lint_auto | |
ament_lint_common | |
cv_bridge | |
geometry_msgs | |
image_transport | |
rclcpp | |
tf2 | |
tf2_ros | |
tf2_geometry_msgs | |
aruco | |
aruco_msgs | |
sensor_msgs | |
visualization_msgs |
System Dependencies
No direct system dependencies.
Dependant Packages
No known dependants.
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged aruco_ros at Robotics Stack Exchange
aruco_ros package from aruco_ros repoaruco aruco_msgs aruco_ros |
|
Package Summary
Tags | No category tags. |
Version | 5.0.5 |
License | MIT |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/pal-robotics/aruco_ros.git |
VCS Type | git |
VCS Version | humble-devel |
Last Updated | 2024-05-09 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
README
No README found.
See repository README.
CHANGELOG
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
5.0.5 (2024-05-09)
- Merge pull request #135 from wep21/jazzy-devel Update cv_bridge header
- check header exists
- feat: update cv bridge header
- Contributors: Sai Kishor Kothakota, wep21
5.0.4 (2023-11-14)
- Add website tag
- Contributors: Noel Jimenez
5.0.3 (2023-10-03)
5.0.2 (2023-03-20)
- Merge branch 'fix_warnings' into 'humble-devel' Fix warnings See merge request ros-overlays/aruco_ros!11
- rename variable to avoid shadowing
- check marker_size greater than 0
- return true at the end of setup
- Contributors: Noel Jimenez, saikishor
5.0.1 (2023-03-06)
5.0.0 (2023-02-08)
- ament uncrustify lint
- create subnode to namespace the topics and changed default node names
- declare params and fix launchers
- disable copyright check
- linters fixes
- add tests
- remove wrong copyright
- params fix
- port launchers to ros2
- declare node parameters
- migrate the aruco_ros double node to ROS2
- added some fixes for the aruco_simple ros2 node
- migrate the node aruco_simple to ROS2
- refactor marker_publisher for the setup to work correctly
- migrated the marker publish node to ROS2
- migrated the aruco_ros_utils.cpp to ros2
- added temporary changes of humble
- Contributors: Noel Jimenez, Sai Kishor Kothakota
3.1.2 (2022-11-10)
3.1.1 (2022-11-08)
3.1.0 (2022-11-07)
- Merge branch 'feat/aruco-3.1.5-migration-gallium' into 'gallium-devel' ArUCO 3.1.5 migration gallium See merge request ros-overlays/aruco_ros!5
- Add correct fisheye distortion functionality
- migrate to 3.1.5
- Contributors: josegarcia, saikishor
3.0.3 (2022-05-16)
- Merge branch 'missing_catkin_export_dep' into 'gallium-devel' added the missing catkin_EXPORTED_TARGETS dependency See merge request ros-overlays/aruco_ros!3
- added the missing catkin_EXPORTED_TARGETS dependency
- Contributors: Sai Kishor Kothakota, saikishor
3.0.2 (2022-04-05)
- Merge pull request #103 from bmagyar/make-sai-maintainer Make Sai maintainer of all aruco_ros packages
- Make Sai maintainer of all
- Update license tags in the package.xml
- Contributors: Bence Magyar, Sai Kishor Kothakota
3.0.1 (2022-02-10)
- Merge branch 'fix_camera_matrix_gallium' into 'gallium-devel' fix the issue with the improper camera matrix with non rectified images See merge request ros-overlays/aruco_ros!2
- fix the issue with the improper camera matrix with non rectified images
- Contributors: Sai Kishor Kothakota, saikishor
3.0.0 (2021-07-16)
- fixes pal-robotics/aruco_ros/#89
- Contributors: 444lhc
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
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
ament_lint_auto | |
ament_lint_common | |
cv_bridge | |
geometry_msgs | |
image_transport | |
rclcpp | |
tf2 | |
tf2_ros | |
tf2_geometry_msgs | |
aruco | |
aruco_msgs | |
sensor_msgs | |
visualization_msgs |
System Dependencies
No direct system dependencies.
Dependant Packages
No known dependants.
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged aruco_ros at Robotics Stack Exchange
aruco_ros package from aruco_ros repoaruco aruco_msgs aruco_ros |
|
Package Summary
Tags | No category tags. |
Version | 5.0.5 |
License | MIT |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/pal-robotics/aruco_ros.git |
VCS Type | git |
VCS Version | humble-devel |
Last Updated | 2024-05-09 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
README
No README found.
See repository README.
CHANGELOG
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
5.0.5 (2024-05-09)
- Merge pull request #135 from wep21/jazzy-devel Update cv_bridge header
- check header exists
- feat: update cv bridge header
- Contributors: Sai Kishor Kothakota, wep21
5.0.4 (2023-11-14)
- Add website tag
- Contributors: Noel Jimenez
5.0.3 (2023-10-03)
5.0.2 (2023-03-20)
- Merge branch 'fix_warnings' into 'humble-devel' Fix warnings See merge request ros-overlays/aruco_ros!11
- rename variable to avoid shadowing
- check marker_size greater than 0
- return true at the end of setup
- Contributors: Noel Jimenez, saikishor
5.0.1 (2023-03-06)
5.0.0 (2023-02-08)
- ament uncrustify lint
- create subnode to namespace the topics and changed default node names
- declare params and fix launchers
- disable copyright check
- linters fixes
- add tests
- remove wrong copyright
- params fix
- port launchers to ros2
- declare node parameters
- migrate the aruco_ros double node to ROS2
- added some fixes for the aruco_simple ros2 node
- migrate the node aruco_simple to ROS2
- refactor marker_publisher for the setup to work correctly
- migrated the marker publish node to ROS2
- migrated the aruco_ros_utils.cpp to ros2
- added temporary changes of humble
- Contributors: Noel Jimenez, Sai Kishor Kothakota
3.1.2 (2022-11-10)
3.1.1 (2022-11-08)
3.1.0 (2022-11-07)
- Merge branch 'feat/aruco-3.1.5-migration-gallium' into 'gallium-devel' ArUCO 3.1.5 migration gallium See merge request ros-overlays/aruco_ros!5
- Add correct fisheye distortion functionality
- migrate to 3.1.5
- Contributors: josegarcia, saikishor
3.0.3 (2022-05-16)
- Merge branch 'missing_catkin_export_dep' into 'gallium-devel' added the missing catkin_EXPORTED_TARGETS dependency See merge request ros-overlays/aruco_ros!3
- added the missing catkin_EXPORTED_TARGETS dependency
- Contributors: Sai Kishor Kothakota, saikishor
3.0.2 (2022-04-05)
- Merge pull request #103 from bmagyar/make-sai-maintainer Make Sai maintainer of all aruco_ros packages
- Make Sai maintainer of all
- Update license tags in the package.xml
- Contributors: Bence Magyar, Sai Kishor Kothakota
3.0.1 (2022-02-10)
- Merge branch 'fix_camera_matrix_gallium' into 'gallium-devel' fix the issue with the improper camera matrix with non rectified images See merge request ros-overlays/aruco_ros!2
- fix the issue with the improper camera matrix with non rectified images
- Contributors: Sai Kishor Kothakota, saikishor
3.0.0 (2021-07-16)
- fixes pal-robotics/aruco_ros/#89
- Contributors: 444lhc
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
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
ament_lint_auto | |
ament_lint_common | |
cv_bridge | |
geometry_msgs | |
image_transport | |
rclcpp | |
tf2 | |
tf2_ros | |
tf2_geometry_msgs | |
aruco | |
aruco_msgs | |
sensor_msgs | |
visualization_msgs |
System Dependencies
No direct system dependencies.
Dependant Packages
No known dependants.
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged aruco_ros at Robotics Stack Exchange
aruco_ros package from aruco_ros repoaruco aruco_msgs aruco_ros |
|
Package Summary
Tags | No category tags. |
Version | 3.1.4 |
License | MIT |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/pal-robotics/aruco_ros.git |
VCS Type | git |
VCS Version | noetic-devel |
Last Updated | 2023-09-21 |
Dev Status | DEVELOPED |
CI status | Continuous Integration : 0 / 0 |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
The ARUCO Library has been developed by the Ava group of the Univeristy of Cordoba(Spain).
It provides real-time marker based 3D pose estimation using AR markers.
Additional Links
Maintainers
- Sai Kishor Kothakota
Authors
- Rafael Muñoz Salinas
- Bence Magyar
README
No README found.
See repository README.
CHANGELOG
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
3.1.4 (2023-09-21)
3.1.3 (2022-11-23)
3.1.2 (2022-11-10)
3.1.1 (2022-11-08)
3.1.0 (2022-11-07)
- Merge branch 'feat/aruco-3.1.5-migration-gallium' into 'gallium-devel' ArUCO 3.1.5 migration gallium See merge request ros-overlays/aruco_ros!5
- Add correct fisheye distortion functionality
- migrate to 3.1.5
- Contributors: josegarcia, saikishor
3.0.3 (2022-05-16)
- Merge branch 'missing_catkin_export_dep' into 'gallium-devel' added the missing catkin_EXPORTED_TARGETS dependency See merge request ros-overlays/aruco_ros!3
- added the missing catkin_EXPORTED_TARGETS dependency
- Contributors: Sai Kishor Kothakota, saikishor
3.0.2 (2022-04-05)
- Merge pull request #103 from bmagyar/make-sai-maintainer Make Sai maintainer of all aruco_ros packages
- Make Sai maintainer of all
- Update license tags in the package.xml
- Contributors: Bence Magyar, Sai Kishor Kothakota
3.0.1 (2022-02-10)
- Merge branch 'fix_camera_matrix_gallium' into 'gallium-devel' fix the issue with the improper camera matrix with non rectified images See merge request ros-overlays/aruco_ros!2
- fix the issue with the improper camera matrix with non rectified images
- Contributors: Sai Kishor Kothakota, saikishor
3.0.0 (2021-07-16)
- fixes pal-robotics/aruco_ros/#89
- Contributors: 444lhc
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
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
catkin | |
cv_bridge | |
dynamic_reconfigure | |
geometry_msgs | |
image_transport | |
roscpp | |
tf | |
aruco | |
aruco_msgs | |
sensor_msgs | |
visualization_msgs |
System Dependencies
No direct system dependencies.
Dependant Packages
No known dependants.
Launch files
- launch/marker_publisher.launch
-
- markerSize [default: 0.05]
- side [default: left]
- ref_frame [default: base]
- launch/double.launch
-
- marker1Id [default: 582]
- marker2Id [default: 26]
- markerSize [default: 0.04]
- eye [default: left]
- dct_normalization [default: True]
- dct_filter_size [default: 2]
- marker1_frame [default: marker_hand_frame]
- marker2_frame [default: marker_object_frame]
- launch/single.launch
-
- markerId [default: 582]
- markerSize [default: 0.034]
- eye [default: left]
- marker_frame [default: aruco_marker_frame]
- ref_frame [default: ]
- corner_refinement [default: LINES]
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged aruco_ros at Robotics Stack Exchange
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
aruco_ros package from aruco_ros repoaruco aruco_msgs aruco_ros |
|
Package Summary
Tags | No category tags. |
Version | 0.2.2 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/pal-robotics/aruco_ros.git |
VCS Type | git |
VCS Version | indigo-devel |
Last Updated | 2018-02-06 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
The ARUCO Library has been developed by the Ava group of the Univeristy of Cordoba(Spain).
It provides real-time marker based 3D pose estimation using AR markers.
Additional Links
Maintainers
- Bence Magyar
Authors
- Rafael Muñoz Salinas
- Bence Magyar
README
No README found.
See repository README.
CHANGELOG
Changelog for package aruco_ros
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
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
catkin | |
cv_bridge | |
dynamic_reconfigure | |
geometry_msgs | |
image_transport | |
roscpp | |
tf | |
aruco | |
aruco_msgs | |
sensor_msgs | |
visualization_msgs |
System Dependencies
No direct system dependencies.
Dependant Packages
No known dependants.
Launch files
- launch/marker_publisher.launch
-
- markerSize [default: 0.05]
- side [default: left]
- ref_frame [default: base]
- launch/double.launch
-
- marker1Id [default: 582]
- marker2Id [default: 26]
- markerSize [default: 0.04]
- eye [default: left]
- dct_normalization [default: True]
- dct_filter_size [default: 2]
- marker1_frame [default: marker_hand_frame]
- marker2_frame [default: marker_object_frame]
- launch/single.launch
-
- markerId [default: 582]
- markerSize [default: 0.034]
- eye [default: left]
- marker_frame [default: aruco_marker_frame]
- ref_frame [default: ]
- corner_refinement [default: LINES]
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged aruco_ros at Robotics Stack Exchange
aruco_ros package from aruco_ros repoaruco aruco_msgs aruco_ros |
|
Package Summary
Tags | No category tags. |
Version | 0.2.2 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/pal-robotics/aruco_ros.git |
VCS Type | git |
VCS Version | indigo-devel |
Last Updated | 2018-02-06 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
The ARUCO Library has been developed by the Ava group of the Univeristy of Cordoba(Spain).
It provides real-time marker based 3D pose estimation using AR markers.
Additional Links
Maintainers
- Bence Magyar
Authors
- Rafael Muñoz Salinas
- Bence Magyar
README
No README found.
See repository README.
CHANGELOG
Changelog for package aruco_ros
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
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
catkin | |
cv_bridge | |
dynamic_reconfigure | |
geometry_msgs | |
image_transport | |
roscpp | |
tf | |
aruco | |
aruco_msgs | |
sensor_msgs | |
visualization_msgs |
System Dependencies
No direct system dependencies.
Dependant Packages
No known dependants.
Launch files
- launch/marker_publisher.launch
-
- markerSize [default: 0.05]
- side [default: left]
- ref_frame [default: base]
- launch/double.launch
-
- marker1Id [default: 582]
- marker2Id [default: 26]
- markerSize [default: 0.04]
- eye [default: left]
- dct_normalization [default: True]
- dct_filter_size [default: 2]
- marker1_frame [default: marker_hand_frame]
- marker2_frame [default: marker_object_frame]
- launch/single.launch
-
- markerId [default: 582]
- markerSize [default: 0.034]
- eye [default: left]
- marker_frame [default: aruco_marker_frame]
- ref_frame [default: ]
- corner_refinement [default: LINES]
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged aruco_ros at Robotics Stack Exchange
aruco_ros package from aruco_ros repoaruco aruco_msgs aruco_ros |
|
Package Summary
Tags | No category tags. |
Version | 0.0.1 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/pal-robotics/aruco_ros.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2016-10-18 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
The ARUCO Library has been developed by the Ava group of the Univeristy of Cordoba(Spain).
It provides real-time marker based 3D pose estimation using AR markers.
Additional Links
Maintainers
- Bence Magyar
Authors
- Rafael Muñoz Salinas
- Bence Magyar
README
No README found.
See repository README.
CHANGELOG
Changelog for package aruco_ros
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
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
catkin | |
cv_bridge | |
dynamic_reconfigure | |
geometry_msgs | |
image_transport | |
roscpp | |
tf | |
aruco | |
aruco_msgs |
System Dependencies
No direct system dependencies.
Dependant Packages
No known dependants.
Launch files
- launch/marker_publisher.launch
-
- markerSize [default: 0.05]
- side [default: left]
- ref_frame [default: base]
- launch/double.launch
-
- marker1Id [default: 582]
- marker2Id [default: 26]
- markerSize [default: 0.04]
- eye [default: left]
- dct_normalization [default: True]
- dct_filter_size [default: 2]
- marker1_frame [default: marker_hand_frame]
- marker2_frame [default: marker_object_frame]
- launch/single.launch
-
- markerId [default: 582]
- markerSize [default: 0.034]
- eye [default: left]
- marker_frame [default: aruco_marker_frame]
- ref_frame [default: ]
- corner_refinement [default: LINES]
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged aruco_ros at Robotics Stack Exchange
aruco_ros package from aruco_ros repoaruco aruco_msgs aruco_ros |
|
Package Summary
Tags | No category tags. |
Version | 0.2.4 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/pal-robotics/aruco_ros.git |
VCS Type | git |
VCS Version | kinetic-devel |
Last Updated | 2020-08-28 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
The ARUCO Library has been developed by the Ava group of the Univeristy of Cordoba(Spain).
It provides real-time marker based 3D pose estimation using AR markers.
Additional Links
Maintainers
- Bence Magyar
Authors
- Rafael Muñoz Salinas
- Bence Magyar
README
No README found.
See repository README.
CHANGELOG
Changelog for package aruco_ros
0.2.4 (2019-08-28)
- Remove build warnings
- Merge pull request #65 from 7675t/add_rotate_axis_param Add rotate_marker_axis parameter
- Add rotate_marker_axis parameter
- Contributors: Ryosuke Tajima, Victor Lopez
0.2.3 (2018-04-20)
- Force marker_publisher to build after all dependencies.
- Fixed OpenCV Calib3D link error on ROS Kinetic
- Add aruco_ros_utils lib and fix some missing dependencies
- Replace assert by error message to keep library functional
- Contributors: Bence Magyar, Christopher Hrabia, Jordi Pages, Ugnius Malūkas, Victor Lopez, Voidminded, ethanfowler
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
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
catkin | |
cv_bridge | |
dynamic_reconfigure | |
geometry_msgs | |
image_transport | |
roscpp | |
tf | |
aruco | |
aruco_msgs | |
sensor_msgs | |
visualization_msgs |
System Dependencies
No direct system dependencies.
Dependant Packages
No known dependants.
Launch files
- launch/marker_publisher.launch
-
- markerSize [default: 0.05]
- side [default: left]
- ref_frame [default: base]
- launch/double.launch
-
- marker1Id [default: 582]
- marker2Id [default: 26]
- markerSize [default: 0.04]
- eye [default: left]
- dct_normalization [default: True]
- dct_filter_size [default: 2]
- marker1_frame [default: marker_hand_frame]
- marker2_frame [default: marker_object_frame]
- launch/single.launch
-
- markerId [default: 582]
- markerSize [default: 0.034]
- eye [default: left]
- marker_frame [default: aruco_marker_frame]
- ref_frame [default: ]
- corner_refinement [default: LINES]
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged aruco_ros at Robotics Stack Exchange
aruco_ros package from aruco_ros repoaruco aruco_msgs aruco_ros |
|
Package Summary
Tags | No category tags. |
Version | 2.2.3 |
License | MIT |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/pal-robotics/aruco_ros.git |
VCS Type | git |
VCS Version | melodic-devel |
Last Updated | 2023-09-21 |
Dev Status | DEVELOPED |
CI status | Continuous Integration : 0 / 0 |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
The ARUCO Library has been developed by the Ava group of the Univeristy of Cordoba(Spain).
It provides real-time marker based 3D pose estimation using AR markers.
Additional Links
Maintainers
- Sai Kishor Kothakota
Authors
- Rafael Muñoz Salinas
- Bence Magyar
README
No README found.
See repository README.
CHANGELOG
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.3 (2023-09-21)
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
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
catkin | |
cv_bridge | |
dynamic_reconfigure | |
geometry_msgs | |
image_transport | |
roscpp | |
tf | |
aruco | |
aruco_msgs | |
sensor_msgs | |
visualization_msgs |
System Dependencies
No direct system dependencies.
Dependant Packages
No known dependants.
Launch files
- launch/marker_publisher.launch
-
- markerSize [default: 0.05]
- side [default: left]
- ref_frame [default: base]
- launch/double.launch
-
- marker1Id [default: 582]
- marker2Id [default: 26]
- markerSize [default: 0.04]
- eye [default: left]
- dct_normalization [default: True]
- dct_filter_size [default: 2]
- marker1_frame [default: marker_hand_frame]
- marker2_frame [default: marker_object_frame]
- launch/single.launch
-
- markerId [default: 582]
- markerSize [default: 0.034]
- eye [default: left]
- marker_frame [default: aruco_marker_frame]
- ref_frame [default: ]
- corner_refinement [default: LINES]
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.