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: The call failed on the V-REP side. Return value: -1 #63

Open
LogSSim opened this issue Oct 14, 2024 · 5 comments
Open

RuntimeError: The call failed on the V-REP side. Return value: -1 #63

LogSSim opened this issue Oct 14, 2024 · 5 comments

Comments

@LogSSim
Copy link

LogSSim commented Oct 14, 2024

I deleted the code before, but when I downloaded the code again, I found it didn't work.
File "/data3/urs/code/RVT/rvt/libs/RLBench/rlbench/backend/task.py", line 410, in _get_waypoints
feasible, way_i = self._feasible(waypoints)
File "/data3/urs/code/RVT/rvt/libs/RLBench/rlbench/backend/task.py", line 361, in _feasible
path = point.get_path(ignore_collisions=True)
File "/data3/urs/code/RVT/rvt/libs/RLBench/rlbench/backend/waypoints.py", line 55, in get_path
path = arm.get_path(self._waypoint.get_position(),
File "/data3/urs/code/RVT/rvt/libs/PyRep/pyrep/robots/arms/arm.py", line 444, in get_path
p = self.get_nonlinear_path(
File "/data3/urs/code/RVT/rvt/libs/PyRep/pyrep/robots/arms/arm.py", line 385, in get_nonlinear_path
_, ret_floats, _, _ = utils.script_call(
File "/data3/urs/code/RVT/rvt/libs/PyRep/pyrep/backend/utils.py", line 65, in script_call
return sim.simExtCallScriptFunction(
File "/data3/urs/code/RVT/rvt/libs/PyRep/pyrep/backend/sim.py", line 698, in simExtCallScriptFunction
_check_return(ret)
File "/data3/urs/code/RVT/rvt/libs/PyRep/pyrep/backend/sim.py", line 27, in _check_return
raise RuntimeError(
RuntimeError: The call failed on the V-REP side. Return value: -1

@imankgoyal
Copy link
Collaborator

Hi, Looks like some RLBench/V-REP related error. Maybe try the install again.

@LogSSim
Copy link
Author

LogSSim commented Oct 16, 2024 via email

@codeshop715
Copy link

@LogSSim I ran into the same problem. How did you resolve it?

@LogSSim
Copy link
Author

LogSSim commented Oct 17, 2024

@codeshop715 I reinstalled COPPELIASIM and the following libraries:
pip install -e rvt/libs/PyRep
pip install -e rvt/libs/RLBench
pip install -e rvt/libs/YARR
pip install -e rvt/libs/peract_colab
pip install -e rvt/libs/point-renderer

@codeshop715
Copy link

@LogSSim Thanks a lot.

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

3 participants