-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.xml
29 lines (25 loc) · 1.09 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
<?xml version="1.0"?>
<package>
<name>robot_model_to_pointcloud</name>
<version>1.0.0</version>
<description>The robot_model_to_pointcloud package converts a robotModel to a pointcloud (by reading the meshes)</description>
<maintainer email="[email protected]">Antoine Hoarau</maintainer>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<!-- <build_depend>pluginlib</build_depend> -->
<build_depend>eigen</build_depend>
<build_depend>moveit_core</build_depend>
<build_depend>moveit_ros_planning_interface</build_depend>
<build_depend>geometric_shapes</build_depend>
<!-- <build_depend>moveit_ros_perception</build_depend> -->
<!-- <build_depend>cmake_modules</build_depend> -->
<!-- <run_depend>pluginlib</run_depend> -->
<run_depend>eigen</run_depend>
<run_depend>moveit_core</run_depend>
<run_depend>geometric_shapes</run_depend>
<!-- <run_depend>moveit_fake_controller_manager</run_depend> -->
<run_depend>moveit_ros_planning_interface</run_depend>
<!-- <run_depend>moveit_ros_perception</run_depend> -->
<export>
</export>
</package>