-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
atlas testKneeSingularity fails #1603
Comments
I don't think it's the check for NaNs that's causing this to fail. If the controller puts out nans, the robot will fall, and the test will detect that and fail. I can reproduce this occasionally, but I'm not sure if it's deterministic or not. It also appears to be happening in OH: openhumanoids/oh-distro#42 |
I can't reproduce the NaNs on master under linux. But I can see a pretty nonphysical sliding that occurs during the test: https://www.dropbox.com/s/k8jw86k8ymak6st/2016-02-02-atlas_sim_sliding.mp4?dl=0 I believe that FastQP is the culprit. We've disabled it for almost every Atlas test, but not for this one. Disabling it fixes the test on master. See: #1679 |
It's also possible that the NaNs are due to a bug which is no longer present in master. I'll try some older revisions to see if I can reproduce it. |
@RussTedrake I cannot reproduce this on master nor at 0adb56b which is the commit pointed to by oh-distro. Do you have a sha at which the failure occurs? |
This is happening again on drake006 in #1678 I still can't reproduce it anywhere but drake006, so I really don't know what could be happening. |
in my new pull request I check for nans, etc more aggressively, and caught a few tests that we're failing silently. This is one of them.
from: http://drake006.csail.mit.edu/drake/pull-RussTedrake-prius-into-RobotLocomotion-master_20160113-1210-Continuous
examples/Atlas/test/testKneeSingularity (unknown issue)
<matlab_test>strcmp(test_name,'examples/Atlas/test/testKneeSingularity')</matlab_test>
The text was updated successfully, but these errors were encountered: