<?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>robotiq_driver</name>
<version>0.0.1</version>
<description>ROS2 driver package for the Robotiq gripper.</description>
<maintainer email="alex.moriarty@picknik.ai">Alex Moriarty</maintainer>
<maintainer email="marq.rasmussen@picknik.ai">Marq Rasmussen</maintainer>
<license>BSD 3-Clause</license>
<author>Cory Crean</author>
<buildtool_depend>ament_cmake</buildtool_depend>
<depend>hardware_interface</depend>
<depend>lifecycle_msgs</depend>
<depend>pluginlib</depend>
<depend>rclcpp</depend>
<depend>rclcpp_lifecycle</depend>
<depend>serial</depend>
<!-- Check code against style conventions using clang-format. -->
<test_depend>ament_clang_format</test_depend>
<!-- Check code against style conventions using clang-tidy. -->
<test_depend>ament_clang_tidy</test_depend>
<!-- Check every source file contains copyright reference. -->
<test_depend>ament_cmake_copyright</test_depend>
<!-- Lint CMake code using cmakelint. -->
<test_depend>ament_cmake_lint_cmake</test_depend>
<!-- This package will provide automatic linting capabilities. -->
<test_depend>ament_lint_auto</test_depend>
<!-- The list of commonly used linters in the ament build system in CMake. -->
<test_depend>ament_lint_common</test_depend>
<!-- Support for gtest and gmock-based tests in the ament buildsystem in CMake. -->
<test_depend>ament_cmake_gmock</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>