-
Notifications
You must be signed in to change notification settings - Fork 970
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can i INVERT_DIRECTION with USART variant? #498
Comments
Hi,
The speed and steering values are -signed- integers. If you send a
negative value (say -100) the wheel will turn backwards.
-John-
…On Sun, 23 Jun 2024 at 00:05, OM-3kChcBjgFR2COfP ***@***.***> wrote:
Variant
USART
Control type
FOC
Control mode
Torque
Description
How i can change all weels direction in variant usart?
—
Reply to this email directly, view it on GitHub
<#498>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACRO2WIM2O6TQ55BGJ5IIL3ZIWHCDAVCNFSM6AAAAABJXQDZTCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGM3DOOBWGY2TQNQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
yea, i know about this 😅. But i think it's little wrong drive forward when press back direction. |
copy this line to the USART variant you are currently using and try hoverboard-firmware-hack-FOC/Inc/config.h Line 594 in efb438b
|
easy just *-1 |
ok, will try it |
where *-1 ? I whant change weels direction, not a driving logic, i can change varible on RC controller, but rover still drive backward |
did it work? |
Variant
USART
Control type
FOC
Control mode
Torque
Description
How i can change all weels direction in variant usart?
The text was updated successfully, but these errors were encountered: