Open tlian7 opened 5 years ago
The new piDCM2angle.m function seems to fail for certain scenes, where previously dcm2angle.mworked.
piDCM2angle.m
dcm2angle.m
I've commented out the offending function (validatedcm) for now, but if we uncomment it and try to load one of the sceneEye scenes:
validatedcm
scene3d = sceneEye('lettersAtDepth');
it errors out saying:
Error using piDCM2angle>validatedcm (line 88) Assertion failed.
The scene worked previously with dcm2angle.m. Until we figure out what's going on, I've removed the validatedcm step.
The new
piDCM2angle.m
function seems to fail for certain scenes, where previouslydcm2angle.m
worked.I've commented out the offending function (
validatedcm
) for now, but if we uncomment it and try to load one of the sceneEye scenes:scene3d = sceneEye('lettersAtDepth');
it errors out saying:
The scene worked previously with dcm2angle.m. Until we figure out what's going on, I've removed the validatedcm step.