Skip to content

Commit b385227

Browse files
committed
Fixed Demos
1 parent bd84147 commit b385227

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

demos/flexible_setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from mujoco_ar import MujocoARConnector
22

33
connector = MujocoARConnector()
4-
connector.add_position_limit([[-0.1,0.1],[-0.1,0.1],[-0.1,0.1]])
54
connector.start()
65

76
while True:

demos/simple.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def toggle_press():
2828
name="target",
2929
scale=3.0,
3030
position_origin=[0.0, 0.0, 0.2],
31-
pose_transform=[
31+
post_transform=[
3232
[0,-1, 0, 0],
3333
[1, 0, 0, 0],
3434
[0, 0, 1, 0],

0 commit comments

Comments
 (0)