Recall & Review
beginner
What is a geofence in drone programming?
A geofence is a virtual boundary set around a specific geographic area to control where a drone can fly. It helps keep the drone within safe or legal zones.
Click to reveal answer
beginner
Name two common shapes used to set geofence boundaries.
The two common shapes are circles (defined by a center point and radius) and polygons (defined by multiple points connected to form an area).
Click to reveal answer
intermediate
Why is it important to set altitude limits in geofence boundaries?
Altitude limits prevent drones from flying too high or too low, avoiding collisions with buildings, aircraft, or restricted airspace.
Click to reveal answer
intermediate
How does a drone typically respond when it reaches a geofence boundary?
The drone can stop, hover, return home, or alert the operator to prevent crossing the boundary.
Click to reveal answer
beginner
What data is needed to program a geofence boundary?
You need geographic coordinates (latitude and longitude) for the boundary points, altitude limits, and sometimes time or flight mode restrictions.
Click to reveal answer
What does a geofence boundary do for a drone?
✗ Incorrect
A geofence sets a virtual boundary to limit the drone's flying area.
Which shape is NOT commonly used for geofence boundaries?
✗ Incorrect
Squares are not typically used as a separate shape; polygons cover all multi-point shapes including triangles and squares.
What happens if a drone reaches the geofence limit?
✗ Incorrect
Drones usually stop, hover, or return home to avoid crossing the geofence.
Which data is essential to define a geofence?
✗ Incorrect
Geographic coordinates define the location of the geofence boundary.
Why set altitude limits in geofences?
✗ Incorrect
Altitude limits help prevent collisions with buildings, aircraft, or restricted airspace.
Explain how to set a geofence boundary for a drone flight.
Think about the area, height, and what the drone should do when it reaches the edge.
You got /4 concepts.
Why are geofence boundaries important for drone safety?
Consider risks of flying without limits.
You got /4 concepts.