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

Transform of localization.twist #15

Open
InterKnight opened this issue Jul 27, 2022 · 1 comment
Open

Transform of localization.twist #15

InterKnight opened this issue Jul 27, 2022 · 1 comment

Comments

@InterKnight
Copy link

Thank you for this great job.
I have a question when I reading transform_fushion.py

            localization.pose.pose = Pose(Point(*xyz), Quaternion(*quat))
            localization.twist = cur_odom.twist

It transform the pose, but did not transform the twist, can you tell me the reason?
actually, I need the twist data, but i find it's all 0
Thank you every much!

@cyhasuka
Copy link

I encountered the same problem. I found that the twist data is imported by fast_lio's /Odometry, but the twist data is not calculated in fast_lio's /Odometry.

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