Skip to content

Encoder Overflow when driving backwards #71

@Snaw3

Description

@Snaw3

When driving backwards, the encoders of the Create Roomba 600 overflow, because the wrap around handler is implemented in a way, which only works in one direction

ticksLeft = (ticksLeft % util::V_3_MAX_ENCODER_TICKS) + 1;

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