UBC-Thunderbots / Software

Robot Soccer Playing AI
http://www.ubcthunderbots.ca
GNU Lesser General Public License v3.0
54 stars 110 forks source link

Dribble backward slower #2903

Open itsarune opened 1 year ago

itsarune commented 1 year ago

Description of the task

If we have the ball and we're dribbling backwards, dribble slower

Acceptance criteria

Blocked By

mkhlb commented 5 months ago

https://www.notion.so/ubcthunderbots/Pivot-Kick-Field-Testing-Notes-3rd-May-2024-b1dca087cef745358100bd737c82cf20

Based on tests outlined here, dribbling sideways was also identified as a weakness of dribbling, along with forwards, but to varying degrees. Perhaps this issue could be instead solved by creating a velocity profile for all directions rather than just changing backwards movement. Alternatively we could solve the sideways issue by just avoiding dribbling sideways in the logic.

itsarune commented 4 months ago

Possibly covered by #2848

itsarune commented 4 months ago

We can make all dribbling slower