I am currently performing tests with the Crazyflie's in two settings: once with and once without relying on UWB. So far I am simply mounting / unmounting the UWB deck to differentiate between the two cases. However, it would be more convenient to just disable the deck, even if it is still mounted. Is there a way to do so? (I am posting the question here and not in the Loco section as it might be the same for any deck)
I tried to change the parameter deck.bcDWM1000 in the cfclient, but I cannot change any of the variables within the "deck" group. (seems to be a read only parameter). Both the parameter loco.mode as well as the parameters kalman.robustTwr and kalman.robustTdoa just deal with which UWB to use, not whether to use it.
From my current understanding the UWB is included automatically in the estimator as soon as the deck driver is initialized. So blocking that initialization could be another way, but it does not sound very straightforward (e.g. I could change suppress it by hard-coding deck.bcDWM1000 == 0 in the driver initialization and then re-flash the drone).
I am looking forward to your input!

Best,
Dominik