afry-south / dragonfly-fcb

ÅF Dragonfly Quadrotor UAV Project
Other
7 stars 3 forks source link

Mutex protect the sensor values #135

Closed adam-at-epsilon closed 8 years ago

adam-at-epsilon commented 8 years ago

It is important that x, y and z values are updated together, so mutex protect their writing/reading, now that it is decided that the Kalman Filter and PID controller won't run in the tFcbSensors task.

adam-at-epsilon commented 8 years ago

done for acc, mag & gyro.