QVIO Detecting Features on the Landing Gear
-
Hello,
I am using the Sentinel drone with the default tracking sensor used by the QVIO for indoor positioning.
I've recently changed the landing gear that comes with the standard S500 drone chassis, and unfortunately, the QVIO seems to be detecting features on the landing gear as they are visible in the Tracing sensor now.
How should I go about solving this issue?
-
Please see the following post that answers your question : https://forum.modalai.com/topic/2551/add-mask-file-to-qvio-algorithm .
Specifically, you would need to add the name of the static mask file here (ideally full path of the file) : https://gitlab.com/voxl-public/voxl-sdk/services/voxl-qvio-server/-/blob/master/server/main.cpp?ref_type=heads#L384 (
staticMaskFileName
which is initialized toNull
).See the other thread for explanation what the mask format should be.