41 virtual void Init(
double start_velocity = 0.0,
42 double start_acceleration = 0.0) = 0;
48 virtual void Start() = 0;
53 virtual void Stop() = 0;
58 virtual void Reset() = 0;
virtual void Reset()=0
Resets the internal state.
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
virtual void RunOnce()=0
Main logic of the simulated control algorithm.
virtual void Start()=0
Starts running the simulated control algorithm, e.g., publish simulated localization and chassis mess...
virtual void Stop()=0
Stops the algorithm.
Interface of simulated control algorithm.
Definition: sim_control_interface.h:31
virtual void Init(double start_velocity=0.0, double start_acceleration=0.0)=0
Initialization.