ADORe
ADORe is a modular open source software library and toolkit for decision making, planning, control and simulation of automated vehicles
adore::params::APNavigation Class Referenceabstract

abstract class containing parameters which configure navigation behaviour More...

#include <ap_navigation.h>

Inheritance diagram for adore::params::APNavigation:
Inheritance graph
Collaboration diagram for adore::params::APNavigation:
Collaboration graph

Public Member Functions

virtual bool getActivePlottingLocal ()=0
 
virtual bool getActivePlottingGlobal ()=0
 
virtual double getLaneChangePenalty () const =0
 
virtual bool useScenarioManagerMap ()=0
 
virtual double getNagivationGoalStopToleranceLateral () const =0
 

Detailed Description

abstract class containing parameters which configure navigation behaviour

Member Function Documentation

◆ getActivePlottingGlobal()

virtual bool adore::params::APNavigation::getActivePlottingGlobal ( )
pure virtual

Implemented in adore::if_ROS::params::PNavigation.

Here is the caller graph for this function:

◆ getActivePlottingLocal()

virtual bool adore::params::APNavigation::getActivePlottingLocal ( )
pure virtual

◆ getLaneChangePenalty()

virtual double adore::params::APNavigation::getLaneChangePenalty ( ) const
pure virtual

Implemented in adore::if_ROS::params::PNavigation.

Here is the caller graph for this function:

◆ getNagivationGoalStopToleranceLateral()

virtual double adore::params::APNavigation::getNagivationGoalStopToleranceLateral ( ) const
pure virtual

Implemented in adore::if_ROS::params::PNavigation.

Here is the caller graph for this function:

◆ useScenarioManagerMap()

virtual bool adore::params::APNavigation::useScenarioManagerMap ( )
pure virtual

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