teb_local_planner icon indicating copy to clipboard operation
teb_local_planner copied to clipboard

when robot navigates close to wall or obstacle, planner publish large amout of teb_poses

Open charon-cheung opened this issue 4 years ago • 3 comments

I upload the video, this rarely happens, I found the global path changed in the end, is that the reason ?

charon-cheung avatar Dec 03 '20 03:12 charon-cheung

It could be that this is caused by the global path changing to an unfeasible final pose. The first and the final poses are fixed vertices in the optimization.

It looks like the algorithm had converged well from your video, but at the very end, your final pose changed to an unfeasible one. You could try to reproduce in two ways:

  • Change the final pose at the very end to an unfeasible one.
  • Change the final pose at the very end to another feasible one.

Both of the above roughly at the same final position (just like in your video).

jcmonteiro avatar Dec 11 '20 18:12 jcmonteiro

It could be that this is caused by the global path changing to an unfeasible final pose. The first and the final poses are fixed vertices in the optimization.

It looks like the algorithm had converged well from your video, but at the very end, your final pose changed to an unfeasible one. You could try to reproduce in two ways:

  • Change the final pose at the very end to an unfeasible one.
  • Change the final pose at the very end to another feasible one.

Both of the above roughly at the same final position (just like in your video).

I thought you are right, but I'm using GlobalPlanner::makePlan, it doesn't change final position, I think you are talking about Navfn::makePlan, which will do. So I don't think that's the reason

charon-cheung avatar Dec 15 '20 05:12 charon-cheung

I got a similar problem, have you figure it out?

Noah-Lau avatar Sep 05 '23 02:09 Noah-Lau