-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update referenced OSI to v3.3.0 release (#61)
Signed-off-by: Pierre R. Mai <pmai@pmsf.de>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule open-simulation-interface
updated
31 files
+10 −11 | .github/pull_request_template.md | |
+1 −0 | .gitignore | |
+8 −0 | .travis.yml | |
+6 −0 | CMakeLists.txt | |
+57 −50 | README.md | |
+77 −2 | doc/howtocontribute.rst | |
+203 −159 | doc/images/OSI_BaseMoving.svg | |
+1,108 −0 | doc/images/OSI_BaseMoving_Top.svg | |
+810 −0 | doc/images/OSI_LaneBoundaries_And_CenterLine.svg | |
+5,487 −0 | doc/images/OSI_RotationRate.svg | |
+8 −8 | doc/interfaceconventions.rst | |
+10 −1 | doc/osifiles.rst | |
+1 −0 | doc/releases.rst | |
+34 −0 | doc/releases/v03.03.rst | |
+24 −23 | format/OSITrace.py | |
+61 −0 | osi_common.proto | |
+12 −0 | osi_detectedobject.proto | |
+16 −0 | osi_groundtruth.proto | |
+148 −8 | osi_lane.proto | |
+231 −0 | osi_logicaldetectiondata.proto | |
+143 −6 | osi_object.proto | |
+17 −1 | osi_sensordata.proto | |
+81 −10 | osi_sensorviewconfiguration.proto | |
+660 −0 | osi_trafficcommand.proto | |
+7 −0 | osi_trafficlight.proto | |
+18 −4 | osi_trafficsign.proto | |
+49 −0 | osi_trafficupdate.proto | |
+3 −0 | setup.py | |
+2 −2 | tests/test_invalid_enum.py | |
+64 −0 | tests/test_osi_trace.py | |
+3 −4 | tests/test_rules.py |