-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support branching autos from the UI #721
Comments
I suggest a vertical scrolling in this window, and scrolling/right-left buttons horizontally. |
I think this would be useful, but this is a very large and time-consuming feature to implement. So, I'm not currently targeting it for 2025 unless all remaining tasks for 2025 are done with enough time left to properly implement it before the end of beta. |
Indeed a big feature, I suggest to keep it open to a future iteration. |
|
|
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.
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.
The text was updated successfully, but these errors were encountered: