ADORe
ADORe is a modular open source software library and toolkit for decision making, planning, control and simulation of automated vehicles
globalposition.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
********************************************************************************/
13
14
#pragma once
15
16
namespace
adore
17
{
18
namespace
mad
19
{
20
struct
GlobalPosition
21
{
22
public
:
23
double
x_
,
y_
,
z_
;
24
};
25
}
26
}
adore
Definition:
areaofeffectconverter.h:20
adore::mad::GlobalPosition
Definition:
globalposition.h:21
adore::mad::GlobalPosition::z_
double z_
Definition:
globalposition.h:23
adore::mad::GlobalPosition::x_
double x_
Definition:
globalposition.h:23
adore::mad::GlobalPosition::y_
double y_
Definition:
globalposition.h:23
libadore
libadore
adore
mad
include
adore
mad
globalposition.h
Generated by
1.9.1