Onboard Tracker
Onboard tracker peripheral for drones.
This peripheral can be obtained from a drone using:
drone.getPeripheral(OnboardTracker.class)
Content copied to clipboard
See also
Peripheral. Provider
Types
Link copied to clipboard
enum RequestStatus
Request status returned by the drone in response to a tracking request.
Link copied to clipboard
enum TrackingEngineState
Tracking engine state.
Link copied to clipboard
interface TrackingRequest
Request for target tracking.
Functions
Link copied to clipboard
Adds a new target to track.
Link copied to clipboard
Gets the latest request status returned by the drone in response to a tracking request.
Link copied to clipboard
Gets the targets currently managed by the drone.
Link copied to clipboard
Gets the tracking engine state.
Link copied to clipboard
Tells if tracking feature is available.
Link copied to clipboard
Removes all targets.
Link copied to clipboard
Removes specific target from tracking.
Link copied to clipboard
Replaces current targets by a new target.
Link copied to clipboard
Starts the tracking engine.
Link copied to clipboard
Stops the tracking engine.