[Documentation] [TitleIndex] [WordIndex

Overview

This stack contains tools for using ARToolkit within ROS.

Installing

   1 cd [your catkin workspace]/src
   2 roslocate info ar_tools | wstool merge -
   3 wstool update
   4 rosdep install -i --from-paths ar_tools
   5 catkin_make

You can use rosws and roslocate to automatically donwload the repository and set your path:

   1 cd ~/workingcopies
   2 roslocate info ar_tools | rosws merge -

To build the ar_tools stack, run:

   1 cd ~/workingcopies/ar_tools
   2 rosmake

Bug Reports & Feature Requests

We appreciate the time and effort spent submitting bug reports.

Please use this link to report bugs or request new features.


2024-06-15 12:30