Skip to content

Commit

Permalink
added f550 platform config
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Apr 17, 2024
1 parent f45fb13 commit 7fe7c31
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions config/mrs_uav_system/f550.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
motor_params:
n_motors: 4
a: 0.77522
b: -1.2348

mrs_uav_managers:

constraint_manager:

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

0 comments on commit 7fe7c31

Please sign in to comment.