-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
23 lines (23 loc) · 845 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
<?xml version="1.0"?>
<package format="2">
<name>choreonoid_ros_tank_tutorial</name>
<version>1.0.0</version>
<description>
Tutorial on how to implement a robot controller with I/O using ROS
</description>
<maintainer email="[email protected]">Shin'ichiro Nakaoka</maintainer>
<license>MIT</license>
<author email="[email protected]">Shin'ichiro Nakaoka</author>
<url type="website">http://choreonoid.org</url>
<url type="repository">https://github.com/s-nakaoka/choreonoid_ros_tank_tutorial.git</url>
<buildtool_depend>catkin</buildtool_depend>
<depend>choreonoid</depend>
<depend>choreonoid_ros</depend>
<depend>choreonoid_joy</depend>
<depend>std_msgs</depend>
<depend>sensor_msgs</depend>
<depend>image_transport</depend>
<export>
<build_type>cmake</build_type>
</export>
</package>