-
Notifications
You must be signed in to change notification settings - Fork 80
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
IMU and wheel odometer of this work #45
Comments
Hi, @supersupercoconut .
|
Yes, when I refer to the 6-axis IMU, I'm talking about the gyroscope and accelerometer. I would like to confirm if the data from the /joint_state topic is derived from the fusion of the chassis IMU and a wheel odometer? |
In my experience, there are different cases. For example, the KAIST dataset provides direct wheel angular velocity, which you can multiply by wheel radius to get each wheel's velocity. On the other hand, Husky was providing odometry fused with IMU, as you said. |
Thanks for your reply!!! |
Thanks for your valuable work! I have some questions regarding this SLAM algorithm:
The text was updated successfully, but these errors were encountered: