sos-rotation-averaging icon indicating copy to clipboard operation
sos-rotation-averaging copied to clipboard

Bug on the csol

Open GH-HOME opened this issue 4 years ago • 0 comments

Hi, I'm trying to test this code. But I found that the code cannot directly run. The error is caused by line 88 of rotation_averaging_sbsos.m

[sol, info] = csol(sdp, 'sdpt3'); % Try 'sedumi' too

I found the function of csol only output one parameter, how can I get the info parameter?

Thanks

GH-HOME avatar Mar 13 '20 13:03 GH-HOME