S2E-AOBC-EXAMPLE
is an example of a project-specific repository ofS2E-AOBC
.- Users can refer this repository to make their own simulation environment.
- NOTE: Please rewrite words like
example
to suit your project and remove unnecessary descriptions in this document after you copy the repository.
- NOTE: Please rewrite words like
- For other detailed descriptions, please also see README of s2e-aobc
git submodule
- External Libraries
- Users can use
s2e-aobc-example/s2e-aobc/s2e-core/ExtLibraries/CMakeLists.txt
to download the external libraries. - Please find how to download the
ExtLibraries
in the s2e-document.
- Users can use
- Make the
FlightSW
directory at the same directory withs2e-aobc-example
- Clone the project-specific
C2A-AOBC
(e.g. C2A-AOBC-EXAMPLE) repository intoFlightSW
- Directory Construction
- s2e-aobc-example - s2e-aobc - s2e-core - ExtLibraries - FlightSW - c2a-aobc-example
- You can build the
s2e-aobc-example
usingCMake
together with thec2a-aobc-example
, and execute theSILS (Software In the Loop Simulation)
test.
- In the
data/initialize_files
directory, there areini
files to define the simulation settings and the project-specific parameters. - Please find the information of these parameters in the s2e-document.