-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.xml
32 lines (21 loc) · 894 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
28
29
30
31
32
<?xml version="1.0"?>
<package>
<name>phantomx_gazebo</name>
<version>0.1.0</version>
<description>Provides Gazebo plugins to expose phantomx model to ROS</description>
<maintainer email="[email protected]">Philippe Capdepuy</maintainer>
<license>BSD</license>
<url type="website">http://wiki.ros.org/darwin_gazebo</url>
<author email="[email protected]">Philippe Capdepuy</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>gazebo_ros</build_depend>
<build_depend>rospy</build_depend>
<build_depend>gazebo_ros_control</build_depend>
<build_depend>sensor_msgs</build_depend>
<run_depend>gazebo_ros</run_depend>
<run_depend>rospy</run_depend>
<run_depend>gazebo_ros_control</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>phantomx_description</run_depend>
<run_depend>hector_gazebo_plugins</run_depend>
</package>