-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.xml
31 lines (26 loc) · 891 Bytes
/
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
<?xml version="1.0"?>
<package format="3">
<name>tiago_webots_ros2</name>
<version>0.0.1</version>
<description>The ROS2 package containing Tiago's robot components for Webots</description>
<maintainer email="[email protected]"></maintainer>
<author>Renan Freitas</author>
<license>Apache License 2.0</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<depend>action_msgs</depend>
<depend>nav2_bt_navigator</depend>
<depend>nav2_map_server</depend>
<depend>rclcpp</depend>
<depend>rclcpp_lifecycle</depend>
<depend>rviz2</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<depend>tf2_ros</depend>
<depend>vision_msgs</depend>
<depend>webots_ros2_msgs</depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>