Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Hydran00 authored Jul 8, 2024
1 parent 51098e4 commit 8cd43bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# aruco_camera_pose_estimator
![Build Humble](https://github.com/Hydran00/aruco_camera_pose_estimator/actions/workflows/main.yml/badge.svg)
![Build Humble](https://github.com/Hydran00/aruco_camera_pose_estimator/actions/workflows/humble.yml/badge.svg) ![Build Jazzy](https://github.com/Hydran00/aruco_camera_pose_estimator/actions/workflows/jazzy.yml/badge.svg)

This repo contains a ROS2 metapackage that estimates the camera pose with respect to the world frame exploiting Aruco Markers. This package implements a [ROS2 Service](https://docs.ros.org/en/humble/Tutorials/Beginner-CLI-Tools/Understanding-ROS2-Services/Understanding-ROS2-Services.html) that collects a set of $N$ measurements of the aruco position and orientation and computes the average. Then the resulting camera position and orientation is sent as the service response to the calling node. Each required parameter is loaded from a `.yaml` file.

Expand Down

0 comments on commit 8cd43bf

Please sign in to comment.