We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00e5345 commit f30e924Copy full SHA for f30e924
1 file changed
python/examples/fr3.py
@@ -59,10 +59,10 @@ def main():
59
# add camera to have a rendering gui
60
cameras = {
61
"default_free": SimCameraConfig(
62
- identifier="", type=int(CameraType.default_free), on_screen_render=True
+ identifier="", type=int(CameraType.default_free)
63
),
64
"wrist": SimCameraConfig(
65
- identifier="eye-in-hand_0", type=int(CameraType.fixed), on_screen_render=False
+ identifier="eye-in-hand_0", type=int(CameraType.fixed)
66
67
# TODO: odd behavior when not both cameras are used: only last image is shown
68
}
0 commit comments