Skip to content

Fix low level types #387

@ihartwig

Description

@ihartwig

We should be using fixed width C99 types (uint8_t, int32_t) rather than traditional C types (int, unsigned long) to avoid variable sizing confusions. New/old steering code does not handle angles >29000 hundredths of degree or velocities over 32000 hundredths of degree/s well. This may require a thorough code review to fix.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions