Decoding Incoming Data Using Python
Posted: Sun Aug 09, 2020 8:45 pm
My goal is calculate 3D confidante of the lighthouse deck using python script. I do not have crazyflie drone and I would like to just use lighthouse deck and lighthouse v2 base stations ( I have 2 of them ). I know crazyflie does this function using IMU and Kalman filter but at this point I am just interested X , Y , and Z Cartesian system coordinates.
There are useful python scripts under the tool section which allows to process incoming data from lighthouse deck.
such as print_frame.py, decodev2_cf and , decodev2.py. I understand print_frame.py output where output of the sensors are
I have a idea about print frame it prints sensors azimuth and evaluation angles,
I am not sure about output decodev2 output and decodev2_cf my question is
What is the output of the decodev2 and deocedev2_cf.py
How can I find the cartesian coordinates of the lighthouse deck using decodev2 and deocedev2_cf.py python script
How important decodev2 and deocedev2_cf.py during the process of finding Cartesian coordinates
Any tips or help is really appreciated
There are useful python scripts under the tool section which allows to process incoming data from lighthouse deck.
such as print_frame.py, decodev2_cf and , decodev2.py. I understand print_frame.py output where output of the sensors are
I have a idea about print frame it prints sensors azimuth and evaluation angles,
I am not sure about output decodev2 output and decodev2_cf my question is
What is the output of the decodev2 and deocedev2_cf.py
How can I find the cartesian coordinates of the lighthouse deck using decodev2 and deocedev2_cf.py python script
How important decodev2 and deocedev2_cf.py during the process of finding Cartesian coordinates
Any tips or help is really appreciated