We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63acf6a commit 06d3facCopy full SHA for 06d3fac
source/extensions/humanoid.tasks/humanoid/tasks/push_box/push_box_env.py
@@ -306,7 +306,7 @@ def _setup_scene(self):
306
307
# after Hydra config support is available, we can set reolutions and camera type from the command line
308
if not self.state_only:
309
- self.scene.sensors["tiled_camera"] = self.cfg.tiled_camera.class_type(self.cfg.tiled_camera)
+ self.scene.sensors["camera"] = self.cfg.tiled_camera.class_type(self.cfg.tiled_camera)
310
311
# add table
312
self.cfg.table.spawn.func(
0 commit comments