Skip to content

Commit

Permalink
only launch gps drivers on hw
Browse files Browse the repository at this point in the history
  • Loading branch information
rbridges12 authored Apr 4, 2024
1 parent 7542cee commit 3a56c66
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions launch/localization.launch
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,12 @@
<!-- Launch IMU driver -->
<node unless="$(arg sim)" name="imu_driver" pkg="mrover" type="imu_driver.py" output="screen" />

<!-- Launch GPS driver -->

<group ns="right_gps_driver">
<!-- Launch GPS driver(s) -->
<group ns="right_gps_driver" unless="$(arg sim)">
<node if="$(arg use_both_gps)" pkg="mrover" type="gps_driver.py" name="gps_driver" output="screen"/>
</group>

<group ns="left_gps_driver">
<group ns="left_gps_driver" unless="$(arg sim)">
<node pkg="mrover" type="gps_driver.py" name="gps_driver" output="screen"/>
</group>

Expand Down

0 comments on commit 3a56c66

Please sign in to comment.