From 3c35b0083c2fb3db56ab86befdf4582e6774e0e4 Mon Sep 17 00:00:00 2001 From: dev Date: Fri, 2 Feb 2024 11:35:39 -0500 Subject: [PATCH] CDAR-756: Remove detection regex manipulation --- src/v2i-hub/CARMAStreetsPlugin/src/CARMAStreetsPlugin.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/v2i-hub/CARMAStreetsPlugin/src/CARMAStreetsPlugin.cpp b/src/v2i-hub/CARMAStreetsPlugin/src/CARMAStreetsPlugin.cpp index d0d4d27be..4296461c7 100755 --- a/src/v2i-hub/CARMAStreetsPlugin/src/CARMAStreetsPlugin.cpp +++ b/src/v2i-hub/CARMAStreetsPlugin/src/CARMAStreetsPlugin.cpp @@ -712,10 +712,10 @@ void CARMAStreetsPlugin::HandleSimulatedSensorDetectedMessage(simulation::Sensor // and from json. This temporary fix simply using regex to look for numeric, // null, and bool values and removes the quotations around them. PLOG(logDEBUG) << "Produce sensor detected message in JSON format: " << msg.to_string() <