Skip to content

Commit

Permalink
Merge pull request #5 from ut-issl/feature/add-submodule
Browse files Browse the repository at this point in the history
Add submodule
  • Loading branch information
200km authored Sep 23, 2023
2 parents 58dd337 + bfb5151 commit 839d2d9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "src_aobc"]
path = src_aobc
url = https://github.com/ut-issl/c2a-aobc.git
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
## Overview

- `C2A-AOBC-EXAMPLE` is an example of a project-specific repository of `C2A-AOBC`.
- Users can copy this directory to make their simulation environment.
- 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.
- For other detailed descriptions, please also see README of [c2a-aobc](https://github.com/ut-issl/c2a-aobc).

## How to construct the repository

- Directory tree
```
- c2a-aobc-example (Examples directory)
- c2a-aobc-example
- src_aobc (git submodule)
- src_aobc_example
- project definition files.
Expand All @@ -24,7 +24,6 @@
## Build with vMicro for real AOBC (Attitude On Board Computer) development

- Please see the `README` of [c2a-aobc](./src_aobc/README.md)
- This link will be available after the repository construction of `c2a-aobc-example`.

## Build with S2E for SILS test

Expand Down
1 change: 1 addition & 0 deletions src_aobc
Submodule src_aobc added at 2f1301

0 comments on commit 839d2d9

Please sign in to comment.