-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.xml
41 lines (36 loc) · 1.73 KB
/
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
34
35
36
37
38
39
40
41
<?xml version="1.0"?>
<package format="3">
<name>choreonoid_ros</name>
<version>1.7.0</version>
<description>The package for using Choreonoid as a ROS node</description>
<maintainer email="[email protected]">Shin'ichiro Nakaoka</maintainer>
<license>MIT</license>
<author email="[email protected]">Shin'ichiro Nakaoka</author>
<author email="[email protected]">Ryodo Tanaka</author>
<url type="website">http://choreonoid.org</url>
<url type="repository">https://github.com/choreonoid/choreonoid_ros.git</url>
<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake</buildtool_depend>
<depend>choreonoid</depend>
<depend condition="$ROS_VERSION == 1">roscpp</depend>
<depend condition="$ROS_VERSION == 2">rclcpp</depend>
<depend>std_msgs</depend>
<depend>std_srvs</depend>
<depend>geometry_msgs</depend>
<depend>sensor_msgs</depend>
<depend>image_transport</depend>
<depend>image_transport_plugins</depend>
<depend condition="$ROS_VERSION == 1">pluginlib</depend>
<depend condition="$ROS_VERSION == 1">angles</depend>
<depend condition="$ROS_VERSION == 1">controller_manager</depend>
<depend condition="$ROS_VERSION == 1">hardware_interface</depend>
<depend condition="$ROS_VERSION == 1">joint_limits_interface</depend>
<depend condition="$ROS_VERSION == 1">transmission_interface</depend>
<depend condition="$ROS_VERSION == 1">urdf</depend>
<depend condition="$ROS_VERSION == 2">ament_index_cpp</depend>
<export>
<build_type condition="$ROS_VERSION == 1">cmake</build_type>
<build_type condition="$ROS_VERSION == 2">ament_cmake</build_type>
<choreonoid_ros plugin="${prefix}/plugins.xml"/>
</export>
</package>