2025-12-12 18:52:52 +08: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">
|
|
|
|
|
<name>ecrt_driver</name>
|
|
|
|
|
<version>1.2.0</version>
|
|
|
|
|
<description>EtherCAT Driver for `ros2_control`</description>
|
|
|
|
|
<maintainer email="mcbed.robotics@gamil.com">Maciej Bednarczyk</maintainer>
|
|
|
|
|
<license>Apache-2.0</license>
|
|
|
|
|
|
|
|
|
|
<buildtool_depend>ament_cmake_ros</buildtool_depend>
|
|
|
|
|
|
|
|
|
|
<depend>hardware_interface</depend>
|
|
|
|
|
<depend>pluginlib</depend>
|
|
|
|
|
<depend>rclcpp</depend>
|
2026-01-05 16:53:13 +08:00
|
|
|
<depend>rclcpp_action</depend>
|
2025-12-12 18:52:52 +08:00
|
|
|
<depend>rclcpp_lifecycle</depend>
|
|
|
|
|
<depend>ethercat_interface</depend>
|
|
|
|
|
|
|
|
|
|
<test_depend>ament_lint_auto</test_depend>
|
|
|
|
|
<test_depend>ament_lint_common</test_depend>
|
|
|
|
|
|
|
|
|
|
<export>
|
|
|
|
|
<build_type>ament_cmake</build_type>
|
|
|
|
|
</export>
|
|
|
|
|
</package>
|