Skip to content

Angle Format Conventions #23

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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