File tree Expand file tree Collapse file tree 1 file changed +0
-45
lines changed Expand file tree Collapse file tree 1 file changed +0
-45
lines changed Original file line number Diff line number Diff line change @@ -163,10 +163,6 @@ message SensorView
163163 // Ultrasonic-specific SensorView(s).
164164 //
165165 repeated UltrasonicSensorView ultrasonic_sensor_view = 1004 ;
166-
167- // Raytracer-specific View(s).
168- //
169- repeated RaytracerView raytracer_view = 1005 ;
170166}
171167
172168//
@@ -351,44 +347,3 @@ message UltrasonicSensorView
351347 //
352348 optional UltrasonicSensorViewConfiguration view_configuration = 1 ;
353349}
354-
355- //
356- // \brief Definition of the raytracer view.
357- //
358- // Raytracer specific view data.
359- //
360- message RaytracerView
361- {
362- // Raytracer view configuration valid at the time the data was created.
363- //
364- optional RaytracerViewConfiguration view_configuration = 1 ;
365-
366- // Raw raytracer data.
367- //
368- // The raw raytracer data in the memory layout and order specified by the
369- // raytracer input configuration.
370- //
371- optional bytes raytracer_data = 2 ;
372-
373- // Device type defines the device where the data is located.
374- //
375- optional DeviceType device_type = 3 ;
376-
377- // Enum consits of different predefined device types.
378- //
379- enum DeviceType
380- {
381- // Type of device type is unknown (must not be used).
382- //
383- DEVICE_TYPE_UNKNOWN = 0 ;
384-
385- // The data is located on the GPU.
386- //
387- DEVICE_TYPE_GPU = 1 ;
388-
389- // The data is located on the CPU.
390- //
391- DEVICE_TYPE_CPU = 2 ;
392-
393- }
394- }
You can’t perform that action at this time.
0 commit comments