Apollo 10.0
自动驾驶开放平台
|
The Guardian module in Apollo is a safety module that monitors the status of the autonomous driving system. When the module fails, it actively cuts off the control command output and triggers the brakes. This module is a bit like a fuse, with a fallback mechanism. It is triggered by two main conditions: the interval between messages reporting the module status exceeds kSecondsTillTimeout (2.5 seconds), or there is a safety_mode_trigger_time field in the reported status message. In safety mode, the vehicle stops immediately if the emergency brake is detected or an obstacle is detected by the ultrasound. In addition, the Guardian module is a timing module with a frequency of 10ms, so it will increase the delay of the control command by a maximum of 10ms.
Name | Type | Description |
---|---|---|
msg | apollo::canbus::Chassis | chassis msg |
msg | apollo::control::ControlCommand | ControlCommand msg |
msg | apollo::monitor::SystemStatus | SystemStatus msg |
Name | Type | Description |
---|---|---|
msg | apollo::guardian::GuardianCommand | GuardianCommand msg |
file path | type / struct | Description |
---|---|---|
modules/guardian/conf/guardian_conf.pb.txt | apollo::guardian::GuardianConf | - |
如果您在使用文档的过程中,遇到任何问题,请到我们在【开发者社区】建立的 反馈意见收集问答页面,反馈相关的问题。我们会根据反馈意见对文档进行迭代优化。