~shadowrobot/sr-ros-interface/stable

« back to all changes in this revision

Viewing changes to sr_movements/manifest.xml

  • Committer: Ugo Cupcic
  • Date: 2011-09-27 16:23:25 UTC
  • mto: (1.39.1 sr-ros-interface)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: ugo@shadowrobot.com-20110927162325-1864bw3axyhk93g2
sr_movements: This package reads a specified bitmap and send targets by replaying the drawn movement.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<package>
2
2
  <description brief="sr_movements">
3
3
 
4
 
     A library which can be used to take the hand through a series of movements (perfect for tuning
5
 
     controllers for example).
 
4
    Contains a node which can be used to take the hand through a series of movements (perfect for tuning
 
5
    controllers for example).
6
6
 
7
7
  </description>
8
8
  <author>Ugo Cupcic / ugo@shadowrobot.com</author>
12
12
  <depend package="sr_robot_msgs"/>
13
13
  <depend package="std_msgs"/>
14
14
  <depend package="sensor_msgs"/>
15
 
  <depend package="rospy"/>
16
15
  <depend package="roscpp"/>
17
16
 
 
17
  <rosdep name="libpng++-dev"/>
18
18
</package>
19
19
 
20
20