cps_loki_bringup/package.xml

31 lines
1.1 KiB
XML
Raw Normal View History

2023-05-26 08:38:41 +00:00
<?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">
2023-11-20 07:43:35 +00:00
<name>cps_loki_bringup</name>
<version>0.0.2</version>
<description>ROS2 bringup sources for CPS Loki Robot</description>
2023-05-26 08:38:41 +00:00
<maintainer email="bjoern.ellensohn@gmail.com">bjorn</maintainer>
<license>TODO: License declaration</license>
<test_depend>ament_copyright</test_depend>
<test_depend>ament_flake8</test_depend>
<test_depend>ament_pep257</test_depend>
<test_depend>python3-pytest</test_depend>
<exec_depend>odrive_demo_description</exec_depend>
2023-11-20 07:26:38 +00:00
<exec_depend>teleop_twist_joy</exec_Depend>
2023-06-16 09:28:43 +00:00
<exec_depend>nav2_bringup</exec_depend>
<exec_depend>navigation2</exec_depend>
<exec_depend>ros2_control</exec_depend>
<exec_depend>ros2_controllers</exec_depend>
2023-11-20 07:55:20 +00:00
<exec_depend>teleop_twist_joy</exec_depend>
2023-06-16 09:28:43 +00:00
<exec_depend>joy</exec_depend>
<exec_depend>twist_mux</exec_depend>
2023-07-12 08:02:11 +00:00
<exec_depend>robot_localization</exec_depend>
2023-11-24 08:38:40 +00:00
<exec_depend>laser_filters</exec_depend>
2023-06-16 09:28:43 +00:00
2023-05-26 08:38:41 +00:00
<export>
<build_type>ament_python</build_type>
</export>
</package>