You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,9 +43,9 @@ Specific errors should be handled as follows:
43
43
An additional SensorDataObject is added to the list of objects in SensorData.object
44
44
with SensorDataObject.model_internal_object.ground_truth_type set to kTypeGhost.
45
45
- False negative:
46
-
The object is marked as not seen by the sensor by setting the property
47
-
SensorDataObject.model_internal_object.is_seen to false. The implementation
48
-
of field-of-view calculation modules should respect this flag and never reset
46
+
The object is marked as not seen by the sensor by setting the property
47
+
SensorDataObject.model_internal_object.is_seen to false. The implementation
48
+
of field-of-view calculation modules should respect this flag and never reset
49
49
an object marked as not-seen to seen.
50
50
51
51
@@ -55,7 +55,7 @@ The version number is defined in InterfaceVersion::version_number in osi_common.
55
55
56
56
Major:
57
57
A change of the major version results in an incompatibility of code and recorded proto messages.
58
-
- An existing field with a number changes its meaning
58
+
- An existing field with a number changes its meaning
59
59
optional double field = 1; -> repeated double field = 1;
60
60
Changing the definition of units of a field
61
61
- Deleting a field and reusing the field number
@@ -88,11 +88,11 @@ Documentation
88
88
89
89
Detailed information about installation and usage of OSI can be found in the [Wiki](https://github.com/OpenSimulationInterface/open-simulation-interface/wiki)
90
90
91
-
In order to generate the doxygen documentation for OSI, please follow the following steps:
91
+
In order to generate the doxygen documentation for OSI, please follow the following steps:
92
92
1. Install [Doxygen](http://www.stack.nl/~dimitri/doxygen/download.html), set an environmental variable 'doxygen' with the path to the binary file and add it to the PATH variable: `PATH += %doxygen%`.
93
93
2. Download the [vg-1.5.0.zip](https://github.com/vgteam/vg/releases/tag/v1.5.0). Unpack and copy the content of folder /vg-1.5.0/contrib/proto2cpp to your desired `<path-to-proto2cpp.py>`
94
94
3. Install [graphviz-2.38](http://www.graphviz.org/Download_windows.php), set an environmental variable 'graphviz' with the path to the binary file and add it to the PATH variable: `PATH += %graphviz%`.
95
-
4. From the cmd navigate to the build directory and run:
95
+
4. From the cmd navigate to the build directory and run:
0 commit comments