Skip to content

Commit

Permalink
Changed the configs for the UAVs
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidCapek committed Oct 30, 2024
1 parent 8cdddc2 commit 7505fff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/uavs/a300.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Agile:
a300:

n_motors: 4 # [-]
mass: 1.21 # [kg]
Expand Down
8 changes: 4 additions & 4 deletions config/uavs/robofly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ robofly:
propulsion:

# force [N] = force_constant * rpm^2
force_constant: 0.00000027087
force_constant: 0.00000045

# moment [Nm] = moment_constant * force [N]
moment_constant: 0.07
moment_constant: 0.0012

prop_radius: 0.065 # [m]

Expand All @@ -32,5 +32,5 @@ robofly:
]

rpm:
min: 1170 # [revolutions/minute]
max: 3000 # [revolutions/minute]
min: 2400 # [revolutions/minute]
max: 3200 # [revolutions/minute]

0 comments on commit 7505fff

Please sign in to comment.