|
# Motor Controller
|
|
|
|
## Notes on custom libs
|
|
|
|
micro ros is not in the lib repo i guess? so you gotta enable unsafe libs and install from git
|
|
|
|
change `enable_unsafe_install: true` in your `arduino-cli.yaml`
|
|
|
|
use this to init this file
|
|
|
|
```
|
|
./_build/bin/arduino-cli config init
|
|
```
|