scenario_simulator_v2 C++ API
|
#include <route_planner.hpp>
Public Member Functions | |
RoutePlanner (const traffic_simulator::RoutingGraphType &, const std::shared_ptr< hdmap_utils::HdMapUtils > &) | |
auto | getRouteLanelets (const CanonicalizedLaneletPose &entity_lanelet_pose, double horizon=100) -> lanelet::Ids |
auto | setWaypoints (const std::vector< CanonicalizedLaneletPose > &waypoints) -> void |
auto | cancelRoute () -> void |
auto | getGoalPoses () const -> std::vector< CanonicalizedLaneletPose > |
auto | getGoalPosesInWorldFrame () const -> std::vector< geometry_msgs::msg::Pose > |
|
explicit |
void traffic_simulator::RoutePlanner::cancelRoute | ( | ) | -> void |
auto traffic_simulator::RoutePlanner::getGoalPoses | ( | ) | const -> std::vector<CanonicalizedLaneletPose> |
auto traffic_simulator::RoutePlanner::getGoalPosesInWorldFrame | ( | ) | const -> std::vector<geometry_msgs::msg::Pose> |
auto traffic_simulator::RoutePlanner::getRouteLanelets | ( | const CanonicalizedLaneletPose & | entity_lanelet_pose, |
double | horizon = 100 |
||
) | -> lanelet::Ids |
auto traffic_simulator::RoutePlanner::setWaypoints | ( | const std::vector< CanonicalizedLaneletPose > & | waypoints | ) | -> void |