-
Notifications
You must be signed in to change notification settings - Fork 134
Open
Description
There is currently a couple of issues when using the simulator mode is set to 'pseudo-asynchronous'.
- send_pickle deprecated. fixed in: [Bug] Replace send_pickled in CARLA drivers #233 (comment)
- KeyError when releasing sensor data
The issue seems to be because at a certain timestamp, the camera operator is releasing the sensor data (inrelease_data
) before the sensor data has finished processing (inprocess_images
). Therefore, the message at a timestamp is not inself._pickled_messages
when we try to access, and the message is only added afterwards.
The following screenshots display the sequence causing the error:
It seems like the issue is related to how long it takes for a sensor to be processed. For instance, the depth camera operator has the issue much more frequently than other ones.
Metadata
Metadata
Assignees
Labels
No labels