mirror of
https://github.com/OSURoboticsClub/Rover_2017_2018.git
synced 2025-11-08 18:21:15 +00:00
Added package for the current testing gps. Also added a testing launcher folder
This commit is contained in:
7
rover/ublox-master/ublox_gps/launch/ublox_device.launch
Normal file
7
rover/ublox-master/ublox_gps/launch/ublox_device.launch
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<launch>
|
||||
<node name="rover_gps" pkg="ublox_gps" type="ublox_gps" output="screen" clear_params="false" respawn="true" respawn_delay="10">
|
||||
<rosparam command="load" file="$(find ublox_gps)/config/nmea.yaml" />
|
||||
</node>
|
||||
</launch>
|
||||
Reference in New Issue
Block a user