-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathreadme.txt
32 lines (25 loc) · 1.37 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
** Requirements **
sudo apt-get install v4l-utils
** Parameters **
In the file MarkerLocator.py you will find a few parameters.You need to define
the list of markers which you want tracked, and you need to define if you want
the output printed or broadcasted as ROS messaged.
** Files **
CMakeLists.txt ROS/CATKIN makelist file
fmMake.txt Make file related to FroboMind http://frobomind.org
MarkerLocator.py The main file
MarkerPose.py Python data structure for detected markers
MarkerTracker.py Python class for detecting markers
matlab/ Various matlab files used during development of the tracker
msg/ Ros message definitions
package.xml ROS/CATKIN Package file
patterns/ Contains latex code for generating markers
performancetesting/ Script for estimating the marker location accuracy
PerspectiveTransform.py Class for making perspective transformations
readme.txt This file
setup.py ROS/CATKIN Python setup file
TrackerInWindowMode.py Windowed tracker that is faster but doesn't handle entering and leaving markers well
** ROS **
To run the MarkerLocator.py script as a ROS node you first need to make the
repository using CATKIN make. The reason is that a markerpose.msg file is
defined within this package.