S2E-AOBC-EXAMPLEis 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
exampleto 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.txtto download the external libraries. - Please find how to download the
ExtLibrariesin the s2e-document.
- Users can use
- Make the
FlightSWdirectory 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-exampleusingCMaketogether with thec2a-aobc-example, and execute theSILS (Software In the Loop Simulation)test.
- In the
data/initialize_filesdirectory, there areinifiles to define the simulation settings and the project-specific parameters. - Please find the information of these parameters in the s2e-document.