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