Demo page details
Page source code: analysis.rst
1{% set page="analysis.rst" %} {% include "demo_page_header.rst" with 2context %} 3 4π Analysis 5=========== 6 7Overview 8-------- 9 10.. needtable:: 11 :filter: docname is not None and "automotive-adas" in docname 12 :columns: id, title, type, status, author 13 14.. dropdown:: Big picture 15 :icon: light-bulb 16 :color: success 17 18 .. needflow:: 19 :filter: docname is not None and "automotive-adas" in docname 20 21ADAS Objects 22------------ 23 24.. grid:: 2 25 26 .. grid-item:: 27 28 .. needpie:: Object Types of ADAS project 29 :labels: need, req, arch, swreq, swarch, test, impl 30 31 docname is not None and "automotive-adas" in docname and type=="need" 32 docname is not None and "automotive-adas" in docname and type=="req" 33 docname is not None and "automotive-adas" in docname and type=="arch" 34 docname is not None and "automotive-adas" in docname and type=="swreq" 35 docname is not None and "automotive-adas" in docname and type=="swarch" 36 docname is not None and "automotive-adas" in docname and type=="test" 37 docname is not None and "automotive-adas" in docname and type=="impl" 38 39 .. grid-item:: 40 41 .. needpie:: Object status of ADAS project 42 :labels: open, closed 43 44 docname is not None and "automotive-adas" in docname and status=="open" 45 docname is not None and "automotive-adas" in docname and status=="closed" 46 47.. needbar:: Object authors 48 :legend: 49 :xlabels: FROM_DATA 50 :ylabels: FROM_DATA 51 :show_sum: 52 :show_top_sum: 53 :stacked: 54 55 , Peter, Steven, Sarah, Thomas 56 SW Reqs, docname is not None and "automotive-adas" in docname and "PETER" in author and type=="swreq", docname is not None and "automotive-adas" in docname and "STEVEN" in author and type=="swreq", docname is not None and "automotive-adas" in docname and "SARAH" in author and type=="swreq", docname is not None and "automotive-adas" in docname and "THOMAS" in author and type=="swreq" 57 SW Arch, docname is not None and "automotive-adas" in docname and "PETER" in author and type=="swarch", docname is not None and "automotive-adas" in docname and "STEVEN" in author and type=="swarch", docname is not None and "automotive-adas" in docname and "SARAH" in author and type=="swarch", docname is not None and "automotive-adas" in docname and "THOMAS" in author and type=="swarch" 58 Tests, docname is not None and "automotive-adas" in docname and "PETER" in author and type=="test", docname is not None and "automotive-adas" in docname and "STEVEN" in author and type=="test", docname is not None and "automotive-adas" in docname and "SARAH" in author and type=="test", docname is not None and "automotive-adas" in docname and "THOMAS" in author and type=="test" 59 60SWE Implementation 61------------------ 62 63.. needflow:: 64 :filter: c.this_doc() and type in ["swreq", "swarch", "impl"]
π AnalysisΒΆ
OverviewΒΆ
ID |
Title |
Type |
Status |
Author |
|---|---|---|---|---|
Software Development Project for ADAS Components |
team |
|||
Alfred Archer |
person |
|||
Lane Detection Module |
arch |
in progress |
||
Adaptive Cruise Control System |
arch |
closed |
||
Collision Avoidance System |
arch |
open |
||
Pedestrian Safety Framework |
arch |
open |
||
Alert System Framework |
arch |
open |
||
Emergency Braking System |
arch |
open |
||
Traffic Sign Recognition System |
arch |
closed |
||
Blind Spot Monitoring System |
arch |
open |
||
Driver Drowsiness Detection System |
arch |
open |
||
Automated Parking System |
arch |
open |
||
Update to SN 5.0.0 and use c.this_doc() |
swreq |
open |
||
ADAS: Lane Deviation Warning |
swreq |
closed |
||
Brings ADAS example |
impl |
closed |
||
Lane Marking Detection Algorithm |
impl |
|||
Lane Deviation Warning |
impl |
|||
Steering Correction Algorithm |
impl |
|||
Radar-Based Distance Measurement |
impl |
|||
Speed Control Integration |
impl |
|||
Adaptive Speed Limits |
impl |
|||
Collision Risk Estimation |
impl |
|||
Multi-Object Tracking |
impl |
|||
Emergency Brake Activation |
impl |
|||
Pedestrian Detection Algorithm |
impl |
|||
Pedestrian Path Prediction |
impl |
|||
Pedestrian Alert System |
impl |
|||
Emergency Braking for Pedestrians |
impl |
|||
Speed Limit Sign Detection |
impl |
closed |
||
Speed Limit Publication |
impl |
closed |
||
Blind Spot Sensor Fusion |
impl |
open |
||
Blind Spot Zone Update |
impl |
open |
||
Lane Change Intent Arbitration |
impl |
open |
||
Driver Drowsiness Monitor |
impl |
open |
||
Eye Aspect Ratio Estimation |
impl |
open |
||
Drowsiness Score Aggregation |
impl |
open |
||
Automated Parking Assist |
impl |
open |
||
Parking Slot Recognition |
impl |
open |
||
Park Trajectory Planning |
impl |
open |
||
Lane Keeping Assistance |
need |
in progress |
||
Adaptive Cruise Control |
need |
closed |
||
Emergency Braking System |
need |
in progress |
||
Pedestrian Detection |
need |
in progress |
||
Traffic Sign Recognition |
need |
closed |
||
Blind Spot Monitoring |
need |
open |
||
Driver Drowsiness Detection |
need |
open |
||
Automated Parking Assist |
need |
open |
||
Peter Parker |
person |
|||
ADAS_2025_12 |
release |
open |
||
ADAS_2025_6 |
release |
open |
||
ADAS_2026_6 |
release |
open |
||
Lane Detection Algorithm |
req |
in progress |
||
Steering Control Logic |
req |
open |
||
Distance Measurement System |
req |
closed |
||
Speed Adjustment Algorithm |
req |
closed |
||
Collision Detection Module |
req |
in progress |
||
Autonomous Braking Logic |
req |
open |
||
Pedestrian Recognition System |
req |
in progress |
||
Warning and Alert Mechanism |
req |
open |
||
Emergency Braking for Pedestrians |
req |
open |
||
Speed Limit Sign Recognition |
req |
closed |
||
Blind Spot Zone Detection |
req |
open |
||
Lane Change Hazard Warning |
req |
open |
||
Driver Eye State Estimation |
req |
open |
||
Drowsiness Alert and Break Suggestion |
req |
open |
||
Parking Slot Detection |
req |
open |
||
Park Trajectory Execution |
req |
open |
||
Robert Right |
person |
|||
Sarah Smith |
person |
|||
Steven South |
person |
|||
Lane Detection Subsystem |
swarch |
open |
||
Adaptive Cruise Control Subsystem |
swarch |
open |
||
Collision Avoidance Subsystem |
swarch |
open |
||
Pedestrian Detection Subsystem |
swarch |
open |
||
Alert Mechanism Framework |
swarch |
closed |
||
Emergency Braking Subsystem |
swarch |
closed |
||
Traffic Sign Processing Subsystem |
swarch |
closed |
||
Blind Spot Monitoring Subsystem |
swarch |
open |
||
Driver Drowsiness Subsystem |
swarch |
open |
||
Automated Parking Subsystem |
swarch |
open |
||
Lane Marking Detection Algorithm |
swreq |
in progress |
||
Lane Deviation Warning |
swreq |
open |
||
Steering Correction Algorithm |
swreq |
open |
||
Radar-Based Distance Measurement |
swreq |
closed |
||
Speed Control Integration |
swreq |
closed |
||
Collision Risk Estimation |
swreq |
open |
||
Emergency Brake Activation |
swreq |
open |
||
Pedestrian Detection Algorithm |
swreq |
open |
||
Pedestrian Alert System |
swreq |
open |
||
Emergency Braking for Pedestrians |
swreq |
open |
||
Lane Marking Data Visualization |
swreq |
open |
||
Environmental Adaptation |
swreq |
open |
||
Adaptive Speed Limits |
swreq |
open |
||
Proximity Alert |
swreq |
open |
||
Multi-Object Tracking |
swreq |
closed |
||
Braking Efficiency Optimization |
swreq |
open |
||
Pedestrian Path Prediction |
swreq |
closed |
||
Integrated Alert System |
swreq |
open |
||
Predictive Emergency Braking |
swreq |
closed |
||
Crosswalk Detection |
swreq |
closed |
||
Speed Limit Sign Detection |
swreq |
closed |
||
Blind Spot Sensor Fusion |
swreq |
open |
||
Lane Change Intent Arbitration |
swreq |
open |
||
Eye Aspect Ratio Estimation |
swreq |
open |
||
Drowsiness Score Aggregation |
swreq |
open |
||
Parking Slot Recognition |
swreq |
open |
||
Park Trajectory Planning |
swreq |
open |
||
Lane Detection Tests |
test |
|||
Lane Marking Detection Test |
test |
|||
Steering Correction Test |
test |
|||
Adaptive Cruise Control Tests |
test |
|||
Distance Measurement Test |
test |
|||
Speed Adjustment Test |
test |
|||
Collision Avoidance Tests |
test |
|||
Collision Risk Detection Test |
test |
|||
Emergency Braking Test |
test |
|||
Pedestrian Detection Tests |
test |
|||
Pedestrian Detection Test |
test |
|||
Pedestrian Alert Test |
test |
|||
Emergency Pedestrian Braking Test |
test |
|||
Traffic Sign Recognition Tests |
test |
passed |
||
Speed Limit Sign Detection Test |
test |
passed |
||
Blind Spot Monitor Tests |
test |
open |
||
Blind Spot Radar Occupancy Test |
test |
open |
||
Blind Spot Lane Change Arbitration Test |
test |
open |
||
Drowsiness Monitor Tests |
test |
open |
||
Drowsiness Alert Trigger Test |
test |
open |
||
Drowsiness No Alert Test |
test |
open |
||
Parking Assist Tests |
test |
open |
||
Parking Slot Detection Test |
test |
open |
||
Park Trajectory Planning Test |
test |
open |
||
Lane Detection and Steering Integration |
test |
|||
Adaptive Cruise Control and Distance Measurement |
test |
|||
Collision Avoidance and Emergency Braking |
test |
|||
Pedestrian Detection and Alert Mechanism |
test |
|||
Pedestrian Detection and Emergency Braking |
test |
|||
Multi-Subsystem Coordination |
test |
|||
Traffic Sign Recognition and Speed Control Integration |
test |
failed |
||
Blind Spot Sensor Fusion Integration |
test |
open |
||
Drowsiness Detection Pipeline Integration |
test |
open |
||
Automated Parking Pipeline Integration |
test |
open |
||
Lane Detection Qualification |
test |
|||
Adaptive Cruise Control Qualification |
test |
|||
Collision Avoidance Qualification |
test |
|||
Pedestrian Safety Qualification |
test |
|||
Integrated Qualification Test |
test |
|||
Traffic Sign Recognition Qualification |
test |
passed |
||
Blind Spot Monitoring Qualification |
test |
open |
||
Driver Drowsiness Qualification |
test |
open |
||
Automated Parking Qualification |
test |
open |
||
Lane Detection Validation |
test |
|||
Adaptive Cruise Control Validation |
test |
|||
Collision Avoidance Validation |
test |
|||
Pedestrian Detection Validation |
test |
|||
Alert System Validation |
test |
|||
Emergency Braking Validation |
test |
|||
Traffic Sign Recognition Validation |
test |
passed |
||
Blind Spot Monitoring Validation |
test |
open |
||
Driver Drowsiness Detection Validation |
test |
open |
||
Automated Parking Validation |
test |
open |
||
Lane Detection Verification |
test |
|||
Adaptive Cruise Control Verification |
test |
|||
Collision Avoidance Verification |
test |
|||
Pedestrian Detection Verification |
test |
|||
Multi-Subsystem Verification |
test |
|||
Traffic Sign Recognition Verification |
test |
passed |
||
Blind Spot Monitoring Verification |
test |
open |
||
Driver Drowsiness Detection Verification |
test |
open |
||
Automated Parking Verification |
test |
open |
||
test file summary |
testfile |
|||
ExampleTestSuite |
testsuite |
|||
TEST_SYS_QUAL_003 |
testrun |
|||
TEST_SYS_QUAL_002 |
testrun |
|||
TEST_SYS_QUAL_001 |
testrun |
|||
TEST_SYS_QUAL_004 |
testrun |
|||
Thomas Thatcher |
person |
Big picture
ADAS ObjectsΒΆ
SWE ImplementationΒΆ
No needs passed the filters