dpgo icon indicating copy to clipboard operation
dpgo copied to clipboard

[BUG?] fail to check if `T.n() != num_poses()`

Open RonghaiHe opened this issue 1 year ago • 0 comments

Thanks for your sharing at first. I have noticed that maybe there is a bug in the initialize function in these lines. If T.n() != num_poses(), then initialization_successful is set to false. But after that, initialization_successful is set to true, which makes the check above is no used.

RonghaiHe avatar Apr 03 '25 06:04 RonghaiHe