lanelet2_projection: Rolling
Links
Rosindex
Repository
C++ API
Class Hierarchy
File Hierarchy
Full C++ API
Namespaces
Namespace lanelet::projection
Classes and Structs
Class GeocentricProjector
Class LocalCartesianProjector
Class Mercator
Class UtmProjector
Directories
Directory include
Directory lanelet2_projection
Files
File Geocentric.h
File LocalCartesian.h
File Mercator.h
File UTM.h
Standard Documents
README
Lanelet2 Projection Module
Need for projections
Supported Projections
PACKAGE
CHANGELOG
Changelog for package lanelet2_projection
1.2.2 (2024-10-25)
1.2.1 (2023-05-10)
1.2.0 (2023-01-30)
1.1.1 (2020-09-14)
1.1.0 (2020-09-06)
1.0.1 (2020-03-24)
1.0.0 (2020-03-03)
Documentation
Maps, Projections and Coordinate Reference Systems (CRSs)
Index
lanelet2_projection: Rolling
C++ API
Class GeocentricProjector
View page source
Class GeocentricProjector
Defined in
File Geocentric.h
Inheritance Relationships
Base Type
public
lanelet::Projector
Class Documentation
class
GeocentricProjector
:
public
lanelet
::
Projector
Public Functions
inline
GeocentricProjector
(
)
virtual
BasicPoint3d
forward
(
const
GPSPoint
&
gps
)
const
override
virtual
GPSPoint
reverse
(
const
BasicPoint3d
&
enu
)
const
override