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
The problem is the collision with the street barrier.
Both the ego car (TF++ agent) and CARLA autopilot vehicles cars just pass through the static object. see the video recording
By manually investigating each replay car goes through the barrier every time.
However problem is that collisions are not reported consistently by collision sensor:
Details
repetition
N_collisions
DrivingScore
0
3
27.4625
1
2
42.25
2
0
100
3
1
65
4
1
65
5
0
100
6
5
11.6029
7
0
100
8
1
65
9
0
100
The number of collisions detected with that barrier ranging from 0 to 5 and the driving score ranging from 11.6 to 100.
To sum up the problem is two fold:
CARLA autopilot ignores street barriers as if they don't exist
Collision sensor reports diffrent behaviours in the same go-through case.
Hi there,
I am currently working on flakiness (non-determinism) in evaluating ADSs in CARLA.
I have been evaluating TF++ and discovered that evaluating of same scenario "2" from evaluation set multiple times yields varying results.
The problem is the collision with the street barrier.
Both the ego car (TF++ agent) and CARLA autopilot vehicles cars just pass through the static object.
see the video recording
By manually investigating each replay car goes through the barrier every time.
However problem is that collisions are not reported consistently by collision sensor:
Details
The number of collisions detected with that barrier ranging from
0
to5
and the driving score ranging from11.6
to100
.To sum up the problem is two fold:
Software used
The text was updated successfully, but these errors were encountered: