Skip to content

Commit 35d3f6a

Browse files
authored
Merge pull request #729 from OpenSimulationInterface/307-add-velocity-to-lidardetection
Added radial_velocity to LidarDetection
2 parents b2b979d + 37740a6 commit 35d3f6a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

osi_featuredata.proto

+6
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,12 @@ message LidarDetection
454454
// [1] Rosenberger, P., Holder, M.F., Cianciaruso, N. et al. (2020). <em>Sequential lidar sensor system simulation: a modular approach for simulation-based safety validation of automated driving</em> Automot. Engine Technol. 5, Fig 7, Fig 8. Retrieved May 10, 2021, from https://doi.org/10.1007/s41104-020-00066-x
455455
//
456456
optional double echo_pulse_width = 11;
457+
458+
// Radial velocity of the detection positive in direction to the sensor.
459+
//
460+
// Unit: m/s
461+
//
462+
optional double radial_velocity = 12;
457463
}
458464

459465
//

0 commit comments

Comments
 (0)