File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ message RadarSensorView
135135{
136136 // Radar View Configuration valid at the time the data was created
137137 //
138- optional RadarSensorViewConfiguration radar_sensor_view_configuration = 1 ;
138+ optional RadarSensorViewConfiguration view_configuration = 1 ;
139139
140140 // Ray Tracing Data
141141 //
@@ -200,7 +200,7 @@ message LidarSensorView
200200{
201201 // Lidar View Configuration valid at the time the data was created
202202 //
203- optional LidarSensorViewConfiguration lidar_sensor_view_configuration = 1 ;
203+ optional LidarSensorViewConfiguration view_configuration = 1 ;
204204
205205 // Ray Tracing Data
206206 //
@@ -250,7 +250,7 @@ message CameraSensorView
250250
251251 // Camera View Configuration valid at the time the data was created
252252 //
253- optional CameraSensorViewConfiguration camera_sensor_view_configuration = 1 ;
253+ optional CameraSensorViewConfiguration view_configuration = 1 ;
254254
255255 // Raw Image Data
256256 //
@@ -269,6 +269,6 @@ message UltrasonicSensorView
269269
270270 // Ultrasonic View Configuration valid at the time the data was created
271271 //
272- optional UltrasonicSensorViewConfiguration ultrasonic_sensor_view_configuration = 1 ;
272+ optional UltrasonicSensorViewConfiguration view_configuration = 1 ;
273273
274274}
Original file line number Diff line number Diff line change @@ -320,7 +320,7 @@ message RadarSensorViewConfiguration
320320}
321321
322322//
323- // \brief The configuration settings for the Lidar Sensor Input to be provided
323+ // \brief The configuration settings for the Lidar Sensor View to be provided
324324// by the environment simulation.
325325//
326326message LidarSensorViewConfiguration
@@ -415,7 +415,7 @@ message LidarSensorViewConfiguration
415415}
416416
417417//
418- // \brief The configuration settings for the Camera Sensor Input to be provided
418+ // \brief The configuration settings for the Camera Sensor View to be provided
419419// by the environment simulation.
420420//
421421message CameraSensorViewConfiguration
@@ -566,7 +566,7 @@ message CameraSensorViewConfiguration
566566}
567567
568568//
569- // \brief The configuration settings for the Ultrasonic Sensor Input to be
569+ // \brief The configuration settings for the Ultrasonic Sensor View to be
570570// provided by the environment simulation.
571571//
572572message UltrasonicSensorViewConfiguration
You can’t perform that action at this time.
0 commit comments