-
Notifications
You must be signed in to change notification settings - Fork 137
Open
Labels
Description
Describe the bug
Ball collision with robot chassis is not being handled
To Reproduce
Steps to reproduce the behavior:
- Start grSim
- Move ball in robot direction, between wheels
- Observe the ball getting inside the robot
Expected behavior
Ball should not get inside the robot
Additional context
The code creating a surface between the ball and robot chassis is currently commented on the code.
Line 284 in 8d3b8c7
//p->createSurface(robots[k]->chassis,ball); |
I tested uncommenting this line, the ball stopped getting inside the robot, but it stopped contacting properly with the kicker.