Skip to content

Angle Format Conventions #23

@BenYKB

Description

@BenYKB

In gimbal_task.c we do operations on yaw and pitch angles of the gimbal. The current method format is as follows:
Pitch: saved as an encoder value (0-8191); set by unit-less delta value
Yaw: saved as a complex components a + bi that point to an angle theta on the unit circle; set using a radian input

We should standardize this and think about what makes the most sense for angles in general. Radians for example.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions