-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
29 lines (23 loc) · 931 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
<?xml version="1.0"?>
<package format="3">
<name>mujoco_ros_interface</name>
<version>0.0.1</version>
<description>The mujoco_ros_interface package</description>
<!-- One maintainer tag required, multiple allowed, one person per tag -->
<!-- Example: -->
<!-- <maintainer email="[email protected]">Jane Doe</maintainer> -->
<maintainer email="[email protected]">Anubhav Dogra</maintainer>
<!-- One license tag required, multiple allowed, one license per tag -->
<!-- Commonly used license strings: -->
<!-- BSD, MIT, Boost Software License, GPLv2, GPLv3, LGPLv2.1, LGPLv3 -->
<license>Apache 2.0</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<depend>rclcpp</depend>
<depend>std_msgs</depend>
<depend>sensor_msgs</depend>
<!-- <depend>controller_manager</depend> -->
<depend>tf2_ros</depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>