ABCDEHJKLOPRSTUV
1
Item/FunctionFailure ModeEffect of Failure IN GFEffect of Failure IN Obstacle DetectionCause of FailureImplemented Control ActionsTODO Control ActionsAction Results
2
Prevention - offlinePrevention - onlineDetection - OnlineRecommend Action - OfflineRecommend Action - OnlineActions TakenSevOccDetRPN
3
Get Hero State ( Pitch & z...)No pose inputsNo GF outputNo OD outputEth connection issue,
pose not working/ not send out...
Check receive inputsUnit test when there is pose input available in system check whether GF could read the info1. set INVALID_POSE flag for no input after continues 300 ms
4
pose inputs( pitch,z) out of range Incorrect GFMiss ObjectsADD pose range validation. if pose invalid then ignore the current frame and not exe GF, set INVALID_POSE flag
5
Pose not sync in timeIncorrect GFMiss ObjectsPose update frequency too low < 10hzCheck receive pose inputs later than lidar inputsADD timestamp check, always use the latest value within 300 ms
6
Get Latest Planner TrajectoryNo Traj InputsNo GF outputNo OD outputCheck receive inputsUnit test when there is traj input available in system check whether GF could read the info1. set INVLID_TRAJ flag for no input after continues 300 ms
7
Traj not sync in timeIncorrect GFMiss ObjectsADD timestamp check, always use the latest value within 300?? ms
8
Traj not follow the hero's path ( Incorrect for 1 or 2 frame )GF output for the incorrect trajMiss Object in the hero's pathCheck whether the hero is out of TrajBetter understand traj performance in PlannerADD radius/ speed/ curvature check if traj invalid ( geometric imposisble for hero ) then ignore the current frame and use the last previous frame
not exe GF, set INVALID_TRAJ flag
9
length of Trajectory is not long enough ( usually happened when hero stopped)No GF outputNo OD outputExtrapolate at least 10 m in front of the hero
10
Get Lidar Point CloudsNo Lidar InputsNo GF outputNo OD outputCheck receive inputsUnit test when there is lidar input available in system check whether GF could read the infoset INVALID_LIDAR flag for no input
11
lidar not sync in timeIncorrect GFMiss ObjectsLidar miss 1 to 3 framesADD timestamp check, if not sunc in time then set INVALID_LIDAR flag
12
Degraded lidar resolution ( Not receive all of expected lidar beams )?? Missing objectsLidar missing beamFault inject test
13
Ghost lidar pointsInaccurate GFFP/ FNLidar InterferenceFollow up with Dominic
14
Incorrect/ Inaccurate lidar point range valueInaccurate GFFP/ FNIndividual beam stuck with range value
15
...
16
Compute corridorFilter lidar points far and not inside relevant region
17
Compute corridorIncorrect corridorIncorrect GF since select wrong Lidar pointMiss ObjectsIncorrect inputs1. Check no lidar points inside Corridor
2. No parameter set by corridor function
if there is no inputs, set INVALID_CORRIDOR flag
18
Select Ground Point CandidatesSort the lidar points by each beamPoints are not sorted by beamNo GF output since no cluster for GFMiss ObjectsUnit test lidar points are sorted
19
Sort the lidar points by azimuth for each beamSorting function NOT output sorted the points by azimuthNot use all the valid lidar points for GFMiss ObjectsUnit test lidar points are sorted
20
Compute Arc Length along Traj for each pointsInaccurate Arc length calculationInaccurate GF distance Inaccurate object distance estADD Unit test to verify arc length calculation
21
output all clustered lidar pointsnot output all cluster pointsIncomplete GFMiss ObjectsUnit Test inject Lidar points with known cluster
22
Fit Ground Point Candidates to BSplineBuild Arc Length and Height Array for BSpline
23
Define Points Under HeroIncorrect length of wheelbase1. Read from conf.
2. ADD checksum in conf.
24
Separate Lidar points by bins along Arc lengthNot all lidar points captured by binsIncomplete GFUnit Test
25
Weight Points by Height in each binpoor choice of bin numberInaccurate GFFP/ FNSet upper and lower boundary SOTIF: Log mining and data analysis, accumulated mileage
26
poor choice of kMinHeightInaccurate GFFP/ FNSOTIF: Log mining and data analysis, accumulated mileage
27
poor choice of kNominalWeightInaccurate GFFP/ FNSOTIF: Log mining and data analysis, accumulated mileage
28
Recompute spline knotsSpline knots not recomputedInvalid GFFP/ FNUnit Test: manually change number of knots
29
Recompute basis function with updated control points Basis function not recomputedInvalid GFFP/ FNUnit Test: manually change number of knots
30
Solve Least Squarenon-solvable: not enough points ( steep down hill )No GF outputNo OD outputCheck min number of points before calculation and then raise error flag to downstream functionsuse the LR lidar on the other side, or use the SR lidar
31
non-solvable: duplicate points Inaccurate GFFP/ FNSelect unique points ( computation expensive, not sure how often happens )
32
Limit ordinate values for control pointsNot limit ordinate values enoughInaccurate GFFP/ FNUnit test: generate high peak poly and verify GF output lower than control point
33
Compute Spline DerivativeInvalid derivative calcUnit test for different polynomial shapes
34
Skew Weights toward Lower HeightCalc residual
35
Set Upper and lower boundary for GFBoundary calibration is too wide and not NOT wide enoughSOTIF
36
Apply different weights to all points based on boundarySensitive to ghost point clustersInaccurate GFFalse PositiveBound WeightsSOTIF
37
Limit Weights for Steep Slope
38
Adaptively adjust number of knotsNot enough lidar points for a poly fitSet lower bound for number lidar pointsADD numeric confident level for GF poly
39
Recompute knots and basis function
40
Assign Lidar Point Properties based on Distance from BSpline Fit ( calc distance )
41
Build Ground Height Predictor Function
42
43
44
45
46
Implement in EMU Define data buffer sizeData buffer size is not large enough SW crash, Memory errorprovide large enough memory space, analysis of upper bound of lidar points1. Check for overflow
2. Unit test or simulation
47
Inaccurate GF, Throw out critical points
48
Maintain data buffer, keep tracking of how full of each array ( lidar points, control points, knots, basis functions )Not maintain data bufferNo GF output or invalid GF outputUnit test