25 lines
755 B
XML
25 lines
755 B
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>agv_pro_hardware</name>
|
|
<version>1.0.0</version>
|
|
<description>ros2_control hardware interface plugin for the AGV Pro mecanum-drive platform</description>
|
|
<maintainer email="todo@example.com">User</maintainer>
|
|
<license>Apache-2.0</license>
|
|
|
|
<buildtool_depend>ament_cmake</buildtool_depend>
|
|
|
|
<depend>rclcpp</depend>
|
|
<depend>hardware_interface</depend>
|
|
<depend>pluginlib</depend>
|
|
<depend>sensor_msgs</depend>
|
|
<depend>std_msgs</depend>
|
|
<depend>agv_pro_msgs</depend>
|
|
<depend>tf2</depend>
|
|
|
|
|
|
<export>
|
|
<build_type>ament_cmake</build_type>
|
|
</export>
|
|
</package>
|