Babysitter gnc-simulation

Skill for guidance, navigation, and control system simulation and analysis

install
source · Clone the upstream repo
git clone https://github.com/a5c-ai/babysitter
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/a5c-ai/babysitter "$T" && mkdir -p ~/.claude/skills && cp -r "$T/library/specializations/domains/science/aerospace-engineering/skills/gnc-simulation" ~/.claude/skills/a5c-ai-babysitter-gnc-simulation && rm -rf "$T"
manifest: library/specializations/domains/science/aerospace-engineering/skills/gnc-simulation/SKILL.md
source content

GNC Simulation Skill

Purpose

Provide guidance, navigation, and control system simulation and analysis capabilities including sensor modeling, filter design, and Monte Carlo analysis.

Capabilities

  • Navigation filter design (EKF, UKF)
  • Sensor error modeling (IMU, GPS, star tracker)
  • Guidance law implementation
  • Monte Carlo simulation execution
  • Covariance analysis
  • Hardware-in-the-loop support
  • Trajectory dispersion analysis
  • Performance verification

Usage Guidelines

  • Model sensor errors accurately based on specifications
  • Design navigation filters robust to expected error sources
  • Implement guidance algorithms for mission requirements
  • Run Monte Carlo simulations with realistic dispersions
  • Verify GNC performance across operational envelope
  • Document filter tuning and performance validation

Dependencies

  • MATLAB/Simulink
  • GNC simulation frameworks
  • HIL test systems

Process Integration

  • AE-011: Flight Control Law Development
  • AE-014: Mission Design and Analysis