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

Changed constrained velocity to match motor max better #322

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Raphtor
Copy link

@Raphtor Raphtor commented Dec 12, 2022

Fixes ROBOTIS-GIT/turtlebot3#765. In short, commanded velocities were ignored for the turtlebot3 burger if they were higher than 0.22m/s.

This was because the constant LIMIT_X_MAX_VELOCITY was set specifically for the Dynamixel XM430-W210-T (i.e for the Turtlebot3 Waffle) but the Dynamixel XM430-W250-T (Burger) has a lower attainable velocity. Here, I set the constant to the lower value to match the Burger, but I read the max velocity for the constraint from the motor's control table itself so that the Waffle does not lose its higher wheel RPM.

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

Successfully merging this pull request may close these issues.

burger - HW velocity specs differ from motor driver implementation
1 participant