Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions osi_featuredata.proto
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,10 @@ message RadarDetection
// indicated by an identical ambiguity ID.
//
// \note Unambiguous measurements have the ambiguity ID 0.
// \note Multiple seperate detections from e.g. a large object do not
// on their own necessarily create any ambiguity, i.e. they do not
// usually share an an ambiguity ID. They can however be ambiguous
// with other detections.
//
optional Identifier ambiguity_id = 10;

Expand Down
4 changes: 2 additions & 2 deletions osi_sensorviewconfiguration.proto
Original file line number Diff line number Diff line change
Expand Up @@ -410,8 +410,8 @@ message RadarSensorViewConfiguration
// Unit: [rad]
optional double vertical_angle = 2;

// Combined response of emitter and receiver antenna at this
// point (positive dB is gain, negative dB is attenuation).
// Response of antenna at this point (positive dB is gain,
// negative dB is attenuation).
//
// Unit: [dB]
optional double response = 3;
Expand Down