We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The vision node occasionally freezes, disrupting the agent’s perception and leading to potentially unsafe driving behavior.
Vision node operates continuously without freezing during simulations. System reliability improvements in untested scenarios.
8
Run continuous simulations to ensure the vision node functions without interruptions.
Depends on perception and software stability enhancements.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Got fixed with #632
asamluka
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: