Skip to content

Olin-RoboSys/AprilTag-ROS-2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AprilTag ROS 2

AprilTag Detection and Tracking with ROS 2

Build:

  1. Make a directory ros_ws to act as your ROS 2 workspace.
    $ mkdir -p ~/ros_ws/src/
  2. Clone this repository:
    $ git clone https://github.com/Olin-RoboSys/AprilTag-ROS-2.git
  3. Build the packages.
    $ cd ~/ROS2_WS
    $ colcon build
  4. Source the setup.bash file of your ROS2_WS.
    $ echo "source ~/ros_ws/install/setup.bash" >> ~/.bashrc
    $ source ~/.bashrc

Execute:

$ ros2 launch apriltag_ros apriltag_ros.launch.py

Acknowledgement:

This repository was heavily adapted from the AprilTag Detection and Tracking from Tinker-Twins.

About

AprilTag Detection and Tracking with ROS 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 85.9%
  • C++ 9.5%
  • Python 4.0%
  • Other 0.6%