We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d20c5cf commit c033293Copy full SHA for c033293
examples/tilburg_grasp.py
@@ -11,8 +11,9 @@
11
12
ROBOT_INSTANCE = RobotPlatform.SIMULATION
13
14
+
15
def main():
- 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"
17
if ROBOT_INSTANCE == RobotPlatform.SIMULATION:
18
env_rel = SimEnvCreator()(
19
control_mode=ControlMode.JOINTS,
0 commit comments