-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Error occurred while calling the reset function for UR10 tasks #16
Comments
Hi! I will try to reproduce this on PC and check whether I get the same behavior. I'll get back to you asap! |
Hi, so if I got it right you are using Ubuntu 16.04 and ROS Kinetic, is that right? |
Yes, I am using Ubuntu 16.04 + Gazebo 9.0 + ROS kinetic. |
Ok, then the issue is given by the fact that the latest version of the UR robot servers is not compatible with ROS Kinetic, similar to what happened in jr-robotics/robo-gym-robot-servers#3 , I copy here the same reply:
Let me know if this fixes it for you :) Cheers, |
Hi, Thanks for your reply! My robogym_ws was in the v.0.1.8 tag when this error happened. Then, I reinstalled this server package again and checkout to v.0.1.8 tag. However, the error is still there. |
Hi, I managed to reproduce your error. My previous answer was not complete, also the robo-gym python package needs to be at version v0.1.8. To downgrade the version of the pip package you can use : Please let me know if this fixes it. |
Hi, I installed the robo-gym from the source, can I change the version to v0.1.8 directly by using git? |
Yes of course, just go to the directory were you cloned the robo-gym repository and run |
After I checkout to tag v0.1.8, the error disappears! Thank you very much! |
You are welcome! I am glad to hear that :) |
Hello, I have been experiencing this error while using UR5 for simulation. The reset function call has encountered an error. How can I resolve this issue? |
After I lowered the version of the robot Gym, it showed that there is no UR5 robotic arm available. |
I am using Ubuntu 20.04 |
Hi,
I succeed in installing the project and tested the random_agent_sim.py on my computer with ubuntu16.04+Gazebo9.0. The Mir100 related tasks can successfully pass the test. However, I got errors in testing the UR10 related tasks, for example, the 'EndEffectorPositioningUR10Sim-v0' and the 'EndEffectorPositioningUR10DoF5Sim-v0'. The output is:
The Rviz was restarting again and again, but each time before its crash, the arm has some movement.
Do you have any ideas about this kind of errors?
The text was updated successfully, but these errors were encountered: