43      output << 
"WMBroadcaster::Config { " << std::endl
 
   44           << 
"ack_pub_times: " << 
c.ack_pub_times << std::endl
 
   45           << 
"max_lane_width: " << 
c.max_lane_width << std::endl
 
   46           << 
"tcr_bbox_expansion_meters: " << 
c.tcr_bbox_expansion_meters << std::endl
 
   47           << 
"traffic_control_request_period: " << 
c.traffic_control_request_period << std::endl
 
   48           << 
"intersection_coord_correction.size(): " << 
c.intersection_coord_correction.size() << std::endl
 
   49           << 
"intersection_ids_for_correction.size(): " << 
c.intersection_ids_for_correction.size() << std::endl
 
   50           << 
"vehicle_id: " << 
c.vehicle_id << std::endl
 
   51           << 
"participant: " << 
c.participant << std::endl
 
   52           << 
"config_limit: " << 
c.config_limit << std::endl
 
double tcr_bbox_expansion_meters
friend std::ostream & operator<<(std::ostream &output, const Config &c)
std::vector< double > intersection_coord_correction
std::vector< int64_t > intersection_ids_for_correction
double traffic_control_request_period