Writing CAM awareness data to the output.csv #167
-
Hello There, Please advise me the best approach that I can follow to implement and record CAM data. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I don't think this is directly possible as the |
Beta Was this translation helpful? Give feedback.
I don't think this is directly possible as the
V2xMessageTransmission
only holds the abstractV2xMessage
class (not limited toCam
s).The easiest solutions I can think of is to either use the
VehicleUpdates
subscription, as it seems to hold all the data you're interested in,or write a small application, that receives and logs all
Cam
s manually.