From 8593ea1d2a884ceb2e213b7f06bc652fdcf2785e Mon Sep 17 00:00:00 2001 From: Michael Heine Date: Fri, 20 Oct 2023 20:31:10 +0200 Subject: [PATCH] Removed todo --- src/network.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/network.py b/src/network.py index 5eb70ee..f049ae2 100644 --- a/src/network.py +++ b/src/network.py @@ -137,7 +137,6 @@ def check_broadcasts(self): j += 1 def display_trajectories(self, ego_vehicle): - # TODO: View of pedestrian: show mobile with warning message. """Display trajectories of all awctors relative to the ego vehicle (the point of interest). :param ego_vehicle: Carla ego vehicle actor. """