Skip to content

getCoords and getAngles does not return any real information #45

@skywo1f

Description

@skywo1f

Angles angles = myCobot.getAngles();
delay(100);
#if (!defined MyCobot_Uno)
Serial.print("angles = ");
for (int i = 0; i < 6; i++) {
Serial.print(angles[i]);
Serial.print(" ");
}
Serial.println();
#endif
myCobot.writeAngles({0, 0, 0, 0, 0, 0}, 30);
delay(5000);

Gives:

angles = -1000.00 -1000.00 -1000.00 -1000.00 -1000.00 -1000.00

same for getCoords

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