glim icon indicating copy to clipboard operation
glim copied to clipboard

unnecessary codes in sub_mapping.cpp

Open deliangye opened this issue 8 months ago • 1 comments

Describe the bug The codes section: https://github.com/koide3/glim/blob/master/src/glim/mapping/sub_mapping.cpp#L127-L153 seems not needed since its output is not used for other parts, or we miss something to let its output to be used, right?

--Deliang

deliangye avatar Jun 16 '25 00:06 deliangye

Ah, the subsequent computation imu_rate_trajectory should have forgot using the optimized poses. I'll fix it later. Thanks!

koide3 avatar Jun 21 '25 03:06 koide3