Module scheduling

Source
Expand description

This module provides the core components for managing tasks and decisions.

Re-exportsยง

pub use task_controller::TaskController;
pub use end_condition::EndCondition;

Modulesยง

atomic_decision ๐Ÿ”’
atomic_decision_cube ๐Ÿ”’
end_condition ๐Ÿ”’
linked_box ๐Ÿ”’
score_grid ๐Ÿ”’
task
This module defines various task types and their implementations, including tasks for image capturing, state switching, and velocity changes.
task_controller ๐Ÿ”’