Guidance
The guidance subsystem determines the commanded trajectory required to intercept the target.
Overview
Guidance algorithms calculate the desired acceleration commands based on:
- Current missile state
- Target information
- Engagement geometry
Common guidance laws include:
- Proportional Navigation (PN)
- Augmented Proportional Navigation (APN)
- Pure Pursuit
- Command to Line of Sight (CLOS)
Proportional Navigation
Proportional Navigation (PN) is one of the most widely used guidance laws (Siouris, 2004). The lateral acceleration command is proportional to the line-of-sight (LOS) rate:
where:
- is the commanded lateral acceleration
- is the effective navigation constant (typically 3–5)
- is the closing velocity
- is the line-of-sight rate
The navigation constant in (1) determines the aggressiveness of the guidance law. Higher values result in more aggressive maneuvering but also higher acceleration demands.
Further content will be added here.