C2A-AOBC-EXAMPLE
is an example of a project-specific repository ofC2A-AOBC
.- Users can refer this directory to make their flight software repository.
- NOTE: Please rewrite all words like
example, EXAMPLE, or Example
to suit your project in this document after you copy the directory. After that, please delete this description.
- NOTE: Please rewrite all words like
- For other detailed descriptions, please also see README of c2a-aobc.
- Directory tree
- c2a-aobc-example - src_aobc (git submodule) - src_aobc_example - project definition files.
git submodule
- This repository includes the c2a-aobc with the
git submodule
. And thec2a-aobc
also includes c2a-core as a submodule. Please use the following command to clone the repository recursively.$ git clone --recursive [email protected]:ut-issl/c2a-aobc-example.git
- This repository includes the c2a-aobc with the
- Please see the
README
of c2a-aobc
- Please see the
README
ofs2e-aobc-example
.
- In the
src_aobc_example/Settings/SatelliteParameters
directory, there are C source files to define the initial satellite parameters. - Please modify the parameters to suit your project.