mirror of
https://github.com/ROBOTIS-GIT/turtlebot3.git
synced 2025-09-15 12:59:04 +08:00
28 lines
1.2 KiB
XML
28 lines
1.2 KiB
XML
<?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>turtlebot3_bringup</name>
|
|
<version>2.3.3</version>
|
|
<description>
|
|
ROS 2 launch scripts for starting the TurtleBot3
|
|
</description>
|
|
<maintainer email="pyo@robotis.com">Pyo</maintainer>
|
|
<license>Apache 2.0</license>
|
|
<url type="website">http://turtlebot3.robotis.com</url>
|
|
<url type="repository">https://github.com/ROBOTIS-GIT/turtlebot3</url>
|
|
<url type="bugtracker">https://github.com/ROBOTIS-GIT/turtlebot3/issues</url>
|
|
<author email="thlim@robotis.com">Darby Lim</author>
|
|
<author email="pyo@robotis.com">Pyo</author>
|
|
<author email="willson@robotis.com">Will Son</author>
|
|
<author email="kimhg@robotis.com">Hyungyu Kim</author>
|
|
<buildtool_depend>ament_cmake</buildtool_depend>
|
|
<exec_depend>hls_lfcd_lds_driver</exec_depend>
|
|
<exec_depend>robot_state_publisher</exec_depend>
|
|
<exec_depend>rviz2</exec_depend>
|
|
<exec_depend>turtlebot3_description</exec_depend>
|
|
<exec_depend>turtlebot3_node</exec_depend>
|
|
<export>
|
|
<build_type>ament_cmake</build_type>
|
|
</export>
|
|
</package>
|