Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/Propulsive-Landing/ferda int…
Browse files Browse the repository at this point in the history
…o dev
  • Loading branch information
UConnAIAA committed Sep 21, 2024
2 parents 7efe943 + da8e225 commit c89c6af
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@ Create features in branches created from dev branch. When feature is complete, m
5. Run the executable that gets created in the `build/` folder


## Building the source code
1. First clone the repository. `git clone https://github.com/Propulsive-Landing/ferda.git` (link may have changed)
2. Enter into the new folder `cd ferda`
3. Generate the build files using cmake
- For release use: `cmake -Bbuild -DCMAKE_BUILD_TYPE=Release .` (this uses the actual hardware sensors)
- For debug use: `cmake -Bbuild -DCMAKE_BUILD_TYPE=Debug .`
4. Enter the newly generated `build` folder: `cd build`
5. Build the source `make all`
6. Complete! You should now have an executable inside the `build` folder which you can run with `sudo ./Ferda`
7. Make sure to create a `logs` folder in the root of the project (without it, no logs will be saved!)



## Hardware Config

### Startup Script
Expand Down

0 comments on commit c89c6af

Please sign in to comment.