Skip to content

Finate State Model

sangyeop edited this page Apr 3, 2026 · 15 revisions

GCU

stateDiagram-v2
    direction LR
    [*] --> 초기화
    초기화 --> 대기
    대기 --> 초기화
    대기 --> 점검
    점검 --> 대기
    대기 --> 발사
    발사 --> 관성유도
    관성유도 --> 종말유도
    관성유도 --> 비상폭발
    종말유도 --> 비상폭발
    종말유도 --> [*]

Loading

SKR

stateDiagram-v2
    direction LR
    [*] --> 초기화
    초기화 --> 대기
    대기 --> 초기화
    대기 --> 점검
    점검 --> 대기
    대기 --> 탐색대기
    탐색대기 --> 탐색
    탐색 --> 추적
    추적 --> [*]
Loading

IMU

stateDiagram-v2
    direction LR
    [*] --> 초기화
    초기화 --> 대기
    대기 --> 초기화
    대기 --> 점검
    점검 --> 대기
    대기 --> 자세인식
    자세인식 --> [*]
Loading

ACT

stateDiagram-v2
    direction LR
    [*] --> 초기화
    초기화 --> 대기
    대기 --> 초기화
    대기 --> 점검
    점검 --> 대기
    대기 --> 제어
    제어 --> 고장
    고장 --> [*] 
    제어 --> [*]
Loading

Clone this wiki locally