SDK-compliant module type
Maneuver Planners
Maneuver planner modules convert objectives, waypoints, timing constraints, and propagator settings into executable trajectory segments and delta-v events.
What it can do
Build RPO plans in RIC, solve transfer arcs, insert burns into propagated timelines, and hand OrbPro2 a continuous before, during, and after trajectory for visualization and analysis.
Reference modules
space-data-network-modules/analysis/maneuverspace-data-network-modules/analysis/fastest-path
Contract shape
Inputs include target and chaser states, waypoint definitions, timing windows, maneuver constraints, selected propagator, and frame policy. Outputs include burn events, segment metadata, propagated states, and convergence diagnostics.
Authoring checklist
- Keep waypoint frames explicit, especially RIC, ECI, and body-relative frames.
- Return maneuver events separately from propagated position samples.
- Validate closed-form cases before adding numerical optimizers.
- Test browser and WasmEdge execution with the same SDK-compliant Wasm artifact.