Apollo  6.0
Open source self driving car software
Public Member Functions | Static Public Member Functions | List of all members
apollo::planning::DiscretePointsMath Class Reference

#include <discrete_points_math.h>

Collaboration diagram for apollo::planning::DiscretePointsMath:
Collaboration graph

Public Member Functions

 DiscretePointsMath ()=delete
 

Static Public Member Functions

static bool ComputePathProfile (const std::vector< std::pair< double, double >> &xy_points, std::vector< double > *headings, std::vector< double > *accumulated_s, std::vector< double > *kappas, std::vector< double > *dkappas)
 

Constructor & Destructor Documentation

◆ DiscretePointsMath()

apollo::planning::DiscretePointsMath::DiscretePointsMath ( )
delete

Member Function Documentation

◆ ComputePathProfile()

static bool apollo::planning::DiscretePointsMath::ComputePathProfile ( const std::vector< std::pair< double, double >> &  xy_points,
std::vector< double > *  headings,
std::vector< double > *  accumulated_s,
std::vector< double > *  kappas,
std::vector< double > *  dkappas 
)
static

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