Skip to content
Snippets Groups Projects
Commit ce928cf1 authored by Paul Beuchat's avatar Paul Beuchat
Browse files

Merge branch 'demo_controller' of...

Merge branch 'demo_controller' of https://gitlab.ethz.ch/D-FaLL/PandS-System/D-FaLL-System into demo_controller
parents c95e364d e42fe276
No related branches found
No related tags found
No related merge requests found
......@@ -5,4 +5,20 @@ mass : 27
control_frequency : 200
# Quadratic motor regression equation (a0, a1, a2)
motorPoly : [5.484560e-4, 1.032633e-6, 2.130295e-11]
\ No newline at end of file
motorPoly : [5.484560e-4, 1.032633e-6, 2.130295e-11]
gainMatrixRollRate_Nested : [ 4.00, 0.00, 0.00]
gainMatrixPitchRate_Nested : [ 0.00, 4.00, 0.00]
gainMatrixYawRate_Nested : [ 0.00, 0.00, 2.30]
# THE POINT MASS KALMAN FILTER (PMKF) GAINS AND ERROR EVOLUATION
# > For the (x,y,z) position
PMKF_Ahat_row1_for_positions : [ 0.6723, 0.0034]
PMKF_Ahat_row2_for_positions : [-12.9648, 0.9352]
PMKF_Kinf_for_positions : [ 0.3277,12.9648]
# > For the (roll,pitch,yaw) angles
PMKF_Ahat_row1_for_angles : [ 0.6954, 0.0035]
PMKF_Ahat_row2_for_angles : [-11.0342, 0.9448]
PMKF_Kinf_for_angles : [ 0.3046,11.0342]
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment