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
In TrackingPidLocalPlanner::setPlan() the passed global plan is transformed just once into the configured global_frame.
If this latter is configured to be odom, the global plan is sensitive to initial localisation faults.
Other planners (such as dwa_local_planner) convert the inserted global plan every tick into global_frame, using LocalPlannerUtil::getLocalPlan().
The text was updated successfully, but these errors were encountered:
In
TrackingPidLocalPlanner::setPlan()
the passed global plan is transformed just once into the configuredglobal_frame
.If this latter is configured to be
odom
, the global plan is sensitive to initial localisation faults.Other planners (such as
dwa_local_planner
) convert the inserted global plan every tick intoglobal_frame
, usingLocalPlannerUtil::getLocalPlan()
.The text was updated successfully, but these errors were encountered: