You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When set properly, our obstacle avoidance works wonders. The main bottleneck now is encountered when our robot think it's inside an obstacle (usually opponent or ally) and stops moving. We need a routine that safely get us out of the way and then leave the path planning take over again.
Idea: turn inplace until facing the measured center of the obstacle, then move in radially opposite direction.
When set properly, our obstacle avoidance works wonders. The main bottleneck now is encountered when our robot think it's inside an obstacle (usually opponent or ally) and stops moving. We need a routine that safely get us out of the way and then leave the path planning take over again.
Idea: turn inplace until facing the measured center of the obstacle, then move in radially opposite direction.
Relates to #186
The text was updated successfully, but these errors were encountered: