-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.xml
More file actions
53 lines (47 loc) · 1.86 KB
/
package.xml
File metadata and controls
53 lines (47 loc) · 1.86 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0"?>
<package format="2">
<name>str1ker</name>
<version>1.0.0</version>
<description>Str1ker drumming robot</description>
<maintainer email="valeriy.novytskyy@outlook.com">Valeriy Novytskyy</maintainer>
<license>GNU GPLv3</license>
<url type="website">https://www.01binary.us/projects/drumming-robot/</url>
<author email="valeriy.novytskyy@outlook.com">Valeriy Novytskyy</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>roscpp</depend>
<depend>rospy</depend>
<depend>tf2</depend>
<depend>tf2_ros</depend>
<depend>angles</depend>
<depend>genmsg</depend>
<depend>std_msgs</depend>
<depend>sensor_msgs</depend>
<depend>cmake_modules</depend>
<depend>controller_manager</depend>
<depend>control_toolbox</depend>
<depend>moveit_core</depend>
<depend>moveit_ros_planning</depend>
<depend>moveit_ros_planning_interface</depend>
<depend>yaml-cpp</depend>
<depend>eigen</depend>
<build_depend>pluginlib</build_depend>
<build_depend>actionlib</build_depend>
<build_depend>actionlib_msgs</build_depend>
<build_depend>message_generation</build_depend>
<build_depend>moveit_ros_robot_interaction</build_depend>
<build_export_depend>message_runtime</build_export_depend>
<exec_depend>message_runtime</exec_depend>
<exec_depend>actionlib</exec_depend>
<exec_depend>pluginlib</exec_depend>
<exec_depend>moveit_ros_robot_interaction</exec_depend>
<exec_depend>joint_state_controller</exec_depend>
<exec_depend>position_controllers</exec_depend>
<exec_depend>joint_trajectory_controller</exec_depend>
<exec_depend>urg_node</exec_depend>
<exec_depend>openni2_launch</exec_depend>
<exec_depend>openni_camera</exec_depend>
<export>
<moveit_core plugin="${prefix}/description/inverseKinematicsPlugin.xml"/>
<moveit_core plugin="${prefix}/description/motionPlanningPlugin.xml"/>
</export>
</package>