32 lines
831 B
XML
32 lines
831 B
XML
<?xml version="1.0"?>
|
|
<package format="2">
|
|
<name>libcreate</name>
|
|
<version>1.6.0</version>
|
|
<description>C++ library for interfacing with iRobot's Create 1 and Create 2</description>
|
|
|
|
<maintainer email="jperron@sfu.ca">Jacob Perron</maintainer>
|
|
|
|
<license>BSD</license>
|
|
|
|
<url type="website">http://wiki.ros.org/libcreate</url>
|
|
<url type="repository">https://github.com/AutonomyLab/libcreate</url>
|
|
<url type="bugtracker">https://github.com/AutonomyLab/libcreate/issues</url>
|
|
|
|
<author email="jperron@sfu.ca">Jacob Perron</author>
|
|
|
|
<buildtool_depend>cmake</buildtool_depend>
|
|
|
|
<build_depend>git</build_depend>
|
|
|
|
<depend>boost</depend>
|
|
|
|
<exec_depend>catkin</exec_depend>
|
|
|
|
<doc_depend>doxygen</doc_depend>
|
|
|
|
<test_depend>gtest</test_depend>
|
|
|
|
<export>
|
|
<build_type>cmake</build_type>
|
|
</export>
|
|
</package>
|