Skip to content
Snippets Groups Projects
Commit d1fa70e2 authored by dawehr's avatar dawehr
Browse files

Updated diagram for pitch trim.

parent 5c79ee07
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ label="<f0>Roll PID |<f1> --\>Cur point |<f2> --\>Setpoint |<f3> --\>dt |<f4> [ ...@@ -7,7 +7,7 @@ label="<f0>Roll PID |<f1> --\>Cur point |<f2> --\>Setpoint |<f3> --\>dt |<f4> [
"Ts_IMU" -> "Roll PID":f3 [label="Constant"] "Ts_IMU" -> "Roll PID":f3 [label="Constant"]
"Pitch PID"[shape=record "Pitch PID"[shape=record
label="<f0>Pitch PID |<f1> --\>Cur point |<f2> --\>Setpoint |<f3> --\>dt |<f4> [Kp=15.000] |<f5> [Ki=0.000] |<f6> [Kd=0.200] |<f7> [alpha=0.000]"] label="<f0>Pitch PID |<f1> --\>Cur point |<f2> --\>Setpoint |<f3> --\>dt |<f4> [Kp=15.000] |<f5> [Ki=0.000] |<f6> [Kd=0.200] |<f7> [alpha=0.000]"]
"Pitch" -> "Pitch PID":f1 [label="Constant"] "Pitch trim add" -> "Pitch PID":f1 [label="Sum"]
"RC Pitch" -> "Pitch PID":f2 [label="Constant"] "RC Pitch" -> "Pitch PID":f2 [label="Constant"]
"Ts_IMU" -> "Pitch PID":f3 [label="Constant"] "Ts_IMU" -> "Pitch PID":f3 [label="Constant"]
"Yaw PID"[shape=record "Yaw PID"[shape=record
...@@ -65,6 +65,12 @@ label="<f0>Pitch |<f1> [Constant=0.000]"] ...@@ -65,6 +65,12 @@ label="<f0>Pitch |<f1> [Constant=0.000]"]
label="<f0>Roll |<f1> [Constant=0.000]"] label="<f0>Roll |<f1> [Constant=0.000]"]
"Yaw"[shape=record "Yaw"[shape=record
label="<f0>Yaw |<f1> [Constant=0.000]"] label="<f0>Yaw |<f1> [Constant=0.000]"]
"Pitch trim"[shape=record
label="<f0>Pitch trim |<f1> [Constant=0.020]"]
"Pitch trim add"[shape=record
label="<f0>Pitch trim add |<f1> --\>Summand 1 |<f2> --\>Summand 2"]
"Pitch trim" -> "Pitch trim add":f1 [label="Constant"]
"Pitch" -> "Pitch trim add":f2 [label="Constant"]
"dTheta"[shape=record "dTheta"[shape=record
label="<f0>dTheta |<f1> [Constant=0.000]"] label="<f0>dTheta |<f1> [Constant=0.000]"]
"dPhi"[shape=record "dPhi"[shape=record
......
quad/src/gen_diagram/network.png

312 KiB | W: | H:

quad/src/gen_diagram/network.png

363 KiB | W: | H:

quad/src/gen_diagram/network.png
quad/src/gen_diagram/network.png
quad/src/gen_diagram/network.png
quad/src/gen_diagram/network.png
  • 2-up
  • Swipe
  • Onion skin
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