I am trying to code a C++ program that will move the drone (DJI Matrice 100) from point A to Point B without using GPS coordinates because I'm testing it inside where GPS signal is non-existent.
I use a DJI Matrice 100 drone equipped with a Guidance and a Manifold.
I analysed the DJI_SDK_DEMO but it's all using GPS coordinates.
Thanks!