34 UAV Energy-Aware Mission Planning
Battery Records, Reserve Gates, Route Choices, and Traceable Mission Scope
34.1 Start Simple
Start with a mission that moves, loses energy, and changes its radio path while it works. In UAV Energy-Aware Mission Planning, the practical question is what the aircraft must sense, relay, decide, and prove before the flight or network role is safe enough to trust.
34.2 Learning Objectives
By the end of this chapter, you will be able to:
- Build a UAV energy budget from measured pack, route, payload, dwell-time, climb, and return records.
- Separate usable mission energy from reserve energy and return-to-home energy.
- Explain why the farthest reachable point, not just the final waypoint, controls the return reserve.
- Choose energy-aware route adjustments without hiding safety, payload, or data-collection trade-offs.
- Create a traceable mission record that supports repeatable improvement across flights.
34.3 Protect Reserve Before Work
If you only need the operating rule, this layer is enough: plan the required mission, protect return reserve from the worst active point, then add optional work only when measured records leave enough margin.
Mobile summary: Protect return reserve first; optional work only stays in scope while measured energy, route, payload, weather, and fallback records still pass.
Measure
Use logs from the actual aircraft, battery condition, payload mode, weather window, route, climb, dwell, and communication behavior.
Gate
Separate mission energy, return energy, uncertainty, and reserve so optional work cannot spend the energy needed for fallback.
Learn
Use live and post-flight records to update route cost, dwell cost, retry cost, wind sensitivity, and future scope gates.
34.4 Roof Inspection Scope Record
For the roof-inspection example, the record should make the scope decision obvious to the next operator: what must be collected, what can be skipped, and which gate protects return.
34.6 Prerequisites
Revisit these chapters if the terms are unfamiliar:
- UAV Trajectory Control: bounded path adjustments and feedback loops.
- UAV Network Topologies: gateway exits, relay patterns, and physical link records.
- UAV Swarm Coordination: role handoff and task ownership.
- FANET Fundamentals: aerial ad hoc links and routing choices.
34.7 How This Chapter Fits
Trajectory control asks how the aircraft should move. Energy-aware mission planning asks whether the aircraft should keep accepting that motion plan. It sits between mission design and in-flight control: the planner sets the budget and reserve gates, while the controller checks those gates whenever route, link, weather, payload, or safety records change.
The overview depth layer shows the energy-aware planning loop that anchors mission scope, measured energy records, route estimate, reserve gates, execution with live checks, and post-flight updates.
34.8 Energy Budget Record
An energy plan should be written as a record, not as a single remaining-battery number. The record separates what the mission is allowed to spend from what must remain available for return, uncertainty, and fallback.
Let \(E_m\) be mission energy, \(E_t\) transit, \(E_d\) dwell, \(E_c\) climb, \(E_p\) payload, \(E_{ctrl}\) control overhead, \(E_{ret}\) return, \(E_u\) uncertainty, and \(E_{res}\) protected reserve.
\[E_m = E_t + E_d + E_c + E_p + E_{ctrl}\]
\[E_{req} = E_m + E_{ret} + E_u + E_{res}\]
The plan is acceptable only when the measured usable pack energy is greater than the required energy for the current mission scope. If the inequality is close, the correct action is not to hope that the battery lasts. Reduce the mission, change the route, split the flight, or hand off work.
34.8.1 Pack records
Record pack energy, state of charge, battery health, temperature condition, voltage sag under load, and the source of the estimate.
Weak records: assuming a rated flight time.
Strong records: recent flight logs from the same aircraft, payload, and operating profile.
34.8.2 Route records
Record planned distance, climb and descent segments, no-fly detours, expected wind exposure, and the farthest reachable point from base.
Weak records: endpoint distance only.
Strong records: route cost checked at each waypoint or mission segment.
34.8.3 Payload records
Record sensor, radio, compute, gimbal, lighting, and storage behavior. Payload draw may be smaller than propulsion, but dwell and retransmission time can make it mission-critical.
Weak records: one generic payload number.
Strong records: measured draw and time-on-task for the selected collection mode.
34.8.4 Fallback records
Record the recall rule, skipped-task rule, handoff target, loiter limit, and data-loss risk if the mission cannot continue.
Weak records: “return if battery is low.”
Strong records: a named gate that triggers a specific fallback action.
34.9 Reserve Gates
Reserve gates convert an energy estimate into a decision. They prevent the mission from spending return energy on optional work.
- Launch gate: the aircraft does not launch unless the route, reserve, return, and uncertainty budget all pass.
- Segment gate: each new segment must leave enough energy to return from the worst reachable point after the segment starts.
- Dwell gate: hovering, slow passes, repeated photos, and link retries have a time limit tied to the energy budget.
- Scope gate: low-priority tasks are skipped before the return gate is threatened.
- Return gate: the aircraft returns or hands off when the current reserve is no longer enough for safe continuation.
- Post-flight gate: the measured energy use updates the next planning record.
34.10 Route Planning Decisions
Energy-aware routing is not just shortest-path routing. A shorter route can still be worse when it forces repeated climbs, slow passes in poor wind, long hover periods, or weak-link retries.
34.10.1 Waypoint order
Visit nearby tasks together when this reduces route length and repeated climb. Do not blindly sort by task number or by final destination.
Check question: does this order keep return feasible from the farthest active point?
34.10.2 Dwell and collection mode
Choose hover, slow fly-by, fast fly-by, or deferred collection based on data need, link quality, and energy reserve.
Check question: what is the maximum dwell time before the task is skipped or handed off?
34.10.3 Altitude profile
Avoid unnecessary up-and-down profiles. Keep altitude changes tied to payload need, link geometry, terrain clearance, or safety constraints.
Check question: which climb is essential, and which is only a habit from a previous mission?
34.10.4 Split or handoff
Split the mission when one flight would spend too much reserve on distant or low-priority work. In a multi-UAV mission, hand off only when the receiving aircraft also has a valid reserve record.
Check question: does the handoff reduce risk, or just move hidden energy debt to another aircraft?
34.11 Worked Example: Inspection Mission Scope
Consider a roof-inspection mission with five waypoints, two photo dwell points, and one optional thermal sweep. The planning team has recent measured logs from the same airframe and payload. The numbers below are not universal platform values; they are the team’s measured planning inputs for this specific setup.
Measured usable energy The battery record shows usable pack energy after health and weather adjustment. The planner keeps a separate reserve instead of treating the whole pack as spendable.
Base route The base route includes outbound travel, waypoint-to-waypoint travel, return distance from the farthest reachable point, and a small route-uncertainty allowance.
Dwell tasks Two photo points require short stable dwell. The thermal sweep is useful but optional, so it is placed behind a scope gate.
Decision If the launch and segment gates pass, the aircraft flies the required photo route. If live energy drops faster than expected, the thermal sweep is skipped before return energy is threatened.
The important learning point is the decision structure. The team does not ask, “Can the UAV probably finish?” It asks:
- What energy records are measured rather than assumed?
- Which tasks are mandatory, optional, or handoff candidates?
- Which segment contains the worst return demand?
- Which gate will shorten the mission before return reserve is spent?
- What post-flight data will update the next plan?
34.12 UAV-WSN Data Collection
In UAV-assisted wireless sensor networks, the aircraft may act as a data mule, temporary gateway, or emergency collector. Energy planning must balance route efficiency with data urgency.
34.12.1 Buffer urgency
Sensors with full or time-critical buffers may need earlier collection. The route should record why urgency justifies extra travel.
34.12.2 Contact quality
A weak link can turn a brief pass into a long dwell. The plan should include a retry limit and a fallback, such as collecting a smaller summary or returning later.
34.12.3 Cluster collection
Dense deployments can reduce flight cost by collecting through a cluster head or temporary relay, but this shifts energy and reliability assumptions to the ground network.
34.12.4 Mission scope
When reserve tightens, the aircraft should drop low-priority nodes before risking the return gate. The skipped-node list becomes part of the mission record.
34.13 Common Pitfalls
Planning from rated flight time. Rated endurance is useful for screening platforms, but mission planning needs measured logs for the actual aircraft, payload, route, battery condition, and weather window.
Treating reserve as a percentage only. A percentage can be a policy, but the operational question is whether the aircraft can return from the worst active point while still preserving required margin.
Optimizing distance while ignoring dwell. Data collection, retries, inspection holds, and station-keeping can consume more budget than the extra distance saved by a clever route.
Letting optional work consume mandatory return energy. Optional sweeps, extra photos, and extended relay service should have explicit scope gates.
Failing to update the next plan. Post-flight logs should update route cost, dwell cost, wind sensitivity, battery health assumptions, and fallback timing.
34.14 Readiness Checklist
Before a mission is accepted, verify these items:
Measured records The budget is based on recent logs or controlled measurements, not only on a datasheet.
Worst return point The return requirement is checked from the farthest reachable point in the active mission, not only from the final waypoint.
Dwell limit Every hover, retry, slow pass, or station-keeping task has a maximum allowed time.
Scope order The plan clearly identifies which tasks are mandatory, optional, skipped first, or handed off.
Fallback action The return, loiter, handoff, or abort behavior is named and tied to a specific gate.
Post-flight update The team knows which log fields will update the next mission budget.
34.15 Concept Relationships
34.15.1 Energy budget and route scope
The energy budget limits which route segments, dwell tasks, and optional collections can be accepted.
34.15.2 Return reserve and safety state
Return reserve is a safety gate. It must survive optional work, link retries, and route detours.
34.15.3 Payload work and dwell time
Payload energy is not only watts. It is also the time spent holding position while the payload collects, transmits, or retries.
34.15.4 Post-flight logs and future planning
Energy planning improves when each flight leaves measured records about actual route cost, dwell cost, battery behavior, and fallback triggers.
34.16 Interactive Checks
34.17 Summary
Energy-aware mission planning is the discipline of deciding what a UAV is allowed to attempt with its current battery, route, payload, weather, and fallback records. The central habit is to separate mission energy, return energy, uncertainty, and reserve instead of collapsing them into one remaining-battery number. The safest plans protect return feasibility from every active point, place optional work behind scope gates, and use post-flight logs to improve the next plan.
34.18 See Also
- UAV Trajectory Control: dynamic path adjustment strategies and feedback loops.
- UAV Swarm Coordination: multi-UAV task ownership, role handoff, and formation behavior.
- UAV Missions and Collision Avoidance: mission pattern and detect-and-avoid decisions that must respect energy gates.
- Wireless Sensor Networks: ground sensor networks that UAVs can serve as mobile collectors or temporary gateways.
- Energy-Aware Design: general energy-constrained IoT design principles.
34.19 What’s Next
34.19.1 Mission patterns and avoidance
34.19.2 Multi-UAV trajectory coordination
34.19.3 Trajectory implementation labs
34.19.4 UAV production checks
34.20 Key Takeaway
UAV energy planning must reserve capacity for flight, sensing, communication, return-to-home, and contingencies. A route that consumes the safety margin is not operationally viable.
