Skip to content

Commit 2c3361b

Browse files
committed
Fixed cube -> cuboid
1 parent 8ec5cac commit 2c3361b

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy