pathplanner icon indicating copy to clipboard operation
pathplanner copied to clipboard

Replanning with trigger skipped markers

Open lidor51 opened this issue 9 months ago • 0 comments

Currently replanning isn't useful for us, since it might skip event markers.

E.g., A robot run to the center line, then come back to shoot. During the first path it uses a vision algorithm and managed to get a note 1m closer, meaning that in the way back it'll start from there. In the way back there's a marker that turns on the shooter, but it'll be skipped and the robot won't shoot.

The suggested behavior is adding an option to ReplanningConfig to trigger all skipped event markers (in order).

lidor51 avatar May 12 '24 11:05 lidor51