Replies

  • Developer

    most of the attitude control code is in the Attitude.pde

    get_stabilize_pitch takes an angle (x100) (we use centedegrees for integer accuracy and fast calcs where possible)

    It returns a servo angle output which is converted to PWM by the motor mixer.

    get_stabilize_pitch is called in Arducopter.pde by a variety of flight modes inside of a switch in update_roll_pitch_mode()

    Jason

This reply was deleted.

Activity