File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -225,6 +225,10 @@ message RadarDetection
225225 // indicated by an identical ambiguity ID.
226226 //
227227 // \note Unambiguous measurements have the ambiguity ID 0.
228+ // \note Multiple seperate detections from e.g. a large object do not
229+ // on their own necessarily create any ambiguity, i.e. they do not
230+ // usually share an an ambiguity ID. They can however be ambiguous
231+ // with other detections.
228232 //
229233 optional Identifier ambiguity_id = 10 ;
230234
Original file line number Diff line number Diff line change @@ -410,8 +410,8 @@ message RadarSensorViewConfiguration
410410 // Unit: [rad]
411411 optional double vertical_angle = 2 ;
412412
413- // Combined response of emitter and receiver antenna at this
414- // point (positive dB is gain, negative dB is attenuation).
413+ // Response of antenna at this point (positive dB is gain,
414+ // negative dB is attenuation).
415415 //
416416 // Unit: [dB]
417417 optional double response = 3 ;
You can’t perform that action at this time.
0 commit comments