|
| 1 | +ifndef::include-only-once[] |
| 2 | +:root-path: ../../ |
| 3 | +include::{root-path}_config.adoc[] |
| 4 | +endif::[] |
| 5 | +ifdef::use-antora-rules[] |
| 6 | +:reftext: v3.7.0 - OSI "Hard-fighting Hunt" |
| 7 | += https://github.com/OpenSimulationInterface/open-simulation-interface/releases/tag/v3.7.0[{reftext}] |
| 8 | +endif::[] |
| 9 | +ifndef::use-antora-rules[] |
| 10 | += https://github.com/OpenSimulationInterface/open-simulation-interface/releases/tag/v3.7.0[v3.7.0 - OSI "Jolly Jones"] |
| 11 | +endif::[] |
| 12 | + |
| 13 | +Ambr(OSI)al Features! |
| 14 | + |
| 15 | +*Purpose* |
| 16 | + |
| 17 | +This minor release contains a number of incremental enhancements and improvements: |
| 18 | + |
| 19 | +- Sub-bounding boxes can be provided for ground truth objects to model e.g. concave non-rectangular objects in more realistic ways without resorting to full 3D models. |
| 20 | +- Logical lanes can contain effective speed limit information to avoid the need to process traffic signs for speed selection. |
| 21 | +- Routing information can be transmitted as part of HostVehicleData. |
| 22 | +- Orientation rates can be transmitted as part of pedestrian skeleton information. |
| 23 | +- A virtual detection area can be supplied in SensorData to visualize or indicate the currently active nominal detection area of a sensor. |
| 24 | +- The system time of a source of SensorData can be supplied in addition to the simulation measurement timestamp to aid timing simulation and measurement use cases. |
| 25 | +- An offset has been introduced that is to be added to the cartesian global ground truth coordinate system prior to mapping into a geodetic coordinate system with the proj.4 string. This harmonizes OSI with OpenDRIVE and allows the easier provision of false easting/northing in the coordinate transformation. |
| 26 | +- The set of car types has been reduced to better harmonize with other OpenX standards as part of overall harmonization efforts. |
| 27 | +
|
| 28 | +Beyond that, many clarifications, improvements in definitions and documentation, enhanced installation information and enhanced Python support, including provisioning of Python packages on PyPI are key improvements in this release. |
| 29 | + |
| 30 | +*https://github.com/OpenSimulationInterface/open-simulation-interface/milestone/21?closed=1[Content/Changes]* |
| 31 | + |
| 32 | +- Add beam ID to LidarDetection. |
| 33 | +- Update release.yml. |
| 34 | +- Add osi_trafficcommandupdate.proto to CMakeLists. |
| 35 | +- Make CMAKE_CXX_STANDARD overridable (fix #741). |
| 36 | +- Update build workflow for modular protobuf version support. |
| 37 | +- Workflow: Update Python and Actions + Black formatting Python files. |
| 38 | +- feat: New OSI message osi_route. |
| 39 | +- Add orientation rate to PedestrianAttributes::Bone. |
| 40 | +- Define mandatory field with checker rules. |
| 41 | +- Removal of the historical .txt trace file format and related scripts. |
| 42 | +- Fix typos in proto files. |
| 43 | +- Add new message for sub-bounding boxes. |
| 44 | +- Update github actions for release workflow. |
| 45 | +- Add check that all proto files are included in build. |
| 46 | +- feat: Add virtual detection area. |
| 47 | +- Modernize python build setup, protoc dependency. |
| 48 | +- Remove OSC todo comment from source_reference. |
| 49 | +- Fix documentation on FeatureData messages. |
| 50 | +- Feature/proj offset. |
| 51 | +- Add system time to sensor data. |
| 52 | +- Add pyspelling html filter. |
| 53 | +- Deprecate various car types in favor of new alias TYPE_CAR. |
| 54 | +- Fix streaming principle image reference. |
| 55 | +- Logical Traffic Rules and Speed Limit. |
0 commit comments