24 #include <unordered_set> 30 namespace prediction {
46 void SearchForwardAndInsert(
const std::string& lane_id,
47 const double start_lane_s,
const double range);
49 std::unordered_set<std::string> lane_ids_of_interest_;
Definition: cruise_scenario_features.h:32
Definition: scenario_features.h:28
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
virtual ~CruiseScenarioFeatures()
void InsertLaneOfInterest(const std::string &lane_id)
bool IsLaneOfInterest(const std::string &lane_id) const
void BuildCruiseScenarioFeatures(const EnvironmentFeatures &environment_features)
Definition: environment_features.h:29