ucla-mobility / OpenCDA

A generalized framework for prototyping full-stack cooperative driving automation applications under CARLA+SUMO.
Other
988 stars 197 forks source link

Issue in plan_trajectory values produced by data_dumper #217

Closed ch3ny1 closed 8 months ago

ch3ny1 commented 10 months ago

Hi there,

Thanks again for the great work! I recently am trying to use the data_dumper provided to collect some CAV data. Everything works fine except for the plan_trajectory, where some unreadable values are presented (see below). I'm using numpy=1.20.0.

Could you help give some insights on how to possibly solve this?

`RSU: false camera0: cords:

A side question by the way, each simulation loop uses a while True loop. Just wondering how the scenario comes to an end. Is it as soon as the first CAV hits the destination?

Thanks!

DerrickXuNu commented 8 months ago

Yes, it will comes to and if the first CAV reaches the destination.