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.
2 parents cf17a7d + 11856c7 commit c4862a9Copy full SHA for c4862a9
osi_sensordata.proto
@@ -108,9 +108,10 @@ message SensorData
108
// Sensor view w.r.t. the sensor coordinate system
109
//
110
// This provides a copy of the \c SensorView data received by the sensor
111
- // for reference purposes.
+ // for reference purposes. For complex sensors or logic models this
112
+ // can be multiple copies.
113
- optional SensorView sensor_view = 6;
114
+ repeated SensorView sensor_view = 6;
115
116
// The timestamp of the last real-world measurement (e.g. GT input) that
117
// this set of sensor data takes into account. This in effect is the last
0 commit comments