forked from koikonomou/custom_robot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
65 lines (57 loc) · 2.86 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<?xml version="1.0"?>
<package format="2">
<name>custom_robot</name>
<version>0.0.0</version>
<description>The custom_robot package</description>
<!-- One maintainer tag required, multiple allowed, one person per tag -->
<!-- Example: -->
<!-- <maintainer email="jane.doe@example.com">Jane Doe</maintainer> -->
<maintainer email="aioikono@pme.duth.gr">Katerina Oikonomou</maintainer>
<!-- One license tag required, multiple allowed, one license per tag -->
<!-- Commonly used license strings: -->
<!-- BSD, MIT, Boost Software License, GPLv2, GPLv3, LGPLv2.1, LGPLv3 -->
<license>TODO</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>controller_manager</build_depend>
<build_depend>effort_controllers</build_depend>
<build_depend>gazebo_ros</build_depend>
<build_depend>gazebo_ros_control</build_depend>
<build_depend>joint_state_controller</build_depend>
<build_depend>joint_trajectory_controller</build_depend>
<build_depend>robot_state_publisher</build_depend>
<build_depend>moveit_kinematics</build_depend>
<build_depend>ros_controllers</build_depend>
<build_depend>position_controllers</build_depend>
<build_depend>gazebo</build_depend>
<build_depend>robotiq_2f_c2_gripper_visualization</build_depend>
<build_depend>roboticsgroup_upatras_gazebo_plugins</build_depend>
<build_export_depend>controller_manager</build_export_depend>
<build_export_depend>effort_controllers</build_export_depend>
<build_export_depend>gazebo_ros</build_export_depend>
<build_export_depend>gazebo_ros_control</build_export_depend>
<build_export_depend>joint_state_controller</build_export_depend>
<build_export_depend>joint_trajectory_controller</build_export_depend>
<build_export_depend>robot_state_publisher</build_export_depend>
<build_export_depend>moveit_kinematics</build_export_depend>
<build_export_depend>ros_controllers</build_export_depend>
<build_export_depend>position_controllers</build_export_depend>
<build_export_depend>gazebo</build_export_depend>
<build_export_depend>robotiq_2f_c2_gripper_visualization</build_export_depend>
<build_export_depend>roboticsgroup_upatras_gazebo_plugins</build_export_depend>
<exec_depend>xacro</exec_depend>
<exec_depend>controller_manager</exec_depend>
<exec_depend>effort_controllers</exec_depend>
<exec_depend>gazebo_ros</exec_depend>
<exec_depend>gazebo_ros_control</exec_depend>
<exec_depend>joint_state_controller</exec_depend>
<exec_depend>joint_trajectory_controller</exec_depend>
<exec_depend>robot_state_publisher</exec_depend>
<exec_depend>moveit_kinematics</exec_depend>
<exec_depend>gazebo_ros_pkgs</exec_depend>
<exec_depend>ros_controllers</exec_depend>
<exec_depend>position_controllers</exec_depend>
<exec_depend>gazebo</exec_depend>
<export>
<!-- Other tools can request additional information be placed here -->
</export>
</package>