RoboLab2/autonomous_explorer/package.xml

47 lines
1.7 KiB
XML

<?xml version="1.0"?>
<package format="2">
<name>autonomous_explorer</name>
<version>0.0.0</version>
<description>The autonomous_explorer package</description>
<!-- Maintainer details -->
<maintainer email="ros@todo.todo">ros</maintainer>
<!-- License information, update this as per your license details -->
<license>TODO</license>
<!-- Optional website URL -->
<!-- <url type="website">http://wiki.ros.org/autonomous_explorer</url> -->
<!-- Optional author details -->
<!-- <author email="jane.doe@example.com">Jane Doe</author> -->
<!-- Package dependencies -->
<buildtool_depend>catkin</buildtool_depend>
<!-- Replace rospy with roscpp for C++ implementation -->
<build_depend>roscpp</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>message_generation</build_depend> <!-- required if you're using custom messages -->
<build_export_depend>roscpp</build_export_depend>
<build_export_depend>geometry_msgs</build_export_depend>
<build_export_depend>sensor_msgs</build_export_depend>
<build_export_depend>std_msgs</build_export_depend>
<build_export_depend>message_runtime</build_export_depend> <!-- required if you're using custom messages -->
<exec_depend>roscpp</exec_depend>
<exec_depend>geometry_msgs</exec_depend>
<exec_depend>sensor_msgs</exec_depend>
<exec_depend>std_msgs</exec_depend>
<exec_depend>message_runtime</exec_depend> <!-- required if you're using custom messages -->
<!-- Export tag for additional information, can be left empty -->
<export>
<!-- Other tools can request additional information be placed here -->
</export>
</package>