-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.xml
More file actions
30 lines (23 loc) · 850 Bytes
/
package.xml
File metadata and controls
30 lines (23 loc) · 850 Bytes
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
<package format="3">
<name>mujoco_tactile_sensor_plugin</name>
<version>0.1.0</version>
<description>
Plugin to simulate tactile sensors in MuJoCo
</description>
<maintainer email="m-murooka@aist.go.jp">Masaki Murooka</maintainer>
<license>BSD</license>
<url>http://ros.org/wiki/mujoco_tactile_sensor_plugin</url>
<author>Masaki Murooka</author>
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>rosidl_default_generators</buildtool_depend>
<depend>geometry_msgs</depend>
<depend>visualization_msgs</depend>
<depend>tf2_eigen</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>