Introduction
Imagine you want a drone to fly from where it is to a specific spot in the sky. You need a simple way to tell it exactly where to go. The goto() command solves this by giving clear instructions to the drone to move to a chosen location.
Imagine you are giving a friend directions to meet you at a certain bench in a park. You tell them the exact spot by describing landmarks or coordinates. Your friend then walks straight to that bench without wandering around.
┌───────────────┐
│ Current Drone │
│ Position │
└──────┬────────┘
│ goto() command with coordinates
↓
┌───────────────┐
│ Target Point │
│ (Lat, Long, │
│ Altitude) │
└───────────────┘