Skip to content

Commit

Permalink
late night attempt to fix rtk issue (needs to be tested on realworld
Browse files Browse the repository at this point in the history
uav)
  • Loading branch information
petrlmat committed Apr 18, 2024
1 parent 521d0b1 commit 4742c73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/public/rtk/lat_rtk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ mrs_uav_managers:
saturate:
start_enabled: true # saturate processor can start as disabled and then be enabled by a service or a trigger condition
keep_enabled: true # keep enabled even after the corrections are near the value of state
min: -0.2
max: 0.2
limit: 1.0
min: -0.9
max: 0.9
limit: 0.9

vel_hw_api:
state_id: 1 # 0 - position, 1 - velocity, 2 - acceleration
noise: 0.01 # measurement noise covariance (R)
noise: 10.0 # measurement noise covariance (R)
noise_unhealthy_coeff: 100.0 # covariance gets multiplied by this coefficient when correction is unhealthy (R)
message:
type: "geometry_msgs/Vector3Stamped"
Expand Down

0 comments on commit 4742c73

Please sign in to comment.