Go to the source code of this file.
|
| mjk.AttachmentSpec | ex_table_scene.attachment_gripper (str path) |
| mjk.SceneObject | ex_table_scene.table_object (str path) |
| mjk.SceneObject | ex_table_scene.make_box (name, x, y, hx, hy, hz, color) |
| mjk.SceneObject | ex_table_scene.make_sphere (name, x, y, radius, color) |
| | ex_table_scene.scene_objects (table_path) |
| tuple[mjk.Env, mjk.Robot] | ex_table_scene.build_env (str model_path, str gripper_path, str table_path) |
| None | ex_table_scene.run_loop (mjk.Env env, mjk.Robot robot, step_fn, *, float duration, bool gui) |
| int | ex_table_scene.main () |