# `BB.SensorSupervisor`
[🔗](https://github.com/beam-bots/bb/blob/main/lib/bb/sensor_supervisor.ex#L5)

Supervisor for robot-level sensors.

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

# `child_spec`

Returns a specification to start this module under a supervisor.

See `Supervisor`.

# `start_link`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
