You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is currently unknown if the autonomous driving system includes a fallback mechanism to handle critical failures or crashes (e.g., transitioning to a safe stop or allowing manual control override). As a systems engineer, I need to verify whether such a mechanism exists, how it is supposed to function, and whether it is properly integrated with the system’s fault detection modules. This investigation is crucial for ensuring the vehicle can safely respond during unexpected failures.
Definition of Done
Review existing system documentation and codebase to confirm if any fallback mechanism is defined.
Identify the conditions under which the fallback mechanism should activate, if it exists.
If a fallback mechanism is found, perform tests to validate its functionality under various failure scenarios.
If no fallback mechanism exists, propose a basic outline for implementing one to ensure vehicle safety during critical system failures.
Document findings and present them to the team for further action.
The text was updated successfully, but these errors were encountered:
Description
It is currently unknown if the autonomous driving system includes a fallback mechanism to handle critical failures or crashes (e.g., transitioning to a safe stop or allowing manual control override). As a systems engineer, I need to verify whether such a mechanism exists, how it is supposed to function, and whether it is properly integrated with the system’s fault detection modules. This investigation is crucial for ensuring the vehicle can safely respond during unexpected failures.
Definition of Done
The text was updated successfully, but these errors were encountered: