Skip to content

Commit

Permalink
adding new uav configs
Browse files Browse the repository at this point in the history
  • Loading branch information
DanHert committed Jul 30, 2024
1 parent b2a0485 commit be4b3ca
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 9 deletions.
29 changes: 29 additions & 0 deletions config/mrs_uav_system/agile10in.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
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"]
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"]

mrs_uav_managers:
estimation_manager:
gps_garmin: # namespace of the state estimator
alt_garmin: # namespace of the altitude estimator
pos_garmin:
noise: 10.0 # measurement noise covariance (R)
9 changes: 0 additions & 9 deletions config/mrs_uav_system/ecodrone.yaml

This file was deleted.

21 changes: 21 additions & 0 deletions config/mrs_uav_system/robofly.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Motor thrust curve parameters
# a - quadratic term
# b - constant term
# n_motors - number of motors on the UAV

motor_params:
a: 0.348
b: -0.215
n_motors: 4

mrs_uav_managers:

estimation_manager:

state_estimators: [
"gps_baro",
]

initial_state_estimator: "gps_baro"

agl_height_estimator: ""

0 comments on commit be4b3ca

Please sign in to comment.