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

Fix the oscillation issue in the RPP controller #103

Open
lukicdarkoo opened this issue Mar 1, 2022 · 2 comments
Open

Fix the oscillation issue in the RPP controller #103

lukicdarkoo opened this issue Mar 1, 2022 · 2 comments
Assignees
Labels
bug Something isn't working navigation Navigation allows planning trajectory while avoiding dynamic and static obstacles
Milestone

Comments

@lukicdarkoo
Copy link
Member

Ponekad, RPP krene bas dosta da osciluje. Dodacu primjer koji se moze reprodukovati kasnije.

@lukicdarkoo lukicdarkoo added bug Something isn't working navigation Navigation allows planning trajectory while avoiding dynamic and static obstacles labels Mar 1, 2022
@lukicdarkoo lukicdarkoo added this to the 2022b milestone Mar 1, 2022
@angstrem98
Copy link
Contributor

Ovo je postavljeno u RPP parametrima nakon skorasnjeg PR: max_angular_accel: 4.5
U fajlu mep3_bringup/resource/ros2_control_big.yaml postoje ogranicenja: angular.z.max_acceleration: 4.0.
Dakle zahteva se vece ubrzanje od moguceg i ovo sigurno predstavlja problem, ali mozda nije resenje za oscilacije koje postoje (svakako treba da se ovo resi - parametar u RPP mora biti manji ili jednak od limita u diff_drive_controller).

Moguce da je problem zbog malog lookahead, kad bude okacen primer isprobacu sta treba.

@angstrem98
Copy link
Contributor

PR #106 treba da resi i problem oscilacije. Jerk limiti su bili niski i robot nije mogao ostrije da skrene tako da sam dozvolio veci jerk.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working navigation Navigation allows planning trajectory while avoiding dynamic and static obstacles
Projects
None yet
Development

No branches or pull requests

2 participants