Skip to content

Commit

Permalink
Update referenced OSI version to 3.5.0 for 1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pmai committed Jul 29, 2022
1 parent 49cf697 commit 1e35638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/open-simulation-interface
Submodule open-simulation-interface updated 45 files
+11 −11 .github/workflows/protobuf.yml
+2 −0 .gitignore
+84 −64 CMakeLists.txt
+5 −5 README.md
+1 −1 VERSION
+5 −2 doc/architecture/architecture_overview.adoc
+1 −1 doc/architecture/reference_points_coordinate_systems.adoc
+ doc/images/OSI_LogicalLane1.png
+ doc/images/OSI_LogicalLane2.png
+256 −0 doc/images/OSI_ReferenceLine1.svg
+16 −0 doc/images/OSI_TYPE_DELIVERY_VAN.svg
+16 −0 doc/images/OSI_TYPE_HEAVY_TRUCK.svg
+16 −0 doc/images/OSI_TYPE_SEMITRACTOR.svg
+16 −0 doc/images/OSI_TYPE_SEMITRAILER.svg
+16 −0 doc/images/OSI_TYPE_TRAILER.svg
+69 −1 doc/usecases/transforming_coordinate_systems.adoc
+7 −2 doxygen_config.cmake.in
+8 −9 open_simulation_interface-config.cmake.in
+66 −0 osi_common.proto
+0 −4 osi_datarecording.proto
+0 −4 osi_detectedlane.proto
+0 −8 osi_detectedobject.proto
+0 −2 osi_detectedoccupant.proto
+0 −2 osi_detectedroadmarking.proto
+0 −2 osi_detectedtrafficlight.proto
+0 −2 osi_detectedtrafficsign.proto
+178 −13 osi_environment.proto
+0 −20 osi_featuredata.proto
+14 −16 osi_groundtruth.proto
+301 −7 osi_hostvehicledata.proto
+26 −0 osi_lane.proto
+0 −2 osi_logicaldetectiondata.proto
+821 −0 osi_logicallane.proto
+141 −22 osi_object.proto
+207 −0 osi_referenceline.proto
+6 −0 osi_roadmarking.proto
+0 −16 osi_sensordata.proto
+0 −14 osi_sensorview.proto
+0 −14 osi_sensorviewconfiguration.proto
+2 −0 osi_trafficcommand.proto
+83 −0 osi_trafficcommandupdate.proto
+6 −0 osi_trafficlight.proto
+14 −2 osi_trafficsign.proto
+16 −0 osi_trafficupdate.proto
+17 −14 setup.py

0 comments on commit 1e35638

Please sign in to comment.