-
Notifications
You must be signed in to change notification settings - Fork 313
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
What is the reason for this? #73
Comments
print: |
I have solved this problem. I think the operating system you have used is |
Where can I get these two files which you mentioned? |
These two files are contained in the location where the software |
Hello, I found the remoteApi.dll file but did not find the simulation folder. Could you please help me whether the simulation folder is in the repository or somewhere else? Many thanks for your time and help |
Traceback (most recent call last):
File "main.py", line 15, in
from robot import Robot
File "E:\AAAAAAAAAAAA\visual-pushing-grasping-master\robot.py", line 8, in
from simulation import vrep
File "E:\AAAAAAAAAAAA\visual-pushing-grasping-master\simulation\vrep.py", line 59, in
c_GetJointPosition = ct.CFUNCTYPE(ct.c_int32,ct.c_int32, ct.c_int32, ct.POINTER(ct.c_float), ct.c_int32)(("simxGetJointPosition", libsimx))
AttributeError: 'NoneType' object has no attribute '_handle'
The text was updated successfully, but these errors were encountered: