~shadowrobot/sr-ros-interface/stable_diamondback

« back to all changes in this revision

Viewing changes to cyberglove/manifest.xml

  • Committer: Ugo Cupcic
  • Date: 2010-07-08 21:21:30 UTC
  • Revision ID: ugocupcic@gmail.com-20100708212130-khzdhw4zqxjedkb0
initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<package>
 
2
  <description brief="Cyberglove ROS interface">
 
3
 
 
4
     This is a generic ROS interface to the Cyberglove from Immersion. It reads data from the Cyberglove, calibrate them
 
5
     and streams them to two different /joint_states topic: calibrated and raw data. 
 
6
 
 
7
  </description>
 
8
  <author>Ugo Cupcic</author>
 
9
  <license>GPL</license>
 
10
  <review status="unreviewed" notes=""/>
 
11
  <url>http://ros.org/wiki/cyberglove</url>
 
12
  <depend package="roslib"/>
 
13
  <depend package="rospy"/>
 
14
  <depend package="roscpp"/>
 
15
  <depend package="std_msgs"/>
 
16
  <depend package="sensor_msgs"/>
 
17
  <depend package="diagnostic_msgs"/>
 
18
  <depend package="tinyxml"/>
 
19
 
 
20
 
 
21
  <export>
 
22
    <cpp cflags="-I${prefix}/include/"/>
 
23
  </export>
 
24
 
 
25
</package>
 
26
 
 
27