PACKAGE

<?xml version="1.0"?>
<package format="3">
  <name>backward_ros</name>
  <version>1.0.5</version>
  <description>The backward_ros package is a ros wrapper of backward-cpp from https://github.com/bombela/backward-cpp </description>

  <maintainer email="victor.lopez@pal-robotics.com">Victor López</maintainer>

  <license>MIT</license>

  <url type="website">https://github.com/pal-robotics/backward_ros</url>

  <buildtool_depend>cmake</buildtool_depend>

  <depend>libdw-dev</depend>

  <test_depend condition="$ROS_VERSION == 2">ament_lint_auto</test_depend>
  <test_depend condition="$ROS_VERSION == 2">ament_lint_common</test_depend>

  <export>
    <build_type>cmake</build_type>
  </export>
</package>