|
maliput
|
#include <optional>#include <string>#include "maliput/api/type_specific_identifier.h"#include "maliput/common/maliput_copyable.h"Classes | |
| class | Segment |
| A Segment represents a bundle of adjacent Lanes which share a continuously traversable road surface. More... | |
Namespaces | |
| maliput | |
| Code in this file is inspired by: https://github.com/RobotLocomotion/drake/blob/master/common/text_logging.h. | |
| maliput::api | |
Typedefs | |
| using | SegmentId = TypeSpecificIdentifier< class Segment > |
| Persistent identifier for a Segment element. More... | |