Recall & Review
beginner
What is waypoint radius in drone programming?
Waypoint radius is the distance around a waypoint within which the drone considers it has reached the waypoint. It defines a small circle around the target point.
Click to reveal answer
beginner
Why is waypoint acceptance important for drone navigation?
Waypoint acceptance ensures the drone doesn't have to reach the exact coordinate but only needs to enter the acceptance radius. This helps smooth flight and avoids unnecessary corrections.
Click to reveal answer
intermediate
How does increasing the waypoint radius affect drone flight?
Increasing the waypoint radius makes the drone accept the waypoint from farther away, which can make the flight smoother but less precise.
Click to reveal answer
intermediate
What happens if the waypoint radius is set too small?
If the radius is too small, the drone may struggle to reach the exact point, causing it to hover or circle trying to get closer, wasting battery and time.
Click to reveal answer
beginner
How can you set waypoint radius in a drone mission script?
You set the waypoint radius by specifying a parameter in the mission command or configuration, often called
acceptance_radius or radius, defining meters around the waypoint.Click to reveal answer
What does the waypoint radius define?
✗ Incorrect
Waypoint radius defines the acceptance distance around the waypoint.
If the waypoint radius is too small, what is a likely effect?
✗ Incorrect
A small radius makes the drone try to reach the exact point, causing hovering or circling.
Increasing the waypoint radius will usually make the flight:
✗ Incorrect
A larger radius allows acceptance from farther away, smoothing flight but reducing precision.
What parameter name is commonly used to set waypoint radius?
✗ Incorrect
acceptance_radius is commonly used to define the waypoint radius.
Why might a drone not need to reach the exact waypoint coordinate?
✗ Incorrect
Waypoint acceptance radius allows the drone to consider the waypoint reached within a small area.
Explain in your own words what waypoint radius and acceptance mean in drone programming.
Think about how close the drone needs to get to a point to consider it reached.
You got /3 concepts.
Describe how changing the waypoint radius affects drone navigation and mission performance.
Consider what happens if the drone tries to reach exactly versus allowing some tolerance.
You got /3 concepts.