Skip to content

Commit 37740a6

Browse files
ClemensLinnhoffpmai
authored andcommitted
Added radial_velocity to LidarDetection
Signed-off-by: ClemensLinnhoff <clemens.linnhoff@persival.de>
1 parent b2b979d commit 37740a6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

osi_featuredata.proto

Lines changed: 6 additions & 0 deletions
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)