Skip to content

Commit 02f4c0a

Browse files
author
jonas
committed
add info print
1 parent 412580b commit 02f4c0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/modules/vision_target_estimator/Position/VTEPosition.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ bool VTEPosition::init()
140140

141141
if (_vte_aid_mask & SensorFusionMask::USE_EXT_VIS_POS) { PX4_INFO("VTE target external vision-based relative position data fusion enabled");}
142142

143+
if (_vte_aid_mask & SensorFusionMask::USE_UWB) { PX4_INFO("VTE target uwb relative position data fusion enabled");}
144+
143145
return true;
144146
}
145147

0 commit comments

Comments
 (0)