#include <junction_analyzer.h>
◆ Clear()
void apollo::prediction::JunctionAnalyzer::Clear |
( |
| ) |
|
◆ ComputeJunctionRange()
double apollo::prediction::JunctionAnalyzer::ComputeJunctionRange |
( |
| ) |
|
Compute junction range.
- Returns
- Junction range
◆ GetJunctionFeature() [1/2]
const JunctionFeature& apollo::prediction::JunctionAnalyzer::GetJunctionFeature |
( |
const std::string & |
start_lane_id | ) |
|
Get junction feature starting from start_lane_id.
- Parameters
-
- Returns
- junction
◆ GetJunctionFeature() [2/2]
JunctionFeature apollo::prediction::JunctionAnalyzer::GetJunctionFeature |
( |
const std::vector< std::string > & |
start_lane_ids | ) |
|
Get junction feature starting from start_lane_ids.
- Parameters
-
- Returns
- junction
◆ GetJunctionId()
const std::string& apollo::prediction::JunctionAnalyzer::GetJunctionId |
( |
| ) |
|
Get junction ID.
- Returns
- Junction ID
◆ Init()
void apollo::prediction::JunctionAnalyzer::Init |
( |
const std::string & |
junction_id | ) |
|
Initialize by junction ID, if junction id differs from prev cycle.
- Parameters
-
The documentation for this class was generated from the following file: