How can i access telemetry data of the drone without flying the drone like altitude etc…?
This topic was automatically closed after 30 days. New replies are no longer allowed.
Hi @abdullah7,
Many values can be accessed without flying, such as altitude_agl
which use the ToF sensor (TI OPT3101 time-of-flight). But, some values require a GPS location to be updated, like takeoff_altitude_amsl
.
Regards,
Axel