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
{{ message }}
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
There is a bug over concurrent class member access when running the app in the realtime, even though mutex is being used.
Error:
Traceback (most recent call last):
File "/home/mlsh/uksw/uav-collision-avoidance/uav_collision_avoidance/src/simulation/simulation_widget.py", line 499, in paintEvent
self.draw_destinations(aircraft, scale)
File "/home/mlsh/uksw/uav-collision-avoidance/uav_collision_avoidance/src/simulation/simulation_widget.py", line 217, in draw_destinations
for idx, destination in enumerate(self.__aircraft_fccs[aircraft.aircraft_id].destinations):
RuntimeError: deque mutated during iteration
The text was updated successfully, but these errors were encountered:
There is a bug over concurrent class member access when running the app in the realtime, even though mutex is being used.
Error:
The text was updated successfully, but these errors were encountered: