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
After discussion in the sensors modelling group, we concluded that UNKNOWN should not be used here, and DEFAULT should be the first field.
Also: shorten the lines again, restore old documentation comments
see also discussion on the enum guidelines: OpenSimulationInterface/osi-documentation#68
Signed-off-by: RIFJo <jochmann@rt.rif-ev.de>
Copy file name to clipboardExpand all lines: osi_sensorview.proto
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -313,8 +313,10 @@ message CameraSensorView
313
313
314
314
// Raw image data.
315
315
//
316
-
// The raw image data in the memory layout specified by the camera sensor
317
-
// input configuration. The pixel order is specified in CameraSensorViewConfiguration.pixel_order with the default value PIXEL_ORDER_LEFT_RIGHT_TOP_BOTTOM.
316
+
// The raw image data in the memory layout specified by the camera
317
+
// sensor input configuration. The pixel order is specified in
318
+
// CameraSensorViewConfiguration.pixel_order with the
319
+
// default value PIXEL_ORDER_LEFT_RIGHT_TOP_BOTTOM.
0 commit comments