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
Screenshots

Additional context
The code creating a surface between the ball and robot chassis is currently commented on the code.
|
//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.
Describe the bug
Ball collision with robot chassis is not being handled
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Ball should not get inside the robot
Screenshots

Additional context
The code creating a surface between the ball and robot chassis is currently commented on the code.
grSim/src/sslworld.cpp
Line 284 in 8d3b8c7
I tested uncommenting this line, the ball stopped getting inside the robot, but it stopped contacting properly with the kicker.