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
118
118
//
119
119
optional ColorDescription color_description = 5 ;
120
120
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
+
121
149
//
122
150
// \brief A candidate for a detected stationary object as estimated
123
151
// by the sensor.
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ message UltrasonicSpecificObjectData
56
56
//
57
57
optional double maximum_measurement_distance_sensor = 1 ;
58
58
59
- // This value indicates the propability height for the classification in the
59
+ // This value indicates the probability height for the classification in the
60
60
// calculated object.
61
61
//
62
62
// Unit: %
You can’t perform that action at this time.
0 commit comments