Open thisisafakegit opened 1 year ago
I came across the same issue today. It seems that the tcp_server does not support calling this function, so there is no way to do this from pyniryo, currently. I would second the request for adding that. However, given that Niryo seems to be working on pyniryo2, I do not see much of a chance of this happening.
Hello, this is a known issue and it will be fixed in the next release
Hello. I'm using a NIRYO Ned 2 Arm with a camera and a grasper.
After some time using the robot with the python API I receive the following error:
The line that triggered this is the
robot.move_to_home_pose()
function. Unfortunately, the only way I found to retake command of the arm is to reboot it. I would like to know if there is any other way since the functionclear_collision_detected()
does not exist on this API.Cheers