igvc-software icon indicating copy to clipboard operation
igvc-software copied to clipboard

Calculation for new path should start some time before the current waypoint is reached

Open oswinso opened this issue 5 years ago • 0 comments

Right now, our path planning to the next waypoint doesn't happen until the current waypoint is reached. Ideally, planning to the next waypoint should happen when we are some distance away from the current waypoint, so that the robot never stops waiting for planning to happen.

This might require changing the architecture of planning a bit (moving to actionlib or services for planning or something).

Requires #423 to be finished first.

oswinso avatar Apr 24 '19 18:04 oswinso