IntelligentRoboticsLab / dnt-hulk

GNU General Public License v3.0
5 stars 0 forks source link

During a `PenaltyShootout` when going from `Playing` to `Finished` the robot dives forward when in `ArmsUpSquat` #77

Open Fyor opened 1 year ago

Fyor commented 1 year ago

If the Keeper is performing the action/motion ArmsUpSquat, which happens when it is preparing for a Penalty dive, the robot will dive, head first, forward when going to the standing position in the Finished state. This transition will occur when a goal has been scored during a PenaltyShootout or when the round has finished.

This is kind of an edge case as we expect the robot dive at least once and not again. So this would only happen if the robot gets the time to stand up again and go into ArmsUpSquat or if it doesn't dive at all due to a wrong detection.