Skip to content

Commit

Permalink
Fix ignored OM_GPS_TIMEOUT_SEC/OM_GPS_WAIT_TIME_SEC
Browse files Browse the repository at this point in the history
  • Loading branch information
olliewalsh committed Oct 13, 2023
1 parent 9955648 commit 435ca8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/open_mower/launch/open_mower.launch
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
<param name="battery_full_voltage" value="$(env OM_BATTERY_FULL_VOLTAGE)"/>
<param name="motor_hot_temperature" value="$(env OM_MOWING_MOTOR_TEMP_HIGH)"/>
<param name="motor_cold_temperature" value="$(env OM_MOWING_MOTOR_TEMP_LOW)"/>
<param name="gps_wait_time" value="$(optenv OM_GPS_WAIT_TIME_SEC 10.0)"/>
<param name="gps_timeout" value="$(optenv OM_GPS_TIMEOUT_SEC 10.0)"/>
</node>
<node pkg="slic3r_coverage_planner" type="slic3r_coverage_planner" name="slic3r_coverage_planner" output="screen"/>

Expand Down

0 comments on commit 435ca8f

Please sign in to comment.