greenhouse/find-object/package.xml

54 lines
2.4 KiB
XML
Raw Normal View History

2015-05-20 15:01:46 -04:00
<?xml version="1.0"?>
2022-12-10 23:39:35 -08:00
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
2015-05-20 15:01:46 -04:00
<name>find_object_2d</name>
2022-12-11 14:39:50 -08:00
<version>0.7.0</version>
2015-05-20 15:01:46 -04:00
<description>The find_object_2d package</description>
<maintainer email="matlabbe@gmail.com">Mathieu Labbe</maintainer>
2022-12-10 23:39:35 -08:00
<author>Mathieu Labbe</author>
<license>BSD</license>
2022-12-10 23:39:35 -08:00
<url type="bugtracker">https://github.com/introlab/find-object/issues</url>
<url type="repository">https://github.com/introlab/find-object</url>
2015-05-20 15:01:46 -04:00
2022-12-10 23:39:35 -08:00
<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake</buildtool_depend>
<depend condition="$ROS_VERSION == 1">roscpp</depend>
<depend condition="$ROS_VERSION == 1">tf</depend>
<depend condition="$ROS_VERSION == 2">rclcpp</depend>
<depend condition="$ROS_VERSION == 2">tf2</depend>
<depend condition="$ROS_VERSION == 2">tf2_ros</depend>
2022-12-11 00:39:46 -08:00
<depend condition="$ROS_VERSION == 2">tf2_geometry_msgs</depend>
2022-12-10 23:39:35 -08:00
<build_depend condition="$ROS_VERSION == 2">ros_environment</build_depend>
<depend condition="$ROS_VERSION == 2">builtin_interfaces</depend>
<build_depend condition="$ROS_VERSION == 2">rosidl_default_generators</build_depend>
<exec_depend condition="$ROS_VERSION == 2">rosidl_default_runtime</exec_depend>
<member_of_group condition="$ROS_VERSION == 2">rosidl_interface_packages</member_of_group>
2022-12-10 23:39:35 -08:00
<build_depend condition="$ROS_VERSION == 1">message_generation</build_depend>
2018-05-22 11:16:39 -04:00
<build_depend>qtbase5-dev</build_depend>
2015-05-20 15:01:46 -04:00
<build_depend>cv_bridge</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>std_srvs</build_depend>
2022-12-10 23:39:35 -08:00
<build_depend>geometry_msgs</build_depend>
2015-05-20 15:01:46 -04:00
<build_depend>image_transport</build_depend>
<build_depend>message_filters</build_depend>
2022-12-10 23:39:35 -08:00
<exec_depend condition="$ROS_VERSION == 1">message_runtime</exec_depend>
<exec_depend>qtbase5-dev</exec_depend>
<exec_depend>cv_bridge</exec_depend>
<exec_depend>sensor_msgs</exec_depend>
<exec_depend>std_msgs</exec_depend>
<exec_depend>std_srvs</exec_depend>
<exec_depend>geometry_msgs</exec_depend>
<exec_depend>image_transport</exec_depend>
<exec_depend>message_filters</exec_depend>
2015-05-20 15:01:46 -04:00
2022-12-10 23:39:35 -08:00
<export>
2022-12-11 15:22:55 -08:00
<build_type condition="$ROS_VERSION == 1">catkin</build_type>
2022-12-10 23:39:35 -08:00
<build_type condition="$ROS_VERSION == 2">ament_cmake</build_type>
</export>
2015-05-20 15:01:46 -04:00
</package>