-
Notifications
You must be signed in to change notification settings - Fork 37
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
Pepper robot suddenly disappears #84
Comments
I am pretty sure this happens if one of the angles values is float("nan") It may be useful for the library to either ignore any NaN value or throw an exception giving the reason. |
@johann-petrak I can't reproduce that behaviour using float("nan"), can you post the script you used for reproducibility? |
With qibullet version: 1.4.5 reproduces the problem every time. |
This should now be prevented on develop, the 1.4.6 version of qibullet will raise a pybullet error when a NaN is specified |
Tested and works for me, throws an exception of type |
I have written a simple program which receives joint and speed data and sends it to the VirtualPepper robot using the
pepper.setAngles(names, angles, speeds)
method.This works quite well for a while but suddenly the robot just disappears from the simulation in the GUI. However now exception is thrown and nothing is shown on the console.
When would this happen? How is it possible to debug what could cause this?
This is what the GUI looks before the error:

This is what the GUI looks after the error:

The text was updated successfully, but these errors were encountered: