Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Jan 6, 2024
1 parent 51510de commit 075f80d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/line_tracker/line_tracker_goto/config/custom_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ mrs_uav_managers:

# loaded state estimator plugins
state_estimators: [
"gps_baro",
"gps_garmin",
]

initial_state_estimator: "gps_baro" # will be used as the first state estimator
initial_state_estimator: "gps_garmin" # will be used as the first state estimator
agl_height_estimator: "garmin_agl" # only slightly filtered height for checking min height (not used in control feedback)

uav_manager:
Expand Down
4 changes: 2 additions & 2 deletions test/mpc_tracker/mpc_tracker_goto/config/custom_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ mrs_uav_managers:

# loaded state estimator plugins
state_estimators: [
"gps_baro",
"gps_garmin",
]

initial_state_estimator: "gps_baro" # will be used as the first state estimator
initial_state_estimator: "gps_garmin" # will be used as the first state estimator
agl_height_estimator: "garmin_agl" # only slightly filtered height for checking min height (not used in control feedback)

uav_manager:
Expand Down

0 comments on commit 075f80d

Please sign in to comment.