Skip to content

Commit 122ff2b

Browse files
committed
feat(xarm): include depth in xarm realsense recording
1 parent 48a0021 commit 122ff2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/rcs_xarm7/src/rcs_xarm7/creators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def __call__( # type: ignore
5454
camera_set.start()
5555
camera_set.wait_for_frames()
5656
logger.info("CameraSet started")
57-
env = CameraSetWrapper(env, camera_set)
57+
env = CameraSetWrapper(env, camera_set, include_depth=True)
5858
if hand_cfg is not None and isinstance(hand_cfg, THConfig):
5959
hand = TilburgHand(cfg=hand_cfg, verbose=True)
6060
env = HandWrapper(env, hand, True)

0 commit comments

Comments
 (0)