Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix/documentation-radial-velocity #378

Merged
merged 1 commit into from
Feb 19, 2020
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