Skip to content
Snippets Groups Projects
Commit 078fe06b authored by C-Glick's avatar C-Glick
Browse files

Added new logging values to default logging blocks

parent 6d4d0246
No related branches found
No related tags found
1 merge request!77Groundstation gui rough edits
# angle measurement, degrees
START BLOCK START BLOCK
0 0
stateEstimate stateEstimate
...@@ -7,30 +8,44 @@ stateEstimate.pitch ...@@ -7,30 +8,44 @@ stateEstimate.pitch
stateEstimate.yaw stateEstimate.yaw
END BLOCK END BLOCK
# rate of change of attitude, degrees/second
START BLOCK START BLOCK
1 1
attitudeRate attitudeRate
150 150
gyro.x ctrlStdnt.r_roll
gyro.y ctrlStdnt.r_pitch
gyro.z ctrlStdnt.r_yaw
END BLOCK END BLOCK
# rate setpoints that are given to the crazyflie
START BLOCK START BLOCK
2 2
Rate Setpoints Rate Setpoints
200 50
ctrlStdnt.rollRate ctrlStdnt.rollRate
ctrlStdnt.pitchRate ctrlStdnt.pitchRate
ctrlStdnt.yawRate ctrlStdnt.yawRate
END BLOCK END BLOCK
# angle setpoints that are given to the crazyflie
#START BLOCK #START BLOCK
#3 #3
#stabilizer #Rate Setpoints
#30 #50
#stabilizer.roll #ctrlStdnt.roll
#stabilizer.pitch #ctrlStdnt.pitch
#stabilizer.yaw #ctrlStdnt.yaw
#END BLOCK
# output of the rate pid controller sent to the power distribution module
#START BLOCK
#4
#pid output
#100
#ctrlStdnt.cmd_thrust
#ctrlStdnt.cmd_roll
#ctrlStdnt.cmd_pitch
#ctrlStdnt.cmd_yaw
#END BLOCK #END BLOCK
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