Skip to content

Commit c372616

Browse files
authored
Merge pull request #259 from OpenSimulationInterface/documentation/v3.0.1-radar-issues
Enhance documentation as per issue #250
2 parents f4b0340 + f98e12f commit c372616

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

osi_featuredata.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

osi_sensorviewconfiguration.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)