Skip to content

Commit c4862a9

Browse files
authored
Merge pull request #182 from OpenSimulationInterface/feature/repeatable-sensorview
Allow repeated SensorView copies in SensorData
2 parents cf17a7d + 11856c7 commit c4862a9

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)