This repository was archived by the owner on Jul 1, 2024. It is now read-only.
Commit d817bd0 1 parent 29e6f29 commit d817bd0 Copy full SHA for d817bd0
File tree 1 file changed +3
-3
lines changed
tmp/lanelet2_extension/lib
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -694,7 +694,7 @@ visualization_msgs::msg::MarkerArray visualization::detectionAreasAsMarkerArray(
694
694
marker.colors .push_back (c);
695
695
}
696
696
} // for triangles0
697
- } // for detection areas
697
+ } // for detection areas
698
698
marker_array.markers .push_back (marker);
699
699
700
700
// stop line visualization
@@ -761,7 +761,7 @@ visualization_msgs::msg::MarkerArray visualization::noParkingAreasAsMarkerArray(
761
761
marker.colors .push_back (c);
762
762
}
763
763
} // for triangles0
764
- } // for no_parking areas
764
+ } // for no_parking areas
765
765
marker_array.markers .push_back (marker);
766
766
} // for regulatory elements
767
767
return marker_array;
@@ -831,7 +831,7 @@ visualization_msgs::msg::MarkerArray visualization::noStoppingAreasAsMarkerArray
831
831
marker.colors .push_back (c);
832
832
}
833
833
} // for triangles0
834
- } // for no_stopping areas
834
+ } // for no_stopping areas
835
835
marker_array.markers .push_back (marker);
836
836
const auto & stop_line = no_reg_elem->stopLine ();
837
837
// stop line visualization
You can’t perform that action at this time.
0 commit comments