-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.xml
More file actions
33 lines (30 loc) · 1.13 KB
/
package.xml
File metadata and controls
33 lines (30 loc) · 1.13 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
<?xml version="1.0"?>
<package format="3">
<name>map_simulator</name>
<version>2.0.0</version>
<description>Multi-robot 2D simulation with a map-based environment</description>
<maintainer email="olivier.kermorgant@ec-nantes.fr">Olivier Kermorgant</maintainer>
<license>MIT</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<build_depend>rosidl_default_generators</build_depend>
<depend>libopencv-dev</depend>
<depend>geometry_msgs</depend>
<depend>rclcpp</depend>
<depend>sensor_msgs</depend>
<depend>urdf</depend>
<depend>nav_msgs</depend>
<depend>tf2_ros</depend>
<depend>yaml-cpp</depend>
<exec_depend>robot_state_publisher</exec_depend>
<exec_depend>nav2_lifecycle_manager</exec_depend>
<exec_depend>nav2_map_server</exec_depend>
<exec_depend>slider_publisher</exec_depend>
<exec_depend>simple_launch</exec_depend>
<exec_depend>ackermann_msgs</exec_depend>
<exec_depend>four_wheel_steering_msgs</exec_depend>
<exec_depend>rosidl_default_runtime</exec_depend>
<member_of_group>rosidl_interface_packages</member_of_group>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>