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 b18e04b commit c21dd53Copy full SHA for c21dd53
osi_object.proto
@@ -60,7 +60,7 @@ message StationaryObject
60
// The dominating color of the material of the structure.
61
//
62
optional Color color = 4;
63
-
+
64
// The IDs of the lanes that the object is assigned to.
65
66
// \note Might be multiple if the object streches over multiple lanes.
@@ -76,7 +76,6 @@ message StationaryObject
76
// \note OSI uses singular instead of plural for repeated field names.
77
78
repeated double assigned_lane_percentage = 6;
79
- }
80
81
// Definition of object types.
82
0 commit comments