Skip to content

Commit

Permalink
updated f450 constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Oct 21, 2023
1 parent 9f723e0 commit b8841b6
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions config/mrs_uav_system/f450.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,32 +51,16 @@ mrs_uav_managers:

constraint_manager:

# the f450 can not handler the "fast constraints" so we don't load it at all
constraints: [
"slow",
"medium",
]

# list of allowed constraints per odometry mode
allowed_constraints:
gps_garmin: ["slow", "medium"]
gps_baro: ["slow", "medium"]
rtk: ["slow", "medium"]
rtk_garmin: ["slow", "medium"]
aloam: ["slow"]
hector_garmin: ["slow"]
vio: ["slow"]
optflow: ["slow"]
other: ["slow"]
ground_truth: ["slow", "medium"]
passthrough: ["slow", "medium"]

default_constraints:
gps_garmin: "medium"
gps_baro: "medium"
rtk: "medium"
aloam: "slow"
hector_garmin: "slow"
vio: "slow"
optflow: "slow"
other: "slow"
ground_truth: "medium"

0 comments on commit b8841b6

Please sign in to comment.