Add TODO to readme

This commit is contained in:
AntoineH 2024-09-05 14:32:01 +02:00
parent 02effe0751
commit 583f5e2933

View file

@ -37,4 +37,9 @@ Every command should be provided with valid ID from [config file](./cfg/motors.y
```
## TODO
- [ ] Prevent startup of multiple motors with same ID.
- [ ] Closed loop control.
- [ ] Share Motor controller port with controller commands.
- [ ] Use coroutines for gRPC services callbacks.
- [ ] Fix get Motor State service (Behavior not robust).
- [ ] Fix Controller SetJoint command CLI omitting multiples input values.
- [ ] Complete CLI help messages.