SUCHAI icon indicating copy to clipboard operation
SUCHAI copied to clipboard

SUCHAI Cubesat flight software

Results 8 SUCHAI issues
Sort by recently updated
recently updated
newest added

The payloads state machine is designed to take a limited number of samples of each payloads. However, the execution counter is "initialized" (not properly initialized in the source code) after...

bug

https://github.com/spel-uchile/SUCHAI/blob/3d88d9bd2087b6a5a49a2679c8ac0b97544706cd/System/RepoCmd/cmdTRX.c#L656 Casting a int16 variable to char, causing a bug in the frame counter

Please review and refactor this file: - Follow global coding styles (functions separated by space, avoid lines with /***********************************************/ use an space instead, add documentation) - Restore pay_take_lagmuirProbe command -...

El repositorio de datos no funciona sin el repositorio de datos. Hay que poner una condición para cuando las EEPROM no estén abordo y usar un buffer en RAM.

enhancement

Las tareas no se inician cuando las EEPROM no están a bordo, debido a que hay una lectura de estado que causa un loop infinito antes de iniciar el funcionamiento...

bug

Check that fligh plan variables are stored succesfully (by telecomands) and can be readed after a reset

Este comando no revisa que efecitvamente el TRX siga vivo. Solo asume que lo hace. Esta asi ya que al ejecutar sta_get_stateVar(sta_TRX_isAlive); desde un Listener se genera un stack overflow...

bug