Recall & Review
beginner
What is a waypoint in drone mission programming?
A waypoint is a specific GPS coordinate that a drone must fly to during a mission. It acts like a stop or target point on the drone's path.
Click to reveal answer
beginner
Why do we use waypoint missions for drones?
Waypoint missions allow drones to fly automatically along a planned route by visiting multiple GPS points. This helps in tasks like mapping, inspection, or delivery without manual control.
Click to reveal answer
intermediate
What key information is needed to create a waypoint?
You need the GPS coordinates (latitude, longitude), altitude, and sometimes speed or action commands for the drone at that point.
Click to reveal answer
intermediate
How do you add a waypoint to a mission programmatically?
You create a waypoint object with coordinates and parameters, then add it to the mission's waypoint list or array before uploading the mission to the drone.
Click to reveal answer
advanced
What happens if a drone loses GPS signal during a waypoint mission?
The drone may hover, return to home, or land depending on its fail-safe settings. It cannot continue the mission accurately without GPS.
Click to reveal answer
What does a waypoint represent in a drone mission?
✗ Incorrect
A waypoint is a GPS coordinate that guides the drone's path.
Which parameter is NOT typically part of a waypoint?
✗ Incorrect
Drone's color is unrelated to waypoint data.
How do you programmatically add a waypoint to a mission?
✗ Incorrect
Adding a waypoint involves creating an object and adding it to the mission.
What is a common fail-safe action if GPS signal is lost during a mission?
✗ Incorrect
Drones usually hover or return home if GPS is lost.
Why is altitude important in waypoint missions?
✗ Incorrect
Altitude sets how high the drone flies at each waypoint.
Explain the steps to create a waypoint mission for a drone.
Think about planning the route and telling the drone where to go.
You got /5 concepts.
Describe what happens if a drone loses GPS during a waypoint mission and how to handle it.
Consider safety and mission reliability.
You got /4 concepts.