rst-tu-dortmund/teb_local_planner

teb_local_planner process died

apeng-yp opened this issue · 3 comments

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

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?

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。

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