Skip to content

Commit d0e991e

Browse files
author
Habedank Clemens
committed
minor changes
Signed-off-by: Habedank Clemens <qxs2704@europe.bmw.corp>
1 parent 2b918fb commit d0e991e

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

osi_groundtruthinitconfiguration.proto

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ message GroundTruthInitConfiguration
3030
//
3131
// Objects of type \c MovingObject and \c StationaryObject which do not
3232
// have changing attributes (e.g. changing position) during a simulation
33-
// are regarded static and should be sent only at initialization.
33+
// are regarded static and should be sent only at initialization.
34+
//
35+
// \note: While sending certain object at initialization and others
36+
// at runtime, it must be ensured that each object still has a unique id.
3437
//
3538
optional bool omit_static_objects = 3;
36-
}
39+
}

osi_sensorviewconfiguration.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,8 @@ message SensorViewConfiguration
190190
// Unit: s
191191
optional Timestamp simulation_start_time = 10;
192192

193-
// \attention: DEPRECATED (might be deprecated in v4.0)
193+
// TBD: I guess we would not introduce this field in favor of the
194+
// GroundTruthInitConfiguration.
194195
//
195196
// Omit Static Information
196197
//

0 commit comments

Comments
 (0)