Skip to content
Merged
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
6 changes: 1 addition & 5 deletions osi_featuredata.proto
Original file line number Diff line number Diff line change
Expand Up @@ -291,14 +291,10 @@ message RadarDetection
//
optional Spherical3d position_rmse = 4;

// Absolute radial (in direction to the sensor) velocity of the detection.
// Radial velocity of the detection positive in direction to the sensor.
//
// Unit: m/s
//
// \rules
// is_greater_than_or_equal_to: 0
// \endrules
//
optional double radial_velocity = 5;

// Root mean squared error of the object measured radial velocity.
Expand Down