-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanifest.xml
43 lines (34 loc) · 1.49 KB
/
manifest.xml
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
33
34
35
36
37
38
39
40
41
42
<package>
<description brief="Online automated pattern-based object tracker relying on visual servoing.">
visp_auto_tracker wraps model-based trackers provided by ViSP visual
servoing library into a ROS package. The tracked object should have a
QRcode of Flash code pattern. Based on the pattern, the object is
automaticaly detected. The detection allows then to initialise the
model-based trackers. When lost of tracking achieves a new detection
is performed that will be used to re-initialize the tracker.
This computer vision algorithm computes the pose (i.e. position and
orientation) of an object in an image. It is fast enough to allow
object online tracking using a camera.
</description>
<author>Filip Novotny, Fabien Spindler/[email protected]</author>
<license>BSD</license>
<review status="unreviewed" notes=""/>
<url>http://ros.org/wiki/visp_auto_tracker</url>
<versioncontrol type="git" url="git://github.com/lagadic/visp_auto_tracker.git"/>
<export>
<rosdoc config="rosdoc.yaml" />
</export>
<rosdep name="zbar"/>
<rosdep name="libdmtx-dev"/>
<depend package="roscpp"/>
<depend package="rospy"/>
<depend package="visp_bridge"/>
<depend package="sensor_msgs"/>
<depend package="geometry_msgs"/>
<depend package="message_filters"/>
<depend package="std_msgs"/>
<depend package="visp"/>
<depend package="visp_tracker"/>
<depend package="resource_retriever"/>
<depend package="image_transport"/>
</package>