Jonny999999 / armchair_fw

Firmware for a homemade automated electric armchair using an esp32 controller on a custom pcb
https://pfusch.zone/electric-armchair-v2
0 stars 0 forks source link

joystick control: optimize turn behavior #13

Closed Jonny999999 closed 9 months ago

Jonny999999 commented 1 year ago

issue

currently making a hard turn using joystick in any quadrant seems weird / is almost not possible
thus changing to full turn mode (wheels in opposite direction) is usually necessary.

ideas

tasks

Jonny999999 commented 9 months ago

Implemented BOOST of outer tire and snap to max ratio threshold in a6a630af44375add046985b84c615ead8bba3610 This, especially the boost, improved driving experience in turns significantly!