Skip to content

Usage of pitch rate in wheelie mode #89

@aelmiger

Description

@aelmiger

What is the reason for calculating the pitch rate using (pitch_rate = current_pitch - last_pitch) for the D term?
I would think that using the direct gyro output is a faster and more reliable way of getting the pitch rate. Using the derivate of the pitch induces delays and filters that are (to my knowledge) not ideal in a D term.

(var pitch-rate (/ (- pitch-deg-last pitch-deg) dt))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions