Skip to content

ARMLabCUICAR/AprilTag-ROS-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AprilTag ROS 1

TurtleBot3-AprilTag-Tracking

Build:

  1. Make a directory ROS1_WS to act as your ROS 1 workspace.
    $ mkdir -p ~/ROS1_WS/src/
  2. Clone this repository:
    $ git clone https://github.com/Tinker-Twins/AprilTag-ROS-1.git
  3. Build the packages.
    $ cd ~/ROS1_WS
    $ catkin_make_isolated
  4. Source the setup.bash file of your ROS1_WS.
    $ echo "source ~/ROS1_WS/devel_isolated/setup.bash" >> ~/.bashrc
    $ source ~/.bashrc

Execute:

$ roslaunch apriltag_ros apriltag_ros.launch

About

AprilTag Detection and Tracking with ROS 1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 87.7%
  • C++ 8.8%
  • Python 2.8%
  • CMake 0.5%
  • MATLAB 0.2%
  • Makefile 0.0%