8000 Merge branch 'master' of github.com:petercorke/robotics-toolbox-python · Russ76/robotics-toolbox-python@6fbe680 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6fbe680

Browse files
committed
Merge branch 'master' of github.com:petercorke/robotics-toolbox-python
2 parents cf066e0 + d1f7bf5 commit 6fbe680

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

examples/gimbal.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,15 @@
2929
g2 = rtb.Mesh(
3030
filename=str(path / 'gimbal-ring2.stl'),
3131
color=[31, 184, 72],
32-
scale=(1./3,) * 3
32+
scale=(1.1/3,) * 3
33+
3334
)
3435
# g2.v = [0, 0, 0, 0.4, 0.0, 0]
3536

3637
g3 = rtb.Mesh(
3738
filename=str(path / 'gimbal-ring3.stl'),
3839
color=[240, 103, 103],
39-
scale=(1./3,) * 3
40+
scale=(1.1**2/3,) * 3
4041
)
4142
# g3.v = [0, 0, 0, 0.4, 0, 0]
4243

@@ -45,7 +46,7 @@
4546
scale=(1./(180*3),) * 3,
4647
color=[240, 103, 103]
4748
)
48-
49+
print(path / 'spitfire_assy-gear_up.stl')
4950
env.add(g1)
5051
env.add(g2)
5152
env.add(g3)

0 commit comments

Comments
 (0)
0