mirror of
https://github.com/OSURoboticsClub/Rover_2017_2018.git
synced 2025-11-09 02:31:14 +00:00
28 lines
737 B
XML
28 lines
737 B
XML
<?xml version="1.0"?>
|
|
<package>
|
|
<name>ublox_serialization</name>
|
|
<version>1.1.2</version>
|
|
<description>
|
|
|
|
ublox_serialization provides header files for serialization of ROS messages to and from u-blox message format.
|
|
|
|
</description>
|
|
<author>Johannes Meyer</author>
|
|
<maintainer email="vmlane@alum.mit.edu">Veronica Lane</maintainer>
|
|
<license>BSD</license>
|
|
<url>http://ros.org/wiki/ublox</url>
|
|
|
|
<buildtool_depend>catkin</buildtool_depend>
|
|
|
|
<build_depend>roscpp</build_depend>
|
|
<run_depend>roscpp</run_depend>
|
|
|
|
<build_depend>roscpp_serialization</build_depend>
|
|
<run_depend>roscpp_serialization</run_depend>
|
|
|
|
<export>
|
|
<rosdoc external="http://www.u-blox.com/en/product-resources"/>
|
|
</export>
|
|
|
|
</package>
|