carla-simulator / leaderboard

CARLA Autonomous Driving leaderboard
MIT License
156 stars 76 forks source link

Fix comment about radar data #180

Closed cmpute closed 1 month ago

cmpute commented 1 month ago

According to the sensor reference, data fields of a radar point is [vel, azimuth, altitude, depth]. Therefore the output of the callback should be [depth, altitude, azimuth, vel] (because of np.flip)


This change is Reviewable