Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Questions about BasicLaserOdometry #163

Open
sterngerlach opened this issue Aug 22, 2021 · 1 comment
Open

Questions about BasicLaserOdometry #163

sterngerlach opened this issue Aug 22, 2021 · 1 comment

Comments

@sterngerlach
Copy link

sterngerlach commented Aug 22, 2021

Dear All,

I have a question about the implementation of BasicLaserOdometry.
My understanding is that _transform represents the relative transformation between the current point cloud and the previous point cloud (both are projected to the start of the current sweep), and it needs to be initialized to zero before performing Gauss-Newton optimization.
But it seems that _transform is not initialized to zero in BasicLaserOdometry::process(), and instead its position is subtracted by _imuVeloFromStart * _scanPeriod. I would like to know the reason for this. Thank you!

@xzwang12345
Copy link

Hi @sterngerlach ,I have the same question ,did you know the reason ? Thank you very much

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants