Skip to content

Commit 4f86986

Browse files
Remove RaytracerView
Signed-off-by: Thomas Sedlmayer <tsedlmayer@pmsfit.de>
1 parent d88aaaa commit 4f86986

File tree

1 file changed

+0
-45
lines changed

1 file changed

+0
-45
lines changed

osi_sensorview.proto

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff 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-
}

0 commit comments

Comments
 (0)