Skip to content

Commit

Permalink
Add missing gps_message_throttle
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvaut committed Aug 6, 2023
1 parent b2ece86 commit f31b325
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/open_mower/launch/include/_localization.launch
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<param name="max_gps_accuracy" value="0.2"/>
<param name="antenna_offset_x" value="$(env OM_ANTENNA_OFFSET_X)"/>
<param name="antenna_offset_y" value="$(env OM_ANTENNA_OFFSET_Y)"/>
<param name="gps_message_throttle" value="$(optenv OM_GPS_MESSAGE_THROTTLE 1)"/>
</node>
</group>
<group if="$(arg use_legacy_localization)">
Expand Down

0 comments on commit f31b325

Please sign in to comment.