Skip to content

Commit 86884e4

Browse files
committed
Merge branch 'future' of github.com:petercorke/robotics-toolbox-python into future
2 parents 18a25a6 + 965f6fe commit 86884e4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

roboticstoolbox/models/ETS/Omni.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ def __init__(self):
4747

4848
g0 = ELink(name="gripper", parent=b2)
4949

50-
b2.geometry = sg.Box([l, w, h], base=sm.SE3(0, 0, h / 2), color=(163, 157, 134))
50+
b2.geometry = sg.Cuboid(
51+
[l, w, h], base=sm.SE3(0, 0, h / 2), color=(163, 157, 134)
52+
)
5153

5254
elinks = [b0, b1, b2, g0]
5355

0 commit comments

Comments
 (0)