You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SMAC smoother could result in an infeasible (colliding) path. The reason is because after modifying the path, it does simple cell cost collision checking (rejects path if cell cost > MAX_NON_OBSTACLE) but does not check for potential collision of orientated footprints.