Thonners / Helicopter

Scripts to fly a remote-control helicopter, using a Raspberry Pi as the main controller instead of a standard RC receiver unit
GNU General Public License v3.0
0 stars 0 forks source link

Gyro calibration #6

Closed Thonners closed 3 years ago

Thonners commented 4 years ago

User should be able to calibrate the gyro before flight to take out any DC noise from the signal (also allows for working out which way is 'up' on the accelerometers)

Outputs:

Thonners commented 4 years ago

Jobs:

Thonners commented 4 years ago

No need to calculate the accelerometer orientation at this stage - can just use the static readings in the calculation later

Thonners commented 3 years ago

Implemented and seems to be working.