Satoshi Ikari
Satoshi Ikari
## Overview Consider data storing feature for measurement ## Details Currently, we need to carefully consider the measurement and update timing of every value in the simulation since the updated...
## Overview Establish a method to execute multi-C2A in the S2E. ## Details Currently, a single C2A can be built and executed in the S2E. Multiple C2As can be built...
## Overview Improve UI to set simulation settings ## Details UI with ini file should be improved. Discussion about the unit system in the setting - https://github.com/ut-issl/s2e-core/pull/79#discussion_r847256633 Should we use...
## Overview Fix ComPortInterface to support multi-platform. ## Details Fix ComPortInterface to support multi-platform. ## Conditions for close When xxx is complete. ## Supplement Write additional comments if you need....
## Overview Replace handmade Vector/Matrix libraries ## Details Remove the following libraries and replace them with general libraries like [Eigen](https://eigen.tuxfamily.org/index.php?title=Main_Page). - [Vector](https://github.com/ut-issl/s2e-core/blob/develop/src/Library/math/Vector.hpp) - [Matrix](https://github.com/ut-issl/s2e-core/blob/develop/src/Library/math/Matrix.hpp) ## Conditions for close - The...
## Overview Make the seed of random numbers available. ## Details Currently, the initializing parameter `Rand_Seed` in the `Base.ini` is not used in the source codes. We need to implement...
## Overview Delete UNUSED macro ## Details To remove the warnings, currently we use `UNUSED` macro. But it is better to fix. related discussions: https://github.com/ut-issl/s2e-core/pull/105 https://github.com/ut-issl/s2e-core/issues/87#issuecomment-1106092839 ## Conditions for close...
## Overview Decide which cspice kernel files used as default. ## Details We need to consider which generic kernel files should be used as default for CSPICE. We also need...
## Overview Improve surface force model to emulate solar panels. ## Details The current surface force model cannot emulate the self-shadowing effect. It is not suitable for spacecraft which has...
## Overview Add gRPC connection port. ## Details Use cases of the gRPC port are following: - Connect with exterior tools (e.g., visualization tool) - Connect with a ground station...