Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MicroCART_17-18
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bbartels
MicroCART_17-18
Commits
8326a17f
Commit
8326a17f
authored
8 years ago
by
Andy Snawerdt
Browse files
Options
Downloads
Patches
Plain Diff
Added MATLAB script defining all model parameters
parent
02067e84
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
controls/model/modelParameters.m
+22
-0
22 additions, 0 deletions
controls/model/modelParameters.m
with
22 additions
and
0 deletions
controls/model/modelParameters.m
0 → 100644
+
22
−
0
View file @
8326a17f
% Model Parameters
m
=
1.19
;
% Quadrotor + battery mass
g
=
9.81
;
% Acceleration of gravity
Jxx
=
0.0218
;
% Quadrotor and battery motor of inertia around bx (pitch)
Jyy
=
0.0277
;
% Quadrotor and battery motor of inertia around by (roll)
Jzz
=
0.0332
;
% Quadrotor and battery motor of inertia around bz (yaw)
Jreq
=
4.2012e-05
;
% Rotor and motor moment of inertia around axis of rotation
Kt
=
8.1558
*
10
^-
6
;
% Rotor thrust constant
Kh
=
0
;
% Rotor in-plane drag constant
Kd
=
1.8087e-07
;
% Rotor drag constant
rhx
=
0.016
;
% X-axis distance from center of mass to a rotor hub
rhy
=
0.016
;
% Y-axis distance from center of mass to a rotor hub
rhz
=
0.003
;
% Z-axis distance from center of mass to a rotor hub
Rm
=
0.2308
;
% Motor resistance
Kq
=
96.3422
;
% Motor torque constant
Kv
=
96.3422
;
% Motor back emf constant
If
=
0.511
;
% Motor internal friction current
Pmin
=
0.47
;
% Minimum zybo output duty cycle command
Pmax
=
0.80
;
% Maximum zybo output duty cycle command
Tc
=
0.01
;
% Camera system sampling period
tau_c
=
0
;
% Camera system total latency
Vb
=
11.1
;
% Nominal battery voltage (V)
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment