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 48a0021 commit 122ff2bCopy full SHA for 122ff2b
1 file changed
extensions/rcs_xarm7/src/rcs_xarm7/creators.py
@@ -54,7 +54,7 @@ def __call__( # type: ignore
54
camera_set.start()
55
camera_set.wait_for_frames()
56
logger.info("CameraSet started")
57
- env = CameraSetWrapper(env, camera_set)
+ env = CameraSetWrapper(env, camera_set, include_depth=True)
58
if hand_cfg is not None and isinstance(hand_cfg, THConfig):
59
hand = TilburgHand(cfg=hand_cfg, verbose=True)
60
env = HandWrapper(env, hand, True)
0 commit comments