#include <validation_checker.h>
◆ ProbabilityByCentripetalAcceleration()
static double apollo::prediction::ValidationChecker::ProbabilityByCentripetalAcceleration |
( |
const LaneSequence & |
lane_sequence, |
|
|
const double |
speed |
|
) |
| |
|
static |
Compute the probability by centripetal acceleration.
- Parameters
-
lane | sequence |
current | speed of obstacle |
- Returns
- probability
◆ ValidCentripetalAcceleration()
static bool apollo::prediction::ValidationChecker::ValidCentripetalAcceleration |
( |
const std::vector< common::TrajectoryPoint > & |
discretized_trajectory | ) |
|
|
static |
Check the validity of trajectory's centripetal acceleration.
- Parameters
-
The | discretized trajectory |
- Returns
- The validity of trajectory's centripetal acceleration
◆ ValidTrajectoryPoint()
static bool apollo::prediction::ValidationChecker::ValidTrajectoryPoint |
( |
const common::TrajectoryPoint & |
trajectory_point | ) |
|
|
static |
Check if a trajectory point is valid.
- Parameters
-
- Returns
- True if the trajectory point is valid
The documentation for this class was generated from the following file: