Skip to content

Commit b8316da

Browse files
committed
Update FakePedestrianDetector2D to generate more dynamic pedestrian
2 parents 9916419 + 6a6cc3b commit b8316da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GEMstack/onboard/perception/pedestrian_detection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,4 @@ def update(self, vehicle: VehicleState) -> Dict[str, AgentState]:
144144
res[agent_id] = box_to_fake_agent((x_new, y_new, 0, 0))
145145

146146
print(f"Currently tracking {len(self.pedestrians)} pedestrians")
147-
return res
147+
return res

0 commit comments

Comments
 (0)