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
It seems that the ball->tag value is only set to -1 on the simulation step, and never changed to another value, so as far as I can see this callback is never running
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.
The text was updated successfully, but these errors were encountered: