-
Notifications
You must be signed in to change notification settings - Fork 130
Fix improper CRLF line-endings in repository #189
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
Conversation
osi_sensorview.proto
Outdated
| package osi; | ||
|
|
||
| // | ||
| // \brief The sensor view as derived from \c GroundTruth and used as |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is derived
osi_sensorview.proto
Outdated
| // The virtual position pertains to the sensor as a whole, regardless | ||
| // of the actual position of individual physical detectors, and governs | ||
| // the sensor-relative coordinates in detected objects of the sensor | ||
| // as a whole. Individual features detected by individual physical |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2 spaces
osi_sensorview.proto
Outdated
| // | ||
| optional MountingPosition mounting_position_rmse = 5; | ||
|
|
||
| // Host Vehicle Data |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.
osi_sensorview.proto
Outdated
| // | ||
| optional HostVehicleData host_vehicle_data = 6; | ||
|
|
||
| // Ground truth w.r.t. global coordinate system |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.
osi_sensorview.proto
Outdated
| // | ||
| optional Identifier host_vehicle_id = 8; | ||
|
|
||
| // Radar-Specific SensorView(s) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.
osi_sensorview.proto
Outdated
| // Ray Tracing Data | ||
| // | ||
| // This field includes one entry for each ray, in left-to-right, | ||
| // top-to-bottom order (think scan lines in a TV). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
of
osi_sensorview.proto
Outdated
| // | ||
| optional LidarSensorViewConfiguration view_configuration = 1; | ||
|
|
||
| // Ray Tracing Data. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
caps
osi_sensorview.proto
Outdated
| // Ray Tracing Data. | ||
| // | ||
| // This field includes one entry for each ray, in left-to-right, | ||
| // top-to-bottom order (think scan lines in a TV). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
of
| { | ||
| // Relative signal level of the reflection. | ||
| // | ||
| // This takes the combined_antenna_diagram (losses in TX and RX) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the definition for a Lidar must be different here...
osi_sensorview.proto
Outdated
| // | ||
| optional CameraSensorViewConfiguration view_configuration = 1; | ||
|
|
||
| // Raw Image Data. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
caps
Also fixes minor merge-induced regressions in comments
Also fixes minor merge-induced regressions in comments