Results of a parking planning call.
More...
#include <parking_planner.hpp>
Results of a parking planning call.
◆ PlanningResult()
| autoware::motion::planning::parking_planner::PlanningResult::PlanningResult |
( |
const Trajectory< float64_t > |
trajectory, |
|
|
const std::size_t |
nlp_iterations, |
|
|
const float64_t |
nlp_proc_time, |
|
|
const PlanningStatus |
status |
|
) |
| |
Construct a planning result.
- Parameters
-
| [in] | trajectory | The trajectory computed by the planner |
| [in] | nlp_iterations | The number of iterations required by the solver |
| [in] | nlp_proc_time | NLP process time, in seconds |
| [in] | status | Status of the result |
◆ get_nlp_iterations()
| std::size_t autoware::motion::planning::parking_planner::PlanningResult::get_nlp_iterations |
( |
| ) |
const |
|
inlinenoexcept |
◆ get_nlp_proc_time()
| float64_t autoware::motion::planning::parking_planner::PlanningResult::get_nlp_proc_time |
( |
| ) |
const |
|
inlinenoexcept |
◆ get_status()
| PlanningStatus autoware::motion::planning::parking_planner::PlanningResult::get_status |
( |
| ) |
const |
|
inlinenoexcept |
◆ get_trajectory()
| const Trajectory<float64_t>& autoware::motion::planning::parking_planner::PlanningResult::get_trajectory |
( |
| ) |
const |
|
inlinenoexcept |
The documentation for this class was generated from the following files: