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 4fec68d commit be90c0f
Showing 1 changed file with 1 addition and 17 deletions.
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 be90c0f

Please sign in to comment.