LEADS icon indicating copy to clipboard operation
LEADS copied to clipboard

Enable your racing car with powerful, data-driven instrumentation, control, and analysis systems, all wrapped up in a gorgeous look.

Results 45 LEADS issues
Sort by recently updated
recently updated
newest added

This is a sub-task of #443.

enhancement
todo

See #470.

enhancement
todo

Have a procedure that automatically corrects the reading of sensors.

enhancement
report
todo

For example: ```python def plugin(self, key: str, plugin: Plugin | None = None) -> Plugin | None: if plugin is None: return self._plugins[key] self._plugins[key] = plugin plugin.on_load(self) ``` `plugin` is...

enhancement
code review
todo