Autoware.Auto
|
|
TODO(ryohsuke.mitsudome): Document namespaces! More...
Namespaces | |
PrimitiveType | |
Classes | |
class | BehaviorPlanner |
Class that contains core functions of the behavior planner. More... | |
struct | PlannerConfig |
struct | RouteWithType |
class | TrajectoryManager |
Class that splits trajectory at gear changing points and publish them separately. More... | |
Typedefs | |
using | State = autoware_auto_vehicle_msgs::msg::VehicleKinematicState |
Enumerations | |
enum | PlannerType { LANE, PARKING, UNKNOWN } |
enum | ParkingDirection { ParkingDirection::HEAD_IN, ParkingDirection::TOE_IN } |
Enum representing the direction that a vehicle will park in a parking spot relative to the spot's entrance. More... | |
Functions | |
PlannerType | get_planner_type_from_primitive (const MapPrimitive &map_primitive) |
geometry_msgs::msg::Pose | convert_to_route_pose (const lanelet::ConstPoint2d &pt) |
geometry_msgs::msg::Pose | get_closest_pose_on_lane (const Pose &point, const int64_t lane_id, const lanelet::LaneletMapPtr &lanelet_map_ptr, const float32_t offset) |
TODO(ryohsuke.mitsudome): Document namespaces!
typedef autoware_auto_vehicle_msgs::msg::VehicleKinematicState autoware::behavior_planner::State |
|
strong |
geometry_msgs::msg::Pose autoware::behavior_planner::convert_to_route_pose | ( | const lanelet::ConstPoint2d & | pt | ) |
geometry_msgs::msg::Pose autoware::behavior_planner::get_closest_pose_on_lane | ( | const Pose & | point, |
const int64_t | lane_id, | ||
const lanelet::LaneletMapPtr & | lanelet_map_ptr, | ||
const float32_t | offset | ||
) |
PlannerType autoware::behavior_planner::get_planner_type_from_primitive | ( | const MapPrimitive & | map_primitive | ) |