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

Create2 wheel control is wrong when low speed #85

Open
gjjab opened this issue Feb 19, 2021 · 3 comments
Open

Create2 wheel control is wrong when low speed #85

gjjab opened this issue Feb 19, 2021 · 3 comments
Labels

Comments

@gjjab
Copy link

gjjab commented Feb 19, 2021

This picture is my /odom data, I pub topic cmd_vel line.x = 0.03 at first then it turn, but about timestamp is 90, I pub topic cmd_vel line.x = 0.06, then it go straight perfect.
I think the joint or task space controller maybe have bugs!?
Can any one help!? thanks a lot

image

@jacobperron
Copy link
Member

I don't quite understand the issue. Are you saying that when given a small forward velocity that the robot is turning instead of driving straight? Judging by your plots, it appears you are commanding the robot to turn (twist.twist.angular.z is angular velocity). To me, the odometry plot seems to correlate with the velocity plot correctly.

@Bscout2011
Copy link

Bscout2011 commented Jul 16, 2021

Hi @jacobperron,

I have similar data showing a negative bias with the odometry.

odom_1m_pt5ms
The plot above shows the reference commanded velocity is 0.5 m/s. The /odom twist linear x velocity is the orange line at about 0.35 m/s. The distance is calculated by the Euclidean distance for the /odom (x, y) position.

Edit: Some more testing shows the max speed of my Create 2 is actually 0.33m/s. I set this max speed in my application.

@jacobperron
Copy link
Member

jacobperron commented Jul 22, 2021

I'm not convinced the odometry error is caused by the software driver.

The wheel encoders on the Create platform will not give very good odometry. I would not be surprised to see systematic odometry error vary significantly from one robot to the next.

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

No branches or pull requests

3 participants