sos-rotation-averaging
sos-rotation-averaging copied to clipboard
Bug on the csol
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