File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,34 @@ message DetectedStationaryObject
118118 //
119119 optional ColorDescription color_description = 5 ;
120120
121+ // Additional data that is specific to radar sensors.
122+ //
123+ // \note Field needs not to be set if simulated sensor is not a radar
124+ // sensor.
125+ //
126+ optional RadarSpecificObjectData radar_specifics = 100 ;
127+
128+ // Additional data that is specific to lidar sensors.
129+ //
130+ // \note Field needs not to be set if simulated sensor is not a lidar
131+ // sensor.
132+ //
133+ optional LidarSpecificObjectData lidar_specifics = 101 ;
134+
135+ // Additional data that is specific to camera sensors.
136+ //
137+ // \note Field needs not to be set if simulated sensor is not a camera
138+ // sensor.
139+ //
140+ optional CameraSpecificObjectData camera_specifics = 102 ;
141+
142+ // Additional data that is specific to ultrasonic sensors.
143+ //
144+ // \note Field needs not to be set if simulated sensor is not an ultrasonic
145+ // sensor.
146+ //
147+ optional UltrasonicSpecificObjectData ultrasonic_specifics = 103 ;
148+
121149 //
122150 // \brief A candidate for a detected stationary object as estimated
123151 // by the sensor.
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ message UltrasonicSpecificObjectData
5656 //
5757 optional double maximum_measurement_distance_sensor = 1 ;
5858
59- // This value indicates the propability height for the classification in the
59+ // This value indicates the probability height for the classification in the
6060 // calculated object.
6161 //
6262 // Unit: %
You can’t perform that action at this time.
0 commit comments