I'm trying to get the crazyflie2 to use at least four basestations so that I can track its position in a bigger area compared to when using two basestations. I have gotten it to function as supposed to with two basestations, however I am stuck on how to proceed from here.
From what I've gathered on the forums, using more than two of them should be possible with some modification of some code, as said here: viewtopic.php?f=20&t=4835 . Also the system_overview.md -file says: The ```PULSE_PROCESSOR_N_BASE_STATIONS``` (in pulse_processor.h) determines the number of base stations that are handled by the system and can be increased by brave users.
I have located the #define PULSE_PROCESSOR_N_BASE_STATIONS -part of the code in pulse_processor.h and changed it from 2 to 4, but the cfclient still only displays two basestations. How should I proceed with this?
Thanks!
