Skip to content

Commit

Permalink
increased max time between garmin msgs to allow taking off when garmin
Browse files Browse the repository at this point in the history
obscured by grass
  • Loading branch information
petrlmat committed Sep 25, 2024
1 parent 5a592d7 commit 15d60a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/public/gps_garmin/alt_garmin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ mrs_uav_managers:
topic: "hw_api/distance_sensor" # without uav namespace
limit:
delay: 0.5 # [s] messages with higher delay will flag correction as unhealthy
time_since_last: 0.5 # [s] larger time step between messages will flag correction as unhealthy
time_since_last: 2.0 # [s] larger time step between messages will flag correction as unhealthy

processors: ["excessive_tilt", "median_filter", "saturate"] # types of processors attached to this measurement (the processors are called in exactly this order)

Expand Down

0 comments on commit 15d60a9

Please sign in to comment.