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
Expected behavior
No collision is expected, at least looking at the rendered simulation (see screenshot).
It looks to depend on the relatively high threshold in the collision detection method.
In fact, changing the ttc_thresh from 0.005 to 0.0000005, no collision occurs.
I think @nandantumu had a similar issue in other tracks too.
However, the problem is in the proximity of walls. Many new tracks present racelines with a very small margin to the wall.
If we lose further accuracy by changing the method for collision check (e.g., occupancy map), this issue might become more severe.
Screenshots
Desktop (please complete the following information):
OS: Ubuntu 20.04
Python 3.8
Branch v1.0.0
The text was updated successfully, but these errors were encountered:
Describe the bug
Termination due to collision is triggered without any visible collision with the map boundaries.
To Reproduce
Steps to reproduce the behavior:
waypoint_follow.py
from Monza or Austin.Expected behavior
No collision is expected, at least looking at the rendered simulation (see screenshot).
It looks to depend on the relatively high threshold in the collision detection method.
In fact, changing the
ttc_thresh
from 0.005 to 0.0000005, no collision occurs.I think @nandantumu had a similar issue in other tracks too.
However, the problem is in the proximity of walls. Many new tracks present racelines with a very small margin to the wall.
If we lose further accuracy by changing the method for collision check (e.g., occupancy map), this issue might become more severe.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: