-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.xml
27 lines (20 loc) · 916 Bytes
/
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
<?xml version="1.0"?>
<package>
<name>ihmc_valkyrie_ros</name>
<version>0.3.2</version>
<description>The ihmc_valkyrie_ros package allows for using the IHMC control algorithm and ROS API with the NASA Johnson Space Center Valkyrie robot</description>
<maintainer email="[email protected]">Doug Stephen</maintainer>
<license>Apache 2.0</license>
<url type="website">http://github.com/ihmcrobotics/ihmc_valkyrie_ros</url>
<author email="[email protected]">Doug Stephen</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>ihmc_ros_common</build_depend>
<build_depend>ihmc_msgs</build_depend>
<build_depend>std_msgs</build_depend>
<run_depend>rospy</run_depend>
<run_depend>ihmc_ros_common</run_depend>
<run_depend>ihmc_msgs</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>ihmc_ros_control</run_depend>
<run_depend>val_description</run_depend>
</package>