Compare commits

...

2 Commits

Author SHA1 Message Date
Kostka
0940317345 Merge branch 'main' of http://git.cubesoftware.xyz:20524/kacperks/inv-kin-arm 2022-10-07 14:04:56 +02:00
Kostka
ac632e2159 HELP ME 2022-10-07 14:04:47 +02:00
2 changed files with 1 additions and 1 deletions

View File

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

View File