Skip to content

FIU-SEDS/apollo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apollo

Instructions

in order to build/run the project here are the steps:

  1. create build/ dir using cmake
  2. copy compile_commands.json from build/ to root dir (ie. apollo/)
  3. run cmake --build apollo/build/ to create exectuable

in apollo/ root dir run the command

cmake -B apollo/build/

then move .json file fro build/ to apollo/ root:

ln -s apollo/build/compile_commands.json .

create the project executable:

cmake --build apollo/build/

run the application in prooject root:

./apollo/build/apollo

CURRENT UPDATE

March Update of GUI progress and logic March Update of GUI progress and logic

plan

GUI

┌─────────────────┬──────────────────────┐
│ State Machine   │ Sensor Controls      │
│ ┌─────────────┐ │ Altitude: [====│   ] │
│ │ Current:    │ │ Velocity: [══│     ] │
│ │ BOOST       │ │ Accel X:  [   │====] │
│ │             │ │ Accel Y:  [     │==] │
│ └─────────────┘ │ Accel Z:  [====│   ] │
│ Transitions:    │ GPS Lock: [X]        │
│ • BOOST→COAST   │ LoRa:     [X]        │
│   when vel<0    │ Battery:  [====│   ] │
│ • COAST→APOGEE  │                      │
│   when alt max  │ [Inject Fault ▼]     │
├─────────────────┴──────────────────────┤
│ State History Timeline                 │
│ ████BOOST██COAST████APOGEE███DESCENT   │
│ 0s────5s────10s────15s────20s          │
├────────────────────────────────────────┤
│ Real-time Plots                        │
│ [Altitude, Velocity, Acceleration]     │
└────────────────────────────────────────┘

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors