forked from neobotix/neo_simulation2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
25 lines (23 loc) · 979 Bytes
/
package.xml
File metadata and controls
25 lines (23 loc) · 979 Bytes
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
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>neo_simulation2</name>
<version>1.0.3</version>
<description>ROS-2 Simulation packages for neobotix robots</description>
<maintainer email="padmanabhan@neobotix.de">Padmanabhan Pradheep</maintainer>
<license>MIT</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<exec_depend>launch_ros</exec_depend>
<exec_depend>navigation2</exec_depend>
<exec_depend>slam_toolbox</exec_depend>
<exec_depend>neo_nav2_bringup</exec_depend>
<test_depend>ament_copyright</test_depend>
<test_depend>ament_flake8</test_depend>
<test_depend>ament_pep257</test_depend>
<test_depend>python3-pytest</test_depend>
<export>
<build_type>ament_cmake</build_type>
<gazebo_ros gazebo_model_path="${prefix}/.." />
<gazebo_ros gazebo_model_path="${prefix}/models" />
</export>
</package>