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 15a57e4 commit e0b95d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/modalities/config/custom_config_mpc_controller.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/modalities/config/custom_config_se3_controller.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 e0b95d3

Please sign in to comment.