Skip to content

Commit 11856c7

Browse files
committed
Allow repeated SensorView copies in SensorData
This is relevant for e.g. sensor fusion models that merge multiple SensorData inputs into one SensorData output.
1 parent cf17a7d commit 11856c7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

osi_sensordata.proto

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,10 @@ message SensorData
108108
// Sensor view w.r.t. the sensor coordinate system
109109
//
110110
// This provides a copy of the \c SensorView data received by the sensor
111-
// for reference purposes.
111+
// for reference purposes. For complex sensors or logic models this
112+
// can be multiple copies.
112113
//
113-
optional SensorView sensor_view = 6;
114+
repeated SensorView sensor_view = 6;
114115

115116
// The timestamp of the last real-world measurement (e.g. GT input) that
116117
// this set of sensor data takes into account. This in effect is the last

0 commit comments

Comments
 (0)