We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1862556 commit e727913Copy full SHA for e727913
osi_object.proto
@@ -788,7 +788,7 @@ message MovingObject
788
789
// Vehicle is a (heavy) truck.
790
//
791
- // Definition: A rigid-body truck that cannot pull a semi-trailer.
+ // Definition: A rigid-body truck.
792
793
// This corresponds to "truck" in OpenScenario 1.x.
794
@@ -841,7 +841,7 @@ message MovingObject
841
842
// This corresponds to "bicycle" in OpenScenario 1.x.
843
844
- // This is one of the OSI types which map from "bus" in OpenScenario 2.x.
+ // This is one of the OSI types which map from "VRU_vehicle" in OpenScenario 2.x.
845
846
TYPE_BICYCLE = 11;
847
0 commit comments