Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RuntimeError: Handle cam_over_shoulder_left_mask does not exist. #271

Open
xiangbaihan opened this issue Mar 11, 2025 · 0 comments
Open

Comments

@xiangbaihan
Copy link

when I running "python task_builder.py",I got those error:
###############################################
Traceback (most recent call last):
File "task_builder.py", line 289, in
scene = Scene(pr, robot, obs_config)
File "/home/xbh/RLBench/tools/../rlbench/backend/scene.py", line 50, in init
self._cam_over_shoulder_left_mask = VisionSensor(
File "/home/xbh/.local/lib/python3.8/site-packages/pyrep/objects/vision_sensor.py", line 14, in init
super().init(name_or_handle)
File "/home/xbh/.local/lib/python3.8/site-packages/pyrep/objects/object.py", line 24, in init
self._handle = sim.simGetObjectHandle(name_or_handle)
File "/home/xbh/.local/lib/python3.8/site-packages/pyrep/backend/sim.py", line 94, in simGetObjectHandle
raise RuntimeError('Handle %s does not exist.' % objectName)
RuntimeError: Handle cam_over_shoulder_left_mask does not exist.
QObject::~QObject: Timers cannot be stopped from another thread
QMutex: destroying locked mutex
#############################################
what should I do?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant