Autonomous-Motorsports-Purdue / AMP_ASS_donkeycar

1 stars 0 forks source link

VESC UART Driver #4

Closed arya1106 closed 1 month ago

arya1106 commented 2 months ago

Create a donkey car part that will convert from a steering angle in degrees and a throttle value in m/s to a value that can be read by the UART bus on the STM32 interacting with the VESC motor controller.

Scaling values for steering angle and throttle are yet to be found. Both values must be within the range [128,255].

See the previous UART driver for more details as well as the STM32 firmware source for more details.

arya1106 commented 1 month ago

Closed in 06e7272