forked from matthias-mayr/Cartesian-Impedance-Controller
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.xml
More file actions
52 lines (47 loc) · 1.74 KB
/
package.xml
File metadata and controls
52 lines (47 loc) · 1.74 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
<?xml version="1.0"?>
<package format="3">
<name>cartesian_impedance_controller</name>
<version>0.1.0</version>
<description>
A Cartesian Impedance controller implementation
</description>
<maintainer email="matthias.mayr@cs.lth.se">Matthias Mayr</maintainer>
<license>BSD-3-Clause</license>
<author>Matthias Mayr</author>
<author>Oussama Chouman</author>
<author>Julian Salt Ducaju</author>
<author email="cenk.cetin@liverpool.ac.uk">Cenk Cetin</author>
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>rosidl_default_generators</buildtool_depend>
<depend>action_msgs</depend>
<depend>control_msgs</depend>
<depend>controller_interface</depend>
<depend>eigen3_cmake_module</depend>
<depend>geometry_msgs</depend>
<depend>hardware_interface</depend>
<depend>pluginlib</depend>
<depend>realtime_tools</depend>
<depend>rclcpp</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<depend>tf2</depend>
<depend>tf2_eigen</depend>
<depend>tf2_ros</depend>
<depend>trajectory_msgs</depend>
<depend>rclcpp_lifecycle</depend>
<depend>generate_parameter_library</depend>
<depend>rosidl_default_runtime</depend>
<depend>rosidl_typesupport_cpp</depend>
<!-- <test_depend>ament_cmake_gtest</test_depend>
<test_depend>eigen3_cmake_module</test_depend>
<test_depend>rclcpp</test_depend>
<test_depend>geometry_msgs</test_depend>
<test_depend>std_msgs</test_depend>
<test_depend>yaml_cpp_vendor</test_depend>
<test_depend>ament_add_gmock</test_depend> -->
<member_of_group>rosidl_interface_packages</member_of_group>
<export>
<build_type>ament_cmake</build_type>
<controller_interface plugin="${prefix}/cartesian_impedance_controller_plugin.xml"/>
</export>
</package>