We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9916419 + 6a6cc3b commit b8316daCopy full SHA for b8316da
1 file changed
GEMstack/onboard/perception/pedestrian_detection.py
@@ -144,4 +144,4 @@ def update(self, vehicle: VehicleState) -> Dict[str, AgentState]:
144
res[agent_id] = box_to_fake_agent((x_new, y_new, 0, 0))
145
146
print(f"Currently tracking {len(self.pedestrians)} pedestrians")
147
- return res
+ return res
0 commit comments