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.
Thanks for your sharing at first.
I have noticed that maybe there is a bug in the
initializefunction in these lines. IfT.n() != num_poses(), theninitialization_successfulis set to false. But after that,initialization_successfulis set to true, which makes the check above is no used.