Skip to content

Commit c033293

Browse files
committed
format: pyformat
1 parent d20c5cf commit c033293

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/tilburg_grasp.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111

1212
ROBOT_INSTANCE = RobotPlatform.SIMULATION
1313

14+
1415
def main():
15-
mjcf = "/home/sbien/Documents/Development/RCS/models/scenes/fr3_tilburg_empty_world/scene.xml",
16+
mjcf = "/home/sbien/Documents/Development/RCS/models/scenes/fr3_tilburg_empty_world/scene.xml"
1617
if ROBOT_INSTANCE == RobotPlatform.SIMULATION:
1718
env_rel = SimEnvCreator()(
1819
control_mode=ControlMode.JOINTS,

0 commit comments

Comments
 (0)