Skip to main content Link Menu Expand (external link) Document Search Copy Copied

void backwardsFollow(SpeedController* controller, VectorArr path)

Does the same thing as followPath but backwards.

Parameters

  • controller - The speed controller to use
  • path - The path to follow

Example

wc.estimateStartPos({0, 0}, 0);
wc.backwardsFollow(&purePursuit, { {0, 24}, {24, 24} });