mirror of
https://gitlab.com/lander-team/lander-cpp.git
synced 2025-07-23 22:51:26 +00:00
add debugging
This commit is contained in:
13
README.md
13
README.md
@@ -1,25 +1,30 @@
|
||||
# LanderCpp
|
||||
|
||||
## System Requirements
|
||||
*Note: these are only necessary if you plan on messing around with the source code. If you just want to see the end result, you should be able to go into the build/release directory and run the executable with no problems*
|
||||
|
||||
_Note: these are only necessary if you plan on messing around with the source code. If you just want to see the end result, you should be able to go into the build/release directory and run the executable with no problems_
|
||||
|
||||
- Visual Studio Code / C++ Extension
|
||||
- mingw64 Compiler
|
||||
- gdb debugger
|
||||
|
||||
For help with setting up your environment on Windows, reference this site: https://code.visualstudio.com/docs/languages/cpp
|
||||
The json files are already configured, so if you need any assistance with installing things in the right places, I would reference tasks.json under the .vscode folder
|
||||
The best way to install is by following this guide for [Windows](https://code.visualstudio.com/docs/cpp/config-mingw) or for [Linux](https://code.visualstudio.com/docs/cpp/config-linux)
|
||||
|
||||
## Overview
|
||||
- Make sure to build from main.cpp
|
||||
|
||||
- main.cpp contains all of user defined initial conditions
|
||||
- sim.h contains all of the simulation calculations
|
||||
- As of right now, the executable just spits out a csv file...
|
||||
- Currently using simPlot.m to plot all of the data in the csv file. So I suggest having Matlab open while you're messing aound with this.
|
||||
|
||||
## Known Issues
|
||||
|
||||
- See issue tracker
|
||||
|
||||
## Results
|
||||
|
||||
These results are from the latest simulation automatically built with the code from the Master branch. To get code from the most recent commits go to [Pipelines](https://gitlab.com/lander-team/lander-cpp/-/pipelines) where you can download the artifacts from each commit.
|
||||
|
||||
Download the raw CSV: https://lander-team.gitlab.io/lander-cpp/simOut.csv
|
||||
|
||||
Download Linux Binaries: https://lander-team.gitlab.io/lander-cpp/sim.out
|
||||
|
Reference in New Issue
Block a user