Apollo  6.0
Open source self driving car software
Public Attributes | List of all members
apollo::planning::GridAStartResult Struct Reference

#include <grid_search.h>

Collaboration diagram for apollo::planning::GridAStartResult:
Collaboration graph

Public Attributes

std::vector< double > x
 
std::vector< double > y
 
double path_cost = 0.0
 

Member Data Documentation

◆ path_cost

double apollo::planning::GridAStartResult::path_cost = 0.0

◆ x

std::vector<double> apollo::planning::GridAStartResult::x

◆ y

std::vector<double> apollo::planning::GridAStartResult::y

The documentation for this struct was generated from the following file: