[][src]Trait rusty_planner::planner::Lifelong

pub trait Lifelong: ProblemSpace {
    pub fn update(&mut self, _: &Self::State) { ... }
}

Trait for lifelong planning algorithms.

Provided methods

pub fn update(&mut self, _: &Self::State)[src]

Called when obstacle was detected, or start state transitioned.

Loading content...

Implementors

Loading content...