Skip to content

Making TRTHTH variables enable to be monitored

As discussed in ATR-22603 this MR will make TRTHTH variables

float fHT_road = vec.at(1);
float fHT_wedge = vec.at(3);
float trththits_road = vec.at(0);
float trththits_wedge = vec.at(2);

be enable to be monitored

Merge request reports