-
Notifications
You must be signed in to change notification settings - Fork 550
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
Oblique trajectory instead of a straight trajectory on a holonomic robot #89
Comments
hey, Edit: |
Great, thanks for the prompt response! We thought to add an extra limitation for absolute velocity, as you said, this could be We have never used g2o framework for optimization purpose. Could you help us with a suggestion about how to add this limitation? Thank you very much! |
I added this to you in branch I can only try this barely in my test simulation |
Awesome, @croesmann! Thank you so much! We're going to work on this over the next week. We'll let you know the result of these tests asap. |
|
I have idea, it seems work (better than |
Fixed with #346 |
Hi all,
Context and Issue
We are working with teb_local_planner on a holonomic robot.
We have an issue with the planning of forward trajectories because the planner always gets an oblique trajectory (i.e. the robot rotates 45º, then it moves obliquely, and at the end, it straightens up again according to the final orientation). This video shows the robot behavior and it can help you to understand better the situation.
This behavior makes sense since the vel/acc limitations are set for
x
andy
axis (andtheta
also), so the optimizer is obtaining that the robot can move forward obliquely faster than moving straight ahead.Question
How can we get trajectories no-oblique when the target is straight ahead?
Thanks in advance!
The text was updated successfully, but these errors were encountered: