Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vision node freezing occasionally #440

Closed
seitzseb opened this issue Nov 4, 2024 · 2 comments
Closed

Vision node freezing occasionally #440

seitzseb opened this issue Nov 4, 2024 · 2 comments
Assignees
Labels
infrastructure Docker, Project setup, ... perception system System Engineering

Comments

@seitzseb
Copy link
Collaborator

seitzseb commented Nov 4, 2024

Detailed Description

The vision node occasionally freezes, disrupting the agent’s perception and leading to potentially unsafe driving behavior.

Definition of Done

Vision node operates continuously without freezing during simulations.
System reliability improvements in untested scenarios.

Effort Estimate

8

Testability

Run continuous simulations to ensure the vision node functions without interruptions.

Dependencies

Depends on perception and software stability enhancements.

@seitzseb seitzseb added perception infrastructure Docker, Project setup, ... labels Nov 4, 2024
@Zelberor Zelberor moved this to 🏗 In progress in PAF Project Backlog Dec 9, 2024
@Zelberor
Copy link
Collaborator

Zelberor commented Dec 9, 2024

Vision node seems to freeze when the traffic light detection is active.

# proceed with traffic light detection
if 9 in output[0].boxes.cls:
    asyncio.run(self.process_traffic_lights(output[0], cv_image, image.header))

When commenting out this code in the vision node, it seems to still work at intersections. Lukas will probably fix this issue next week.

@Zelberor Zelberor assigned asamluka and unassigned SirMDA Dec 9, 2024
@asamluka asamluka added this to the Sprint 04 2025-01-13 milestone Dec 18, 2024
@asamluka asamluka added the system System Engineering label Dec 18, 2024
@asamluka asamluka linked a pull request Jan 7, 2025 that will close this issue
7 tasks
@SirMDA SirMDA moved this from 🏗 In progress to 👀 In review in PAF Project Backlog Jan 23, 2025
@asamluka
Copy link
Collaborator

asamluka commented Feb 8, 2025

Got fixed with #632

@asamluka asamluka closed this as completed Feb 8, 2025
@github-project-automation github-project-automation bot moved this from 👀 In review to ✅ Done in PAF Project Backlog Feb 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure Docker, Project setup, ... perception system System Engineering
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

4 participants