We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 412580b commit 02f4c0aCopy full SHA for 02f4c0a
src/modules/vision_target_estimator/Position/VTEPosition.cpp
@@ -140,6 +140,8 @@ bool VTEPosition::init()
140
141
if (_vte_aid_mask & SensorFusionMask::USE_EXT_VIS_POS) { PX4_INFO("VTE target external vision-based relative position data fusion enabled");}
142
143
+ if (_vte_aid_mask & SensorFusionMask::USE_UWB) { PX4_INFO("VTE target uwb relative position data fusion enabled");}
144
+
145
return true;
146
}
147
0 commit comments