maliput
GenerateStringOptions Struct Reference

Detailed Description

Parameters that specify what details about an api::RoadGeometry to print.

#include <include/maliput/utility/generate_string.h>

Public Attributes

bool include_type_labels {false}
 Whether to include a label indicating the type, e.g., "geometry", "junction", "segment", or "lane". More...
 
bool include_road_geometry_id {false}
 
bool include_junction_ids {false}
 
bool include_segment_ids {false}
 
bool include_lane_ids {false}
 
bool include_lane_details {false}
 Whether to include lane details like the length of the lane's s-curve and the geo positions at (s, r, h) coordinates (0, 0, 0) and (s_max, 0, 0). More...
 

Member Data Documentation

◆ include_junction_ids

bool include_junction_ids {false}

◆ include_lane_details

bool include_lane_details {false}

Whether to include lane details like the length of the lane's s-curve and the geo positions at (s, r, h) coordinates (0, 0, 0) and (s_max, 0, 0).

◆ include_lane_ids

bool include_lane_ids {false}

◆ include_road_geometry_id

bool include_road_geometry_id {false}

◆ include_segment_ids

bool include_segment_ids {false}

◆ include_type_labels

bool include_type_labels {false}

Whether to include a label indicating the type, e.g., "geometry", "junction", "segment", or "lane".


The documentation for this struct was generated from the following file: