ADORe
ADORe is a modular open source software library and toolkit for decision making, planning, control and simulation of automated vehicles
centerandlanewidth.h File Reference
#include <adore/mad/adoremath.h>
#include <adore/mad/llinearpiecewisefunction.h>
#include <iostream>
#include <fstream>
Include dependency graph for centerandlanewidth.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 adore
 
 adore::mad
 

Functions

int adore::mad::computeLaneWidthAndCenter (const adoreMatrix< double, 0, 0 > &left, const adoreMatrix< double, 0, 0 > &right, adoreMatrix< double, 0, 0 > &center)
 
int adore::mad::computeLaneWidthAndCenter (const LLinearPiecewiseFunctionM< double, 3 > &left, const LLinearPiecewiseFunctionM< double, 3 > &right, LLinearPiecewiseFunctionM< double, 4 > &center)