BB.ControllerSupervisor (bb v0.15.0)

View Source

Supervisor for robot-level controllers.

Groups all controllers defined in the controllers section under a single supervisor for fault isolation. A flapping controller won't exhaust the root supervisor's restart budget.

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(arg)