pathplanner icon indicating copy to clipboard operation
pathplanner copied to clipboard

Support branching autos from the UI

Open lidor51 opened this issue 5 months ago • 1 comments

Defining autonomous as a prioritized decision tree, each node can be either a path or a decision tree of its own. Doing this from the UI would allow user-friendly way to define complex autos.

image

Each branch would have a condition, conditions would be checked from left to right (this is why it's a "prioritized" decision tree). We would like to make the paths (\w their conditions?) draggable. Conditions should be reusable for a user-friendly experience. If neither of the conditions are met, the auto finished.

lidor51 avatar Sep 14 '24 08:09 lidor51