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 20, 2023
1 parent 9c7e38c commit 4fec68d
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,25 @@ 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"]
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"
Expand Down

0 comments on commit 4fec68d

Please sign in to comment.