Satoshi Ikari
Satoshi Ikari
## 概要 実装上守れない命名規則がある場合の対処方針を決める ## 詳細 例えば、[こちら](https://gitlab.com/ut_issl/c2a/c2a_issl6u_aobc/-/merge_requests/191#note_889473926)(注ISSL内リンク)のケースのように、命名規則を守って実装できないことが発生した場合に、命名規則を破ってよいのかどう対処するかの方針を決める。 ## close条件 - 対処方針が決まり、ドキュメントに追記する
## 概要 命名規則がコンフリクトした際の優先度を決める ## 詳細 例えば、[こちら](https://gitlab.com/ut_issl/c2a/c2a_issl6u_aobc/-/merge_requests/191#note_885133051) (注意ISSL内部リンク)のケースなど、時折命名規則がコンフリクトすることがあるので、その時にどちらの規則を優先するかなど決めておくと良さそう。 ## close条件 コンフリクトした際の優先度を決めてドキュメントに追記する
## Overview Implement a flexible structure vibration model. ## Details For detailed attitude control analysis, flexible structures such as solar paddles should be modeled. ## Conditions for close When the...
## Details When the `prescaler` setting of components is smaller than 1, the value is automatically set to 1. We need to add a warning message in that case. ##...
## Details We don't want to manage the source codes in `ExtLibraries/inih`. We can use a similar management approach with other `ExtLibraries` files. We need to make a pre-setting procedure...
## Details For precise navigation testing, we need to add the following observations to GNSS receiver. - Pseudorange observation - Carrier phase observation - Receiver clock offset - Broadcast ephemeris...
## Details Current required Python version for the plot scripts is 3.8. The latest version of the several packages requires Python 3.9. ## Closing conditions Python version was updated to...
## Overview Refactor I2C communication interface ## Details Currently, I2C communication interface has many limitations. We need to improve the class for realistic behavior. - Register size is limited as...
## Overview Consider namespace separation rule ## Details Discussed at https://github.com/ut-issl/s2e-core/pull/321#discussion_r1104400947 ## Conditions for close NA ## Supplement NA ## Note NA
## Overview Delete OBC_C2A_hogehoge functions in OBC_C2A ## Details These functions are existed since C2A encoding was not UTF-8. Currently, C2A is changed as UTF-8, so these functions can be...