Skip to content

Commit

Permalink
Update manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-moulard committed Sep 27, 2011
1 parent 31cb2d8 commit 3ee6b06
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions manifest.xml
@@ -1,19 +1,21 @@
<package>
<description brief="visp_tracker">
<description brief="Online object tracker relying on visual servoing.">

visp_tracker wraps the ViSP moving edge tracker provided by the ViSP
visual servoing library into a ROS package.
visp_tracker wraps the ViSP moving edge tracker provided by the
ViSP visual servoing library into a ROS package.

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>Thomas Moulard</author>
<author>Thomas Moulard/thomas.moulard@gmail.com</author>
<license>BSD</license>
<review status="unreviewed" notes=""/>
<review status="experimental" notes=""/>
<url>http://ros.org/wiki/visp_tracker</url>

<versioncontrol type="git" url="git://github.com/laas/visp_tracker.git"/>

<export>
<rosdoc config="rosdoc.yaml" />
</export>
Expand All @@ -32,5 +34,6 @@

<depend package="bullet"/>

<rosdep name="boost"/>
<rosdep name="libvisp-dev"/>
</package>

0 comments on commit 3ee6b06

Please sign in to comment.