hdl_graph_slam icon indicating copy to clipboard operation
hdl_graph_slam copied to clipboard

The chi-squared value during the optimization process

Open Chaoyue-cpu opened this issue 11 months ago • 1 comments

Hello. Thank you for your outstanding work. I've found that there is occasionally an issue where the chi-squared value is too large during operation. Is this normal? Especially when the program just starts: chi2: (before) inf -> (after) 1.16263e-27. After I added other constraints, it even occurs that chi2: (before) nan -> (after) nan.

Chaoyue-cpu avatar Mar 26 '25 10:03 Chaoyue-cpu

I have identified the cause of the NaN issue—the information matrix was set incorrectly. However, the problem of the initial chi-square value being too large still persists.

Chaoyue-cpu avatar Apr 16 '25 02:04 Chaoyue-cpu