ADORe
ADORe is a modular open source software library and toolkit for decision making, planning, control and simulation of automated vehicles
linearfunctiontypedefs.h
Go to the documentation of this file.
1 /********************************************************************************
2  * Copyright (C) 2017-2020 German Aerospace Center (DLR).
3  * Eclipse ADORe, Automated Driving Open Research https://eclipse.org/adore
4  *
5  * This program and the accompanying materials are made available under the
6  * terms of the Eclipse Public License 2.0 which is available at
7  * http://www.eclipse.org/legal/epl-2.0.
8  *
9  * SPDX-License-Identifier: EPL-2.0
10  *
11  * Contributors:
12  * Thomas Lobig - refactored types out of lanefollowinggeometry.h
13  ********************************************************************************/
14 
16 
17  namespace adore
18 {
19  namespace mad
20  {
25  }
26 }
adore::mad::LLinearPiecewiseFunctionM< double, 3 > function_type_xyz
Definition: linearfunctiontypedefs.h:22
adore::mad::LLinearPiecewiseFunctionM< double, 1 > function_type_scalar
Definition: linearfunctiontypedefs.h:24
adore::mad::LLinearPiecewiseFunctionM< double, 1 > velocity_profile
Definition: linearfunctiontypedefs.h:21
adore::mad::LLinearPiecewiseFunctionM< double, 2 > function_type2d
Definition: linearfunctiontypedefs.h:23
Definition: areaofeffectconverter.h:20