This commit is contained in:
Kostka 2022-10-07 14:04:47 +02:00
parent 408bcb1def
commit ac632e2159
2 changed files with 1 additions and 1 deletions

View File

@ -20,4 +20,4 @@ void loop() {
Vec4 rot = targ.to_rotation();
// speed inverse knematics wrist rot grip
Braccio.ServoMovement(30, rot.x, rot.y, rot.z, rot.w, 90, 70);
}
}

View File