forked from loco-3d/linear-feedback-controller
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
50 lines (44 loc) · 1.73 KB
/
package.xml
File metadata and controls
50 lines (44 loc) · 1.73 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
<?xml version="1.0"?>
<package format="3">
<name>linear_feedback_controller</name>
<version>3.1.0</version>
<description>
roscontrol controller package conputing a linear feedback. The user needs
to provide a model of the robot and a list of controlled joint and the
controller computes a linear feedback on the user defined state.
</description>
<maintainer email="guilhem.saurel@laas.fr">Guilhem Saurel</maintainer>
<author>Maximilien Naveau</author>
<license>BSD-2-Clause</license>
<url>https://github.com/loco-3d/linear-feedback-controller</url>
<buildtool_depend>ament_cmake_auto</buildtool_depend>
<buildtool_depend>ament_cmake_python</buildtool_depend>
<build_depend>eigen</build_depend>
<build_depend>fmt</build_depend>
<build_depend>jrl_cmakemodules</build_depend>
<build_depend>parameter_traits</build_depend>
<build_export_depend>eigen</build_export_depend>
<depend>rcl</depend>
<depend>rclcpp</depend>
<depend>rclcpp_lifecycle</depend>
<depend>controller_interface</depend>
<depend>control_toolbox</depend>
<depend>hardware_interface</depend>
<depend>message_filters</depend>
<depend>nav_msgs</depend>
<depend>sensor_msgs</depend>
<depend>pluginlib</depend>
<depend>realtime_tools</depend>
<depend>pinocchio</depend>
<depend>linear_feedback_controller_msgs</depend>
<depend>pal_statistics</depend>
<depend>generate_parameter_library</depend>
<depend condition="$ROS_DISTRO != humble">rosidl_dynamic_typesupport</depend>
<!-- <test_depend>example-robot-data</test_depend> -->
<test_depend>ament_lint_auto</test_depend>
<test_depend>gtest_vendor</test_depend>
<test_depend>gmock_vendor</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>