Carma-platform v4.2.0
CARMA Platform is built on robot operating system (ROS) and utilizes open source software (OSS) that enables Cooperative Driving Automation (CDA) features to allow Automated Driving Systems to interact and cooperate with infrastructure and other vehicles through communication.
|
Generic interface representing a strategy for arriving at a maneuver plan. More...
#include <planning_strategy.hpp>
Public Member Functions | |
virtual carma_planning_msgs::msg::ManeuverPlan | generate_plan (const VehicleState &start_state)=0 |
Generate a plausible maneuver plan. More... | |
virtual | ~PlanningStrategy () |
Virtual destructor provided for memory safety. More... | |
Generic interface representing a strategy for arriving at a maneuver plan.
Definition at line 30 of file planning_strategy.hpp.
|
inlinevirtual |
Virtual destructor provided for memory safety.
Definition at line 45 of file planning_strategy.hpp.
|
pure virtual |
Generate a plausible maneuver plan.
start_state | The starting state of the vehicle to plan for |
Implemented in arbitrator::TreePlanner.