mirror of
https://github.com/OSURoboticsClub/Rover_2017_2018.git
synced 2025-11-09 02:31:14 +00:00
Added package for the current testing gps. Also added a testing launcher folder
This commit is contained in:
32
rover/ublox-master/ublox_msgs/package.xml
Normal file
32
rover/ublox-master/ublox_msgs/package.xml
Normal file
@@ -0,0 +1,32 @@
|
||||
<package>
|
||||
<name>ublox_msgs</name>
|
||||
<version>1.1.2</version>
|
||||
<description>
|
||||
|
||||
ublox_msgs contains raw messages for u-blox GNSS devices.
|
||||
|
||||
</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>
|
||||
|
||||
<buildtool_depend>message_generation</buildtool_depend>
|
||||
<run_depend>message_runtime</run_depend>
|
||||
|
||||
<build_depend>ublox_serialization</build_depend>
|
||||
<run_depend>ublox_serialization</run_depend>
|
||||
|
||||
<build_depend>std_msgs</build_depend>
|
||||
<run_depend>std_msgs</run_depend>
|
||||
|
||||
<build_depend>sensor_msgs</build_depend>
|
||||
<run_depend>sensor_msgs</run_depend>
|
||||
|
||||
<export>
|
||||
<rosdoc external="http://www.u-blox.com/en/product-resources"/>
|
||||
</export>
|
||||
|
||||
</package>
|
||||
Reference in New Issue
Block a user