carla-simulator / leaderboard

CARLA Autonomous Driving leaderboard
MIT License
164 stars 77 forks source link

Fix fence-blocking-actor and main-road-crossing issues #134

Closed TayYim closed 2 years ago

TayYim commented 2 years ago

Summary after changes

BlockedIntersection: 55 VehicleTurningRoute: 39 VehicleTurningRoutePedestrian: 40

Fence blocking actor issues:

Route4

VehicleTurningRoutePedestrian_1 move to another place

Route 22

VehicleTurningRoutePedestrian_1 change to BlockedIntersection_2

VehicleTurningRoutePedestrian_3 removed

Main road crossing issues

R6

VehicleTurningRoute_1 to x="3485.8" y="-220" z="323.5" yaw="269.5”

VehicleTurningRoutePedestrian_3 to BlockedIntersection_3

R8

VehicleTurningRoutePedestrian_1 removed

r22

VehicleTurningRoute_3 to BlockedIntersection_3

r25

VehicleTurningRoute_1 to BlockedIntersection_1

VehicleTurningRoute_2 to BlockedIntersection_2

VehicleTurningRoute_3 removed

r28

VehicleTurningRoute_1 removed

VehicleTurningRoute_3 to BlockedIntersection_3

r29

VehicleTurningRoute_1 to BlockedIntersection_1

VehicleTurningRoute_2 removed

VehicleTurningRoute_4 to BlockedIntersection_4

VehicleTurningRoute_3 to BlockedIntersection_3


This change is Reviewable