From a227ca06fe414f3b0324c72ac6ac7a2deb2e8aaf Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 8 Feb 2022 14:02:44 +0000 Subject: [PATCH] ci(pre-commit): autofix --- docs/design/index.md | 45 ++++++++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/docs/design/index.md b/docs/design/index.md index 9574b2efe97..116a9bc2ec3 100644 --- a/docs/design/index.md +++ b/docs/design/index.md @@ -13,12 +13,14 @@ A grand challenge of the microautonomy architecture is to achieve real-time capa Requirements and Roadmap Goals: + - All open-source. - Use case driven. - Real-time (predictable) framework with overrun handling. - Code quality. Non-goals: + - Accuracy of components # Architecture @@ -26,28 +28,28 @@ Non-goals: Core and Universe. Autoware provides the runtimes and technology components by open-source software. The runtimes are based on the Robot Operating System (ROS). The technology components are provided by contributors, which include, but are not limited to: - - Sensing - - Camera Component - - LiDAR Component - - RADAR Component - - GNSS Component - - Computing - - Localization Component - - Perception Component - - Planning Component - - Control Component - - Logging Component - - System Monitoring Component - - Actuation - - DBW Component - - Tools - - Simulator Component - - Mapping Component - - Remote Component - - ML Component - - Annotation Component - - Calibration Component +- Sensing + - Camera Component + - LiDAR Component + - RADAR Component + - GNSS Component +- Computing + - Localization Component + - Perception Component + - Planning Component + - Control Component + - Logging Component + - System Monitoring Component +- Actuation + - DBW Component +- Tools + - Simulator Component + - Mapping Component + - Remote Component + - ML Component + - Annotation Component + - Calibration Component # Concern, Assumption, and Limitation @@ -68,4 +70,3 @@ The downside of the microautonomy architecture is that the computational perform ## Configuration management # Conclusion -