s2e-core icon indicating copy to clipboard operation
s2e-core copied to clipboard

Spacecraft Simulation Environment Core codes

Results 56 s2e-core issues
Sort by recently updated
recently updated
newest added

## Related issues N/A ## Description - Refactor `Logger` class with C++17 `std::filesystem` - Reduce `#ifdef` for platform support - Reduce file path parsing by own (It is very hard...

priority::medium
library
minor update

## Details Currently, `ExtLibraries` is very diffitcult to setup, understand, and maintain. - Directory naming conventions are out of sync with normal S2E directories - Duplicate responsibilities with `src/library/external` -...

tools
major update

## Details original context: https://github.com/ut-issl/s2e-core/pull/612#issuecomment-1945192382 related: #611 ## Closing conditions Provide the conditions that must be met for the issue to be closed. ## Supplementary information Provide any supplementary information.

tools
major update

## 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...

component
minor update

## 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...

priority::medium
gui
major update

## 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...

priority::medium
component
major update

## 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

priority::medium
major update

## Overview Add HILS Interface ## Details Commands may be separated or merged during HILS testing. Add the function to recognize headers, footers, etc., and determine frames. ## Conditions for...

simulation
minor update

## 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...

priority::medium
C2A
component
major update

## Details We need to implement a fault generator to emulate fault situations like a power reset, communication error, etc. ## Closing conditions A fault generator is implemented. ## Supplementary...

priority::medium
component
minor update