-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.xml
36 lines (31 loc) · 1.46 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
<?xml version="1.0"?>
<package format="3">
<name>odri_gz_ros2_control</name>
<version>1.2.2</version>
<description>Gazebo ros2_control package allows to control simulated robots using ros2_control framework (ODRI fork).</description>
<maintainer email="[email protected]">Olivier Stasse</maintainer>
<author>Alejandro Hernández</author>
<license>Apache 2</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<depend>ament_index_cpp</depend>
<!-- default version to use in official ROS2 packages is GAzebo Fortress for ROS2 Rolling -->
<depend condition="$GZ_VERSION == ''">gz_sim_vendor</depend>
<depend condition="$GZ_VERSION == fortress">ignition-gazebo6</depend>
<depend condition="$GZ_VERSION == garden">gz_sim_vendor</depend>
<depend condition="$GZ_VERSION == harmonic">gz_sim_vendor</depend>
<depend condition="$GZ_VERSION == ''">gz_plugin_vendor</depend>
<depend condition="$GZ_VERSION == fortress">ignition-plugin</depend>
<depend condition="$GZ_VERSION == garden">gz_plugin_vendor</depend>
<depend condition="$GZ_VERSION == harmonic">gz_plugin_vendor</depend>
<depend>pluginlib</depend>
<depend>rclcpp</depend>
<depend>yaml_cpp_vendor</depend>
<depend>rclcpp_lifecycle</depend>
<depend>hardware_interface</depend>
<depend>controller_manager</depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>