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

Implement CAN Reinitialization on Initialization Failure #82

Open
AsiiaPine opened this issue Nov 12, 2024 · 0 comments
Open

Implement CAN Reinitialization on Initialization Failure #82

AsiiaPine opened this issue Nov 12, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@AsiiaPine
Copy link
Collaborator

Current Behavior:

When a CAN initialization failure occurs, the node blinks blue and does not send any data.

Desired Behavior:

Implement a mechanism to automatically attempt reinitialization of the CAN interface after a failure. This would allow the node to recover from transient issues and resume normal operation without requiring manual intervention.

Acceptance Criteria:

  1. The node should attempt to reinitialize the CAN interface if the initial initialization fails.

  2. The system shouldhave non-blue blink color during the reinitialization attempts.

  3. If reinitialization is successful, the node should resume normal operation and start blinking blue.

  4. If reinitialization repeatedly fails after a predefined number of attempts, log an error or take further corrective action as needed.

@PonomarevDA PonomarevDA added the bug Something isn't working label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants