enableControllerTracking

abstract fun enableControllerTracking()

Enables tracking of the controller (user device or remote-control) as the current target.

Calling this method enables forwarding of controller barometer and location information to the connected drone, so that it may track the user (or controller).

This method should be called prior to activating piloting interface that track the user movements, such as LookAtPilotingItf and FollowMePilotingItf

Tracking should be disabled once such piloting interface are not used anymore, to stop forwarding location and barometer information to the drone, as monitoring such information is actively consuming battery and network.

See also