RoboCupULaval / StrategyAI

Robocup ULaval's artificial intelligence software (team ULtron)
http://www.robocupulaval.com
MIT License
23 stars 22 forks source link

In the 'Stop' state robot get stuck on the wall #548

Open PhiBabin opened 5 years ago

PhiBabin commented 5 years ago

In Stop state, a robot might get stuck to border of the wall. This is cause by the forbidden zone (which prevent robot from hitting the wall) and the pathfinder (which prevent robot from touching entering the 0.5m circle around the ball). It could solve by an hack which detect when our robot is stuck and unstruck it.