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
0
stateEstimate
......@@ -7,30 +8,44 @@ stateEstimate.pitch
stateEstimate.yaw
END BLOCK
# rate of change of attitude, degrees/second
START BLOCK
1
attitudeRate
150
gyro.x
gyro.y
gyro.z
ctrlStdnt.r_roll
ctrlStdnt.r_pitch
ctrlStdnt.r_yaw
END BLOCK
# rate setpoints that are given to the crazyflie
START BLOCK
2
Rate Setpoints
200
50
ctrlStdnt.rollRate
ctrlStdnt.pitchRate
ctrlStdnt.yawRate
END BLOCK
# angle setpoints that are given to the crazyflie
#START BLOCK
#3
#stabilizer
#30
#stabilizer.roll
#stabilizer.pitch
#stabilizer.yaw
#Rate Setpoints
#50
#ctrlStdnt.roll
#ctrlStdnt.pitch
#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
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