Skip to content

OPERATING_MODE enums not correct numbers? #73

@LegacyMecha

Description

@LegacyMecha

When I use "mode = dynamixel.readControlTableItem(OPERATING_MODE, id)" on an XH430, I get "3" when it's set to Position Mode, but in code, when I check "mode == OP_POSITION" OP_POSITION is 0 and OP_VELOCITY is actually "3". Am I doing something wrong? On Serial.print(OP_POSITION) = 0, but in DynamixelWizard "Operating Mode(11)" = 3 Position Mode.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions