vedderb / bldc

The VESC motor control firmware
2.08k stars 1.31k forks source link

Reverse Driving - Negative Duty Cycle Problem #733

Closed kikass13 closed 1 week ago

kikass13 commented 2 weeks ago

Hello,

i have a robot which should be able to drive forwards and backwards and two vescs controlling two motors (HEINZMANN Electric Motors)

Screenshot from 2024-06-17 12-21-32

My firmware sends current control commands to the vesc and forward driving works fine, but when trying to drive backwards (with the same current command) the motor stutters and i don't really move anymore.

I am not really that knowledgeable with the vesc tool, and I can't find any problem with forward / reverse current or RPM conigurations which could lead to such an asymmetric behavior.

Screenshot from 2024-06-17 12-10-46

Screenshot from 2024-06-17 12-10-31

Maybe someone can point me to the configuration im missing

the obvious ones look like this:

Thanks :)

kikass13 commented 1 week ago

Problem just "disappeared" in firmware version 6.02 with the same configuration from before :)