Skip to content

Commit

Permalink
Fix robot control example bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wensi-ai committed Dec 21, 2023
1 parent bfec59b commit 9795304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omnigibson/examples/robots/robot_control_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9795304

Please sign in to comment.