Skip to content
Snippets Groups Projects

Resolve "Sensor_OSI/SensorFusionErrorless_OSI don't apply failure propability and lose SensorViews"

12 files
+ 170
34
Compare changes
  • Side-by-side
  • Inline
Files
12
@@ -80,8 +80,7 @@ void SensorAggregationImplementation::UpdateOutput(int localLinkId, std::shared_
@@ -80,8 +80,7 @@ void SensorAggregationImplementation::UpdateOutput(int localLinkId, std::shared_
// to any ADAS
// to any ADAS
try
try
{
{
data = std::make_shared<SensorDataSignal const>(
data = std::make_shared<SensorDataSignal const>(out_sensorData);
out_sensorData);
}
}
catch(const std::bad_alloc&)
catch(const std::bad_alloc&)
{
{
Loading