Search
Balance adjusting
- Bruce Huang
- Sep 3, 2015
- 1 min read
With an eye to making the flying procedure more smoothly, I balanced each propellers.

Recent Posts
See All#include "../GCS_MAVLink/include/mavlink/v1.0/mavlink_types.h" #include "../GCS_MAVLink/include/mavlink/v1.0/ardupilotmega/mavlink.h" //...
#include <EEPROM.h> #include <FastSerial.h> #include <AP_Common.h> #include <AP_Math.h> #include <math.h> #include <GCS_MAVLink.h> ...