No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
Repository Summary
Description | A ROS2 wrapper of the AprilTag 3 visual fiducial detector |
Checkout URI | https://github.com/adlink-ros/apriltag_ros.git |
VCS Type | git |
VCS Version | jazzy-devel |
Last Updated | 2025-03-03 |
Dev Status | UNKNOWN |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
apriltag_msgs | 0.0.0 |
apriltag_ros | 2.1.0 |
README
apriltag_ros ROS2 Node
Inspired from https://github.com/christianrauch/apriltag_ros.git and fuse features from ros1 version.
Apriltag_ros is ROS2 wrapper for apriltag detection. It take sensor_msgs/Image as input, and return pose and position in tf2 format.
You can specify number in tag family to filter detection of output, and set frame name for each of them. Please set the size of each tag correctly to make sure publish tf is accurate.
Quickstart
Starting with a working ROS installation:
mkdir -p ~/apriltag_ros2_ws/src # Make a new workspace
cd ~/apriltag_ros2_ws/src # Navigate to the source space
git clone https://github.com/AprilRobotics/apriltag.git # Clone Apriltag library
git clone https://github.com/Adlink-ROS/apriltag_ros.git -b foxy-devel # Clone Apriltag ROS wrapper
cd ..
rosdep install --from-paths src --ignore-src -r -y # Install any missing packages
colcon build --symlink-install # Build all packages in the workspace
Usage
Launch tag detection node, and specify the camera namespace and topic name. Image topic will remap to “camera_name/image_topic”.
ros2 launch apriltag_ros tag_realsense.launch.py camera_name:=/camera/color image_topic:=image_raw
Custom parameter
Modify configuration file in /apriltag_ros/apriltag_ros/cfg/
You can also change config file to load in launch file.
CONTRIBUTING
No CONTRIBUTING.md found.
No version for distro noetic. Known supported distros are highlighted in the buttons above.
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 iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.