diff --git a/omnigibson/examples/robots/robot_control_example.py b/omnigibson/examples/robots/robot_control_example.py index 7c52007f6..89f59b706 100644 --- a/omnigibson/examples/robots/robot_control_example.py +++ b/omnigibson/examples/robots/robot_control_example.py @@ -91,7 +91,7 @@ def main(random_selection=False, headless=False, short_exec=False): robot0_cfg["action_normalize"] = True # Compile config - cfg = dict(scene=scene_cfg, robots=[robot0_cfg]) + cfg = dict(env=env_cfg, scene=scene_cfg, robots=[robot0_cfg]) # Create the environment env = og.Environment(configs=cfg)