macrobomastercontrolteam / Task_Board

Board of all tasks for control team
0 stars 0 forks source link

Fix drifting of chassis after power limit on each mecanum motor #55

Open GJSK-Novice opened 1 week ago

GJSK-Novice commented 1 week ago

Because chassis_power_control.c strictly limits current (consequently acceleration) of each mecanum motor, the result of entire chassis movement drifts because of unsynchronized wheel speeds. Find a way to solve it without changing the power limiting logic.