-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.xml
33 lines (26 loc) · 897 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
33
<package format="3">
<name>mujoco_ros_utils</name>
<version>0.1.0</version>
<description>
ROS-based MuJoCo utilities
</description>
<maintainer email="m-murooka@aist.go.jp">Masaki Murooka</maintainer>
<license>BSD</license>
<url>http://ros.org/wiki/mujoco_ros_utils</url>
<author>Masaki Murooka</author>
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>rosidl_default_generators</buildtool_depend>
<depend>libglfw3-dev</depend>
<depend>tf2_ros</depend>
<depend>std_msgs</depend>
<depend>geometry_msgs</depend>
<depend>visualization_msgs</depend>
<depend>sensor_msgs</depend>
<exec_depend>rosidl_default_runtime</exec_depend>
<member_of_group>rosidl_interface_packages</member_of_group>
<doc_depend>doxygen</doc_depend>
<doc_depend>graphviz</doc_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>