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
Global planner has path_length member variable. This is the length of the last planned path. This should not be stored here. Because the robot object should not have any state, but also because the corresponding plan is not stored. (And member variable is added outside the constructor)
Global planner has
path_length
member variable. This is the length of the last planned path. This should not be stored here. Because the robot object should not have any state, but also because the corresponding plan is not stored. (And member variable is added outside the constructor)Introduced by @PetervDooren in e234823
The text was updated successfully, but these errors were encountered: