Why is move_base taking shortcuts?
Hi. In my simulations, my move_base is not properly following a path. The planner's plan is being generated correctly, but when the robot starts to move, it is always trying to move to the final portion of my global plan.
For example, if my planner's path makes a turn around a corner, my robot tries to cut the corner straight to the final portion of my global plan, instead of following the generated path.
I tried to change move_base parameters as simple attractor or heading_scoring, but the behavior does not change.