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

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

priority::low
minor update

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

priority::low
environment

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

priority::low
disturbance
minor update

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

priority::low
library
minor update

## Overview Add -Wsign-conversion warning option ## Details Add -Wsign-conversion warning option and fix the warnings. Related issues: #87 ## Conditions for close - [ ] Add `-Wsign-conversion` warning option...

priority::low

## Overview Add a feature to control the modulation type of communication antenna. ## Details Add a feature to control the modulation type of communication antenna. ## Conditions for close...

good first issue
priority::low
component
minor update

## Overview Add library for CRC calculation. ## Details This library is useful for users who want to emulate the detailed telemetry/command communication with components. ## Conditions for close -...

priority::medium
library
minor update

## Overview Implement utility library for tlm/cmd management for component communication. ## Details NA ## Conditions for close - The library is implemented. - Test codes are implemented. ## Supplement...

priority::medium
component
library
minor update

## Overview Implement a coordination management system for variables ## Details Implement a coordination management system for variables. ## Conditions for close - implement the management system ## Supplement NA...

priority::medium
library
major update

## Overview Implement a unit management system for variables ## Details Implement a unit management system for variables with some library. ## Conditions for close - implement unit management library...

priority::medium
library
major update