Skip to content

Commit c6f6a7a

Browse files
Felix ExnerRobertWilbrandt
authored andcommitted
Fix default calibration file for UR30
Apparently that went wrong when adding this, as we only changed the DH parameters without updating the hash.
1 parent 1af5e24 commit c6f6a7a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/ur30/default_kinematics.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ kinematics:
1414
pitch: 0
1515
yaw: -0
1616
forearm:
17-
x: -0.637
17+
x: -0.63700000000000001
1818
y: 0
1919
z: 0
2020
roll: -0
2121
pitch: 0
2222
yaw: -0
2323
wrist_1:
24-
x: -0.5037
24+
x: -0.50370000000000004
2525
y: 0
2626
z: 0.20100000000000001
2727
roll: -0
@@ -30,7 +30,7 @@ kinematics:
3030
wrist_2:
3131
x: 0
3232
y: -0.1593
33-
z: 0
33+
z: -3.2672976162492252e-11
3434
roll: 1.570796327
3535
pitch: 0
3636
yaw: -0
@@ -41,4 +41,4 @@ kinematics:
4141
roll: 1.5707963265897931
4242
pitch: 3.1415926535897931
4343
yaw: 3.1415926535897931
44-
hash: calib_4890363623803256388
44+
hash: calib_12001109639981648826

0 commit comments

Comments
 (0)