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

Angular velocity #5

Open
ojura opened this issue Jan 19, 2022 · 0 comments
Open

Angular velocity #5

ojura opened this issue Jan 19, 2022 · 0 comments

Comments

@ojura
Copy link
Contributor

ojura commented Jan 19, 2022

I have noticed that the odometry published by scout_base on our Scout mini omni (launched with roslaunch scout_bringup scout_mini_omni_minimal.launch, no other modifications made to SW or HW) seems to have a scaling error of a factor around 1.26.

That is, if I make 10 full rotations with the vehicle (by just setting angular z), the integrated odometry reports (roughly) 12.6 rotations.

I mitigated this by dividing with 1.26 here the velocity from CAN:

double angular_speed = msg.angular_velocity;

This makes the odometry agree to a reasonable point with the lidar. Do you have an idea what's wrong?

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

1 participant