ADORe
ADORe is a modular open source software library and toolkit for decision making, planning, control and simulation of automated vehicles
geoTiles_config.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 - initial implementation
13
********************************************************************************/
14
15
#pragma once
16
17
#include <string>
18
19
namespace
adore
20
{
21
namespace
PLOT
22
{
23
struct
GeoTilesConfig
24
{
25
std::string
base_url
;
26
double
tile_width_meters
;
27
};
28
}
29
}
adore
Definition:
areaofeffectconverter.h:20
adore::PLOT::GeoTilesConfig
Definition:
geoTiles_config.h:24
adore::PLOT::GeoTilesConfig::base_url
std::string base_url
Definition:
geoTiles_config.h:25
adore::PLOT::GeoTilesConfig::tile_width_meters
double tile_width_meters
Definition:
geoTiles_config.h:26
libadore
libadore
adore
apps
include
adore
apps
if_plotlab
geoTiles_config.h
Generated by
1.9.1