feat: add Processor to compute throttle from external values

* SpeedZoneProcessor
 * SteeringProcessor
This commit is contained in:
2023-06-14 20:07:12 +02:00
parent 5c77538181
commit a7b08ff7b4
6 changed files with 289 additions and 29 deletions

View File

@ -1,3 +1,5 @@
package types
type Throttle float32
type Steering float32