-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
39 lines (32 loc) · 1.53 KB
/
package.xml
File metadata and controls
39 lines (32 loc) · 1.53 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
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>wolf_controller</name>
<version>0.0.1</version>
<description>WoLF: Whole-body Locomotion Framework for quadruped robots. This package contains the whole-body controller plugin for ros1 and ros2.</description>
<maintainer email="gennaro.raiola@gmail.com">Gennaro Raiola</maintainer>
<license>MIT</license>
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake</buildtool_depend>
<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>
<depend>tf2</depend>
<depend>tf2_eigen</depend>
<depend>controller_interface</depend>
<depend>realtime_tools</depend>
<depend>rviz_visual_tools</depend>
<depend>wolf_controller_utils</depend>
<depend>wolf_hardware_interface</depend>
<depend>wolf_controller_core</depend>
<depend>wolf_wbid</depend>
<depend>wolf_msgs</depend>
<depend>wolf_estimation</depend>
<depend>geometry_msgs</depend>
<depend>pluginlib</depend>
<depend condition="$ddynamic_reconfigure_FOUND == True">ddynamic_reconfigure</depend>
<depend condition="$rt_logger_FOUND == True">rt_logger</depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<build_type condition="$ROS_VERSION == 2">ament_cmake</build_type>
<build_type condition="$ROS_VERSION == 1">catkin</build_type>
<controller_interface plugin="${prefix}/wolf_controller_plugin.xml"/>
</export>
</package>