-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.xml
35 lines (29 loc) · 1.37 KB
/
package.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
<?xml version="1.0"?>
<package format="2">
<name>valkyrie_translator</name>
<version>0.0.1</version>
<description>Package providing LCM-exposed mid-level controllers between Drake controller and Valkyrie ROS Control system.</description>
<!-- One maintainer tag required, multiple allowed, one person per tag -->
<maintainer email="drc@todo.todo">TODO</maintainer>
<!-- BSD, MIT, Boost Software License, GPLv2, GPLv3, LGPLv2.1, LGPLv3 -->
<license>TODO</license>
<url type="repository">https://github.com/openhumanoids/valkyrie_translator</url>
<url type="bugtracker">https://github.com/openhumanoids/valkyrie_translator/issues</url>
<author email="gizatt@mit.edu">Gregory Izatt</author>
<author email="wolfgang.merkt@ed.ac.uk">Wolfgang Merkt</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roslint</build_depend>
<depend>roscpp</depend>
<depend>std_msgs</depend>
<depend>hardware_interface</depend>
<depend>joint_limits_interface</depend>
<depend>pluginlib</depend>
<depend>controller_interface</depend>
<depend>pods</depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<controller_interface plugin="${prefix}/LCM2ROSControl.xml"/>
<controller_interface plugin="${prefix}/JointStatePublisher.xml"/>
<controller_interface plugin="${prefix}/JointPositionGoalController.xml"/>
</export>
</package>