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

Limitation of velocitys/ acceleration #8

Open
Euleeee opened this issue May 22, 2022 · 1 comment
Open

Limitation of velocitys/ acceleration #8

Euleeee opened this issue May 22, 2022 · 1 comment

Comments

@Euleeee
Copy link

Euleeee commented May 22, 2022

Hello guys,

in the rules was defined that the robot was allowed to have a maximum linear speed of 2 m/s and a maximum linear acceleration of 20 m/s² and also restrictions for the angular velocity. With the diffdrive controller, it is very easy to limit these values. But we use JointVelocityControllers instead of diffdrive controller. Does anybody knows, if there is also a common way to limit velocity/acceleration? (Linear velocity can be limited in the URDF file, but for the other 3 values i have found no solution)

Thank you!

@Rick-v-E
Copy link
Member

If you use the JointVelocityControllers, you can limit your robot maximum speed and acceleration in your own code that you use to publish to these controllers. Let me know if that works!

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