Apollo  6.0
Open source self driving car software
apollo::prediction::PredictionMap Member List

This is the complete list of members for apollo::prediction::PredictionMap, including all inherited members.

AverageCurvature(const std::string &lane_id, const size_t sample_size)apollo::prediction::PredictionMapstatic
CurvatureOnLane(const std::string &lane_id, const double s)apollo::prediction::PredictionMapstatic
GetJunctions(const Eigen::Vector2d &point, const double radius)apollo::prediction::PredictionMapstatic
GetLeftNeighborLane(const std::shared_ptr< const hdmap::LaneInfo > &ptr_ego_lane, const Eigen::Vector2d &ego_position, const double threshold)apollo::prediction::PredictionMapstatic
GetMostLikelyCurrentLane(const common::PointENU &position, const double radius, const double heading, const double angle_diff_threshold)apollo::prediction::PredictionMapstatic
GetNearbyLanes(const common::PointENU &position, const double nearby_radius)apollo::prediction::PredictionMapstatic
GetPNCJunctions(const Eigen::Vector2d &point, const double radius)apollo::prediction::PredictionMapstatic
GetProjection(const Eigen::Vector2d &position, const std::shared_ptr< const hdmap::LaneInfo > lane_info, double *s, double *l)apollo::prediction::PredictionMapstatic
GetRightNeighborLane(const std::shared_ptr< const hdmap::LaneInfo > &ptr_ego_lane, const Eigen::Vector2d &ego_position, const double threshold)apollo::prediction::PredictionMapstatic
HasNearbyLane(const double x, const double y, const double radius)apollo::prediction::PredictionMapstatic
HeadingOnLane(const std::shared_ptr< const hdmap::LaneInfo > lane_info, const double s)apollo::prediction::PredictionMapstatic
InJunction(const Eigen::Vector2d &point, const double radius)apollo::prediction::PredictionMapstatic
IsIdenticalLane(std::shared_ptr< const hdmap::LaneInfo > other_lane, std::shared_ptr< const hdmap::LaneInfo > curr_lane)apollo::prediction::PredictionMapstatic
IsIdenticalLane(std::shared_ptr< const hdmap::LaneInfo > other_lane, const std::vector< std::shared_ptr< const hdmap::LaneInfo >> &lanes)apollo::prediction::PredictionMapstatic
IsLaneInJunction(const std::shared_ptr< const hdmap::LaneInfo > lane_info, const std::string &junction_id)apollo::prediction::PredictionMapstatic
IsLeftNeighborLane(std::shared_ptr< const hdmap::LaneInfo > target_lane, std::shared_ptr< const hdmap::LaneInfo > curr_lane)apollo::prediction::PredictionMapstatic
IsLeftNeighborLane(std::shared_ptr< const hdmap::LaneInfo > target_lane, const std::vector< std::shared_ptr< const hdmap::LaneInfo >> &lanes)apollo::prediction::PredictionMapstatic
IsPointInJunction(const double x, const double y, const std::shared_ptr< const hdmap::JunctionInfo > junction_info_ptr)apollo::prediction::PredictionMapstatic
IsPredecessorLane(std::shared_ptr< const hdmap::LaneInfo > target_lane, std::shared_ptr< const hdmap::LaneInfo > curr_lane)apollo::prediction::PredictionMapstatic
IsPredecessorLane(std::shared_ptr< const hdmap::LaneInfo > target_lane, const std::vector< std::shared_ptr< const hdmap::LaneInfo >> &lanes)apollo::prediction::PredictionMapstatic
IsProjectionApproximateWithinLane(const Eigen::Vector2d &ego_position, const std::string &lane_id)apollo::prediction::PredictionMapstatic
IsRightNeighborLane(std::shared_ptr< const hdmap::LaneInfo > target_lane, std::shared_ptr< const hdmap::LaneInfo > curr_lane)apollo::prediction::PredictionMapstatic
IsRightNeighborLane(std::shared_ptr< const hdmap::LaneInfo > target_lane, const std::vector< std::shared_ptr< const hdmap::LaneInfo >> &lanes)apollo::prediction::PredictionMapstatic
IsSuccessorLane(std::shared_ptr< const hdmap::LaneInfo > target_lane, std::shared_ptr< const hdmap::LaneInfo > curr_lane)apollo::prediction::PredictionMapstatic
IsSuccessorLane(std::shared_ptr< const hdmap::LaneInfo > target_lane, const std::vector< std::shared_ptr< const hdmap::LaneInfo >> &lanes)apollo::prediction::PredictionMapstatic
IsVirtualLane(const std::string &lane_id)apollo::prediction::PredictionMapstatic
JunctionById(const std::string &id)apollo::prediction::PredictionMapstatic
LaneById(const std::string &id)apollo::prediction::PredictionMapstatic
LaneTotalWidth(const std::shared_ptr< const hdmap::LaneInfo > lane_info, const double s)apollo::prediction::PredictionMapstatic
LaneTurnType(const std::string &lane_id)apollo::prediction::PredictionMapstatic
LaneWithSmallestAverageCurvature(const std::vector< std::shared_ptr< const hdmap::LaneInfo >> &lane_infos)apollo::prediction::PredictionMapstatic
NearbyLaneIds(const Eigen::Vector2d &point, const double radius)apollo::prediction::PredictionMapstatic
NearbyLanesByCurrentLanes(const Eigen::Vector2d &point, const double heading, const double radius, const std::vector< std::shared_ptr< const hdmap::LaneInfo >> &lanes, const int max_num_lane, std::vector< std::shared_ptr< const hdmap::LaneInfo >> *nearby_lanes)apollo::prediction::PredictionMapstatic
NearJunction(const Eigen::Vector2d &point, const double radius)apollo::prediction::PredictionMapstatic
OnLane(const std::vector< std::shared_ptr< const hdmap::LaneInfo >> &prev_lanes, const Eigen::Vector2d &point, const double heading, const double radius, const bool on_lane, const int max_num_lane, const double max_lane_angle_diff, std::vector< std::shared_ptr< const hdmap::LaneInfo >> *lanes)apollo::prediction::PredictionMapstatic
OnVirtualLane(const Eigen::Vector2d &position, const double radius)apollo::prediction::PredictionMapstatic
OverlapById(const std::string &id)apollo::prediction::PredictionMapstatic
PathHeading(std::shared_ptr< const hdmap::LaneInfo > lane_info, const common::PointENU &point)apollo::prediction::PredictionMapstatic
PositionOnLane(const std::shared_ptr< const hdmap::LaneInfo > lane_info, const double s)apollo::prediction::PredictionMapstatic
ProjectionFromLane(std::shared_ptr< const hdmap::LaneInfo > lane_info, const double s, hdmap::MapPathPoint *path_point)apollo::prediction::PredictionMapstatic
Ready()apollo::prediction::PredictionMapstatic
SmoothPointFromLane(const std::string &id, const double s, const double l, Eigen::Vector2d *point, double *heading)apollo::prediction::PredictionMapstatic