Skip to content

Commit

Permalink
Fix Backward Numpy ABI Compatibility (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
immel-f authored Feb 12, 2024
1 parent 6b32cdf commit f35d66a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/conan_dockerfile/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ RUN sudo -E apt-get update \
ARG PY_VERSION=3.8
RUN pyenv install -s $PY_VERSION \
&& pyenv global $PY_VERSION
RUN pip install "conan==1.59.0" catkin_pkg numpy wheel auditwheel cmake
RUN pip install "conan==1.59.0" catkin_pkg oldest-supported-numpy wheel auditwheel cmake
# oldest-supported-numpy for ABI compatibility

# install patchelf
RUN wget https://github.com/NixOS/patchelf/releases/download/0.17.2/patchelf-0.17.2-x86_64.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ https://pypi.org/project/lanelet2/)

Convert Lanelet2 maps directly to instance labels for map perception and other map-based learning tasks! `lanelet2_ml_converter` provides local instance labels of various abstraction layers and representations accessible as numpy arrays from python. Check out the `lanelet2_ml_converter` module for more information and usage examples.

**Note:** As the module is not released officially yet, to try it out you need to either build Lanelet2 with the python bindings yourself or manually install the pip wheel files from the CI artefacts (download [here](https://github.com/immel-f/Lanelet2/actions/runs/7820288630/artifacts/1228128122)).
**Note:** As the module is not released officially yet, to try it out you need to either build Lanelet2 with the python bindings yourself or manually install the pip wheel files from the CI artefacts (download [here](https://github.com/immel-f/Lanelet2/actions/runs/7876754592/artifacts/1239381043) with a logged in GitHub account).

## Overview

Expand Down

1 comment on commit f35d66a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LCOV of commit [f35d66a] during Lanelet2 CI #170

Summary coverage rate:
  lines......: 89.9% (14336 of 15954 lines)
  functions..: 79.9% (6013 of 7529 functions)
  branches...: no data found
File coverage rate:
                                                                                                                                 |Lines       |Functions  |Branches    
  Filename                                                                                                                       |Rate     Num|Rate    Num|Rate     Num
  =====================================================================================================================================================================
  /home/developer/workspace/src/lanelet2/lanelet2_core/include/lanelet2_core/Attribute.h                                         |86.5%     37|90.5%    21|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/include/lanelet2_core/Exceptions.h                                        |11.1%      9|33.3%     3|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/include/lanelet2_core/LaneletMap.h                                        |82.8%     29|70.0%    70|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/include/lanelet2_core/geometry/BoundingBox.h                              | 100%      7| 100%    19|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/include/lanelet2_core/geometry/GeometryHelper.h                           |93.8%     16| 100%    36|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/include/lanelet2_core/geometry/LineString.h                               | 100%      1| 100%    10|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/include/lanelet2_core/geometry/Point.h                                    | 100%     15|58.9%   175|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/include/lanelet2_core/geometry/Polygon.h                                  | 100%     14| 100%    16|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/include/lanelet2_core/geometry/RegulatoryElement.h                        | 100%      4| 100%     3|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/include/lanelet2_core/geometry/impl/Area.h                                |94.5%     73|92.5%    40|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/include/lanelet2_core/geometry/impl/Lanelet.h                             |84.4%     90|83.3%    42|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/include/lanelet2_core/geometry/impl/LaneletMap.h                          | 100%     24|22.7%   176|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/include/lanelet2_core/geometry/impl/LineString.h                          |94.0%    386|96.7%   301|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/include/lanelet2_core/geometry/impl/Polygon.h                             |96.3%     27|72.0%    25|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/include/lanelet2_core/primitives/Area.h                                   |71.0%    100|88.0%    50|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/include/lanelet2_core/primitives/BasicRegulatoryElements.h                | 100%     13| 100%     6|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/include/lanelet2_core/primitives/BoundingBox.h                            | 100%     34| 100%    13|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/include/lanelet2_core/primitives/CompoundLineString.h                     |93.1%     58|86.0%   107|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/include/lanelet2_core/primitives/CompoundPolygon.h                        | 100%     12| 100%    11|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/include/lanelet2_core/primitives/Lanelet.h                                |90.7%     86|87.5%    72|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/include/lanelet2_core/primitives/LaneletOrArea.h                          |95.1%     41| 100%    29|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/include/lanelet2_core/primitives/LaneletSequence.h                        |70.6%     51|86.8%    38|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/include/lanelet2_core/primitives/LineString.h                             |87.6%    161|91.0%   188|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/include/lanelet2_core/primitives/LineStringOrPolygon.h                    |86.8%     38|73.0%    37|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/include/lanelet2_core/primitives/Point.h                                  |92.9%     56|95.0%    40|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/include/lanelet2_core/primitives/Polygon.h                                |64.4%     45|62.2%    37|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/include/lanelet2_core/primitives/Primitive.h                              |92.9%     56|84.0%   169|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/include/lanelet2_core/primitives/RegulatoryElement.h                      |77.4%     93|84.1%    63|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/include/lanelet2_core/primitives/Traits.h                                 | 100%     16|85.7%    77|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/include/lanelet2_core/utility/CompoundIterator.h                          |95.7%     70| 100%    14|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/include/lanelet2_core/utility/HybridMap.h                                 |96.2%    105|78.8%    80|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/include/lanelet2_core/utility/ReverseAndForwardIterator.h                 | 100%     19|94.9%    39|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/include/lanelet2_core/utility/TransformIterator.h                         | 100%     11|96.3%    82|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/include/lanelet2_core/utility/Units.h                                     | 100%      8| 100%     5|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/include/lanelet2_core/utility/Utilities.h                                 |99.0%    102|85.0%   553|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/src/Attribute.cpp                                                         |94.9%     78| 100%    27|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/src/BasicRegulatoryElements.cpp                                           |75.6%    275|67.0%    94|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/src/Lanelet.cpp                                                           |97.6%    170|96.8%    31|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/src/LaneletMap.cpp                                                        |79.9%    522|60.7%   501|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/src/LaneletSequence.cpp                                                   |89.5%     19|75.0%     8|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/src/LineStringGeometry.cpp                                                |88.7%    222|56.8%   329|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/src/PolygonTriangulationGeometry.cpp                                      |87.5%    208|95.3%    43|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/src/RegulatoryElement.cpp                                                 |59.6%     94|56.8%    37|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/src/RegulatoryElementGeometry.cpp                                         |82.6%     46|89.5%    19|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/test/lanelet_map_test_case.h                                              | 100%     40| 100%    36|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/test/test_area.cpp                                                        | 100%    188| 100%    51|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/test/test_attribute.cpp                                                   | 100%     80| 100%    22|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/test/test_lanelet.cpp                                                     | 100%    267| 100%    60|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/test/test_lanelet_map.cpp                                                 | 100%    204| 100%    95|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/test/test_lanelet_map_geometry.cpp                                        | 100%    113| 100%    57|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/test/test_lanelet_or_area.cpp                                             | 100%     33| 100%     9|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/test/test_lanelet_sequence.cpp                                            | 100%     54| 100%    17|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/test/test_linestring.cpp                                                  | 100%    461| 100%   338|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/test/test_point.cpp                                                       | 100%     81| 100%    18|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/test/test_polygon.cpp                                                     |99.4%    169| 100%   105|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_core/test/test_regulatory_element.cpp                                          | 100%    179| 100%    48|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_examples/include/lanelet2_examples/internal/ExampleHelpers.h                   | 100%     27| 100%     7|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_examples/src/01_dealing_with_lanelet_primitives/main.cpp                       | 100%    181| 100%     8|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_examples/src/02_regulatory_elements/main.cpp                                   | 100%     41| 100%     5|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_examples/src/03_lanelet_map/main.cpp                                           | 100%     71| 100%     6|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_examples/src/04_reading_and_writing/main.cpp                                   |97.1%     34| 100%     8|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_examples/src/05_traffic_rules/main.cpp                                         | 100%     44| 100%     2|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_examples/src/06_routing/main.cpp                                               | 100%     58| 100%     4|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_examples/src/07_matching/main.cpp                                              | 100%     88| 100%     9|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_io/include/lanelet2_io/Io.h                                                    | 100%      4|    -     0|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_io/include/lanelet2_io/Projection.h                                            | 100%     18|90.9%    11|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_io/include/lanelet2_io/io_handlers/BinHandler.h                                | 100%      4| 100%     4|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_io/include/lanelet2_io/io_handlers/Factory.h                                   | 100%     12| 100%    12|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_io/include/lanelet2_io/io_handlers/IoHandler.h                                 |85.7%      7|75.0%     4|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_io/include/lanelet2_io/io_handlers/OsmFile.h                                   |96.2%     26|92.9%    28|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_io/include/lanelet2_io/io_handlers/OsmHandler.h                                | 100%      4| 100%     4|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_io/include/lanelet2_io/io_handlers/Parser.h                                    | 0.0%      2| 0.0%     1|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_io/include/lanelet2_io/io_handlers/Serialize.h                                 |93.1%    277|95.3%    86|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_io/include/lanelet2_io/io_handlers/Writer.h                                    | 0.0%      4| 0.0%     1|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_io/src/BinHandler.cpp                                                          |90.0%     20| 100%     2|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_io/src/Factory.cpp                                                             |87.3%     79|92.3%    13|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_io/src/Io.cpp                                                                  |91.1%     45|86.7%    15|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_io/src/OsmFile.cpp                                                             |97.6%    205| 100%    25|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_io/src/OsmHandlerLoad.cpp                                                      |77.1%    258|83.3%    48|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_io/src/OsmHandlerWrite.cpp                                                     |73.7%    179|86.2%    29|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_io/test/TestBinHandler.cpp                                                     | 100%     70| 100%    26|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_io/test/TestLanelet2Io.cpp                                                     | 100%     15| 100%     4|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_io/test/TestOsmFile.cpp                                                        | 100%     93| 100%    12|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_io/test/TestOsmHandler.cpp                                                     | 100%     89| 100%    20|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_io/test/TestSetup.h                                                            |98.8%     86|93.9%    33|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_io/test/TestSimpleUsage.cpp                                                    | 100%      8| 100%     2|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_matching/include/lanelet2_matching/LaneletMatching.h                           | 100%     11| 100%    10|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_matching/include/lanelet2_matching/Utilities.h                                 | 100%      4| 100%     2|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_matching/src/LaneletMatching.cpp                                               | 100%     38| 100%    12|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_matching/src/Utilities.cpp                                                     | 100%     33| 100%     5|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_matching/test/lanelet2_matching.cpp                                            |96.9%    130| 100%    26|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_ml_converter/include/lanelet2_ml_converter/MapData.h                           |69.4%     36|65.5%    29|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_ml_converter/include/lanelet2_ml_converter/MapDataInterface.h                  |20.0%      5|33.3%     3|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_ml_converter/include/lanelet2_ml_converter/MapInstances.h                      |91.8%     61|85.1%    47|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_ml_converter/include/lanelet2_ml_converter/Serialize.h                         | 100%     61| 100%    32|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_ml_converter/include/lanelet2_ml_converter/Types.h                             | 100%      2| 100%     2|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_ml_converter/include/lanelet2_ml_converter/Utils.h                             |51.6%     31|66.7%     3|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_ml_converter/src/MapData.cpp                                                   |85.1%    295|85.2%    27|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_ml_converter/src/MapDataInterface.cpp                                          |54.3%     70|50.0%    14|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_ml_converter/src/MapInstances.cpp                                              |73.8%    172|75.0%    16|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_ml_converter/src/Utils.cpp                                                     |67.9%    156|80.0%    10|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_ml_converter/test/test_map.h                                                   | 100%    127| 100%     8|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_ml_converter/test/test_map_data.cpp                                            | 100%     32| 100%     2|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_ml_converter/test/test_map_data_interface.cpp                                  |96.6%     59| 100%     4|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_ml_converter/test/test_map_instances.cpp                                       | 100%     87| 100%     6|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_ml_converter/test/test_utils.cpp                                               | 100%     36| 100%     8|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_projection/include/lanelet2_projection/Geocentric.h                            | 100%      1| 100%     1|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_projection/include/lanelet2_projection/Mercator.h                              | 100%     24| 100%     5|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_projection/src/Geocentric.cpp                                                  | 100%     15| 100%     2|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_projection/src/LocalCartesian.cpp                                              | 100%     18| 100%     3|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_projection/src/UTM.cpp                                                         |93.3%     45| 100%     3|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_projection/test/test_Geocentric.cpp                                            | 100%     13| 100%     5|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_projection/test/test_LocalCartesian.cpp                                        | 100%     13| 100%     5|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_projection/test/test_Mercator.cpp                                              | 100%     16| 100%     4|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_projection/test/test_UTM.cpp                                                   | 100%     41| 100%    15|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_python/include/lanelet2_python/internal/converter.h                            |52.2%     90|30.9%   230|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_python/include/lanelet2_python/internal/eigen_converter.h                      |24.2%    120|41.2%    17|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_python/python_api/core.cpp                                                     |80.3%    902|36.8%   315|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_python/python_api/geometry.cpp                                                 |79.5%    331|57.9%   145|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_python/python_api/io.cpp                                                       |94.6%     56|91.7%    12|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_python/python_api/matching.cpp                                                 |96.4%     84| 100%    13|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_python/python_api/ml_converter.cpp                                             |83.1%    225|25.0%    16|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_python/python_api/projection.cpp                                               | 100%     14| 100%     2|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_python/python_api/routing.cpp                                                  |77.4%    190|20.0%    25|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_python/python_api/traffic_rules.cpp                                            |75.4%     65|25.8%    31|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_routing/include/lanelet2_routing/Forward.h                                     |81.4%     43| 100%     7|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_routing/include/lanelet2_routing/LaneletPath.h                                 |88.0%     25|90.0%    20|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_routing/include/lanelet2_routing/Route.h                                       | 100%      3| 100%     6|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_routing/include/lanelet2_routing/RoutingCost.h                                 |87.9%     33|86.7%    15|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_routing/include/lanelet2_routing/RoutingGraph.h                                | 100%      4|50.0%     4|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_routing/include/lanelet2_routing/RoutingGraphContainer.h                       |97.0%     33| 100%     7|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_routing/include/lanelet2_routing/Types.h                                       | 100%      2| 100%     1|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_routing/include/lanelet2_routing/internal/Graph.h                              |92.4%     79|95.5%    44|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_routing/include/lanelet2_routing/internal/GraphUtils.h                         | 100%    146| 100%    71|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_routing/include/lanelet2_routing/internal/RouteBuilder.h                       | 100%      1| 100%     1|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_routing/include/lanelet2_routing/internal/RoutingGraphVisualization.h          |96.0%     50|81.8%    11|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_routing/include/lanelet2_routing/internal/ShortestPath.h                       | 100%     35|89.0%    91|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_routing/src/LaneletPath.cpp                                                    |88.4%    215| 100%    28|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_routing/src/Route.cpp                                                          |77.7%    256|84.8%    46|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_routing/src/RouteBuilder.cpp                                                   |98.7%    227| 100%    51|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_routing/src/RoutingCost.cpp                                                    |88.2%     17| 100%     7|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_routing/src/RoutingGraph.cpp                                                   |83.7%    514|84.3%   153|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_routing/src/RoutingGraphBuilder.cpp                                            |98.3%    239| 100%    38|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_routing/test/test_lanelet_or_area_path.cpp                                     | 100%    151| 100%    26|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_routing/test/test_relations.cpp                                                | 100%    393| 100%    81|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_routing/test/test_route.cpp                                                    | 100%    254|91.2%   171|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_routing/test/test_routing.cpp                                                  | 100%    370| 100%   104|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_routing/test/test_routing_graph_container.cpp                                  | 100%     66| 100%    14|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_routing/test/test_routing_map.h                                                | 100%    417| 100%    16|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_routing/test/test_routing_visualization.cpp                                    |98.4%     64| 100%    20|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_traffic_rules/include/lanelet2_traffic_rules/GermanTrafficRules.h              |72.7%     11|77.8%     9|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_traffic_rules/include/lanelet2_traffic_rules/TrafficRules.h                    | 100%      2|66.7%     3|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_traffic_rules/include/lanelet2_traffic_rules/TrafficRulesFactory.h             | 100%      8| 100%     8|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_traffic_rules/src/GenericTrafficRules.cpp                                      |90.2%    193|95.0%    40|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_traffic_rules/src/GermanTrafficRules.cpp                                       |94.1%     17| 100%     3|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_traffic_rules/src/TrafficRulesFactory.cpp                                      |72.2%     18|50.0%     4|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_traffic_rules/test/lanelet2_traffic_rules.cpp                                  | 100%    408| 100%   145|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_validation/include/lanelet2_validation/BasicValidator.h                        | 100%      2|50.0%     4|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_validation/include/lanelet2_validation/Issue.h                                 |61.1%     36| 100%     5|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_validation/include/lanelet2_validation/Validation.h                            | 100%      1| 100%     1|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_validation/include/lanelet2_validation/ValidatorFactory.h                      | 100%      7| 100%    17|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_validation/include/lanelet2_validation/validators/mapping/BoolTags.h           | 100%      1| 100%     1|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_validation/include/lanelet2_validation/validators/mapping/CurvatureTooBig.h    | 100%      1| 100%     1|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_validation/include/lanelet2_validation/validators/mapping/DuplicatedPoints.h   | 100%      1| 100%     1|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_validation/include/lanelet2_validation/validators/mapping/MandatoryTags.h      | 100%      1| 100%     1|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_validation/include/lanelet2_validation/validators/mapping/PointsTooClose.h     | 100%      1| 100%     1|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_validation/include/lanelet2_validation/validators/mapping/UnknownTagValue.h    | 100%      1| 100%     1|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_validation/include/lanelet2_validation/validators/mapping/UnknownTags.h        | 100%      1| 100%     1|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_validation/include/lanelet2_validation/validators/routing/RoutingGraphIsValid.h| 100%      1| 100%     1|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_validation/src/Cli.cpp                                                         |76.4%     55| 100%     3|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_validation/src/Validation.cpp                                                  |91.3%     92|90.0%    20|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_validation/src/ValidatorFactory.cpp                                            |93.2%     44|88.9%    27|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_validation/src/validators/CheckTags.cpp                                        |92.7%    150| 100%    44|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_validation/src/validators/CurvatureTooBig.cpp                                  |85.7%     14| 100%     2|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_validation/src/validators/DuplicatedPoints.cpp                                 |75.0%     20|66.7%     3|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_validation/src/validators/PointsTooClose.cpp                                   | 100%     11| 100%     1|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_validation/src/validators/RoutingGraphIsValid.cpp                              | 100%      3|50.0%     2|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_validation/test/lanelet2_validation.cpp                                        | 100%     46| 100%    10|    -      0
  /home/developer/workspace/src/lanelet2/lanelet2_validation/tools/lanelet2_validate/main.cpp                                    | 0.0%      3| 0.0%     1|    -      0

Please sign in to comment.