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

teb_local_planner process died #384

Open
apeng-yp opened this issue Sep 26, 2022 · 3 comments
Open

teb_local_planner process died #384

apeng-yp opened this issue Sep 26, 2022 · 3 comments

Comments

@apeng-yp
Copy link

apeng-yp commented Sep 26, 2022

when i use teb_local_planner, this has some error sometimes. this prints is [teb_local_planner]: EdgeVelocity::computeError() _error[0]=nan _error[1]=nan. my config is wrong?
error

@automech-rb
Copy link

Hi @apeng-yp
I had similar error and found that it usually occur with planner creating in-place rotation.
This is because deltaT estimate is zero on following line.

double vel = dist / deltaT->estimate();

Can you let me know which planner you are using?

@apeng-yp
Copy link
Author

Hi @automech-rb
Thank you for your attention, i use the nav2_navfn_planner/NavfnPlanner and nav2_straightline_planner/StraightLine, all have the same problem。

@apeng-yp
Copy link
Author

Hi @automech-rb
What kind of planner were you using? Have you solved or circumvented the problem?

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