Skip to content

Commit 5eddcce

Browse files
committed
Reverting the incorrect change
1 parent 06d3fac commit 5eddcce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/extensions/humanoid.tasks/humanoid/tasks/push_box/push_box_env.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ def _setup_scene(self):
306306

307307
# after Hydra config support is available, we can set reolutions and camera type from the command line
308308
if not self.state_only:
309-
self.scene.sensors["camera"] = self.cfg.tiled_camera.class_type(self.cfg.tiled_camera)
309+
self.scene.sensors["camera"] = self.camera
310310

311311
# add table
312312
self.cfg.table.spawn.func(

0 commit comments

Comments
 (0)