-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.xml
More file actions
34 lines (27 loc) · 830 Bytes
/
package.xml
File metadata and controls
34 lines (27 loc) · 830 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
31
32
33
34
<?xml version="1.0"?>
<package format="3">
<name>cnoid_ros_utils</name>
<version>0.1.0</version>
<description>
ROS 2–based Choreonoid utilities
</description>
<maintainer email="[email protected]">Masaki Murooka</maintainer>
<license>BSD-3-Clause</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<depend>choreonoid</depend>
<depend>rclcpp</depend>
<depend>tf2_ros</depend>
<depend>eigen_conversions</depend>
<depend>std_msgs</depend>
<depend>std_srvs</depend>
<depend>tf2_eigen</depend>
<depend>geometry_msgs</depend>
<depend>visualization_msgs</depend>
<depend>sensor_msgs</depend>
<build_depend>eigen3_cmake_module</build_depend>
<depend>Eigen3</depend>
<doc_depend>doxygen</doc_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>