-
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.
- Loading branch information
1 parent
9a7a7ee
commit 40871f8
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule open-simulation-interface
updated
18 files
+6 −2 | .github/workflows/protobuf.yml | |
+1 −1 | doc/architecture/architecture_overview.adoc | |
+4 −9 | doc/architecture/formatting_script.adoc | |
+19 −5 | doc/architecture/trace_file_naming.adoc | |
+1 −1 | doc/open-simulation-interface_user_guide.adoc | |
+26 −12 | doc/setup/installing_linux_python.adoc | |
+2 −2 | doc/setup/installing_prerequisites.adoc | |
+30 −2 | doc/setup/installing_windows_python.adoc | |
+1 −1 | osi3trace/osi2read.py | |
+22 −2 | osi3trace/osi_trace.py | |
+8 −1 | osi_common.proto | |
+12 −0 | osi_detectedobject.proto | |
+0 −1 | osi_sensorview.proto | |
+6 −1 | osi_sensorviewconfiguration.proto | |
+4 −0 | osi_trafficcommand.proto | |
+1 −1 | requirements_tests.txt | |
+1 −1 | rules.yml | |
+529 −5 | tests/test_osi_trace.py |