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:
15
rover/launcher/launch/launch_everything.launch
Normal file
15
rover/launcher/launch/launch_everything.launch
Normal file
@@ -0,0 +1,15 @@
|
||||
<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>
|
||||
|
||||
<node pkg="robot_localization" type="navsat_transform_node" name="navsat_transform" respawn="true" output="screen">
|
||||
<param name="magnetic_declination_radians" value="0"/>
|
||||
|
||||
<param name="yaw_offset" value="0"/>
|
||||
|
||||
<remap from="/imu/data" to="/your/imu/topic" />
|
||||
<remap from="/gps/fix" to="/rover_gps/fix" />
|
||||
<remap from="/odometry/filtered" to="/your/robot_localization/output/topic" />
|
||||
</node>
|
||||
</launch>
|
||||
Reference in New Issue
Block a user