|
maliput
|
A position in the road network, consisting of a pointer to a specific Lane and a Lane-frame position in that Lane.
#include <include/maliput/api/lane_data.h>
Public Member Functions | |
| RoadPosition ()=default | |
| Default constructor. More... | |
| RoadPosition (const Lane *_lane, const LanePosition &_pos) | |
| Fully parameterized constructor. More... | |
| InertialPosition | ToInertialPosition () const |
| Indirection to #api::Lane::ToInertialPosition() method. More... | |
Public Attributes | |
| const Lane * | lane {} |
| LanePosition | pos |
|
default |
Default constructor.
| RoadPosition | ( | const Lane * | _lane, |
| const LanePosition & | _pos | ||
| ) |
Fully parameterized constructor.
| InertialPosition ToInertialPosition | ( | ) | const |
Indirection to #api::Lane::ToInertialPosition() method.
lane and pos. | When | member lane is nullptr. |
| const Lane* lane {} |
| LanePosition pos |