- Jan 25, 2025
-
-
Niccolò Betto authored
-
Niccolò Betto authored
-
Niccolò Betto authored
-
Niccolò Betto authored
-
Niccolò Betto authored
The `sbs.cmake` script was included too early, which caused `enable_language()` to be called before the call to `project()`, which is illegal by CMake specification.
-
-
Niccolò Betto authored
* Fix CMake CXX version to 14 * Make SensorFIFO thread safe (API change) * UBXGPSSpi: Removed 1ms thread sleep during sample * Various minor fixes to sensor drivers * Minor SBS fixes * New Console and Udp radio transceivers
-
- Dec 07, 2024
-
-
Niccolò Betto authored
-
Niccolò Betto authored
-
Niccolò Betto authored
Some deprecated options have been updated to the corresponding new ones. Some missing rules were added to fix inconsistencies in the code formatting: * Add new line ad EOF and trim additional ones * Trim empty lines at beginning of blocks * Allow brace-less single line if/else/for/while statements * Align pointer/reference to the type
-
-
- Dec 06, 2024
-
-
Fixed the makefiles of the logdecoders after the change of directory structure of the OBSW. In particolar the move of the scripts and the deletion of the boards directory.
-
Niccolò Betto authored
-
- Nov 26, 2024
-
-
Niccolò Betto authored
-
- Nov 24, 2024
-
-
Niccolò Betto authored
Lyra message definitions have been marked deprecated and will display a warning message during compilation.
-
Niccolò Betto authored
The Orion messages include updated RIG's GSE_TM and conRIG's CONRIG_STATE_TC
-
- Nov 15, 2024
-
-
Niccolò Betto authored
Formatting the trajectories file takes up 99% of the time spent by clang-format. Going forward, big files will be formatted manually once, and will need to have the `.cxx` extension to be excluded correctly.
-
Niccolò Betto authored
The `boards` and `entrypoints` directories have been consolidated under the `src` directory, removing unnecessary folder nesting which might be confusing for those new to the repo. The `scripts` folder has been brought out of the `src` directory as it doesn't contain sources that are compiled by the usual build system invocations.
-
Niccolò Betto authored
The hardware is not there anymore, no point in keeping it around. Also, Lyra tags can always be used to retrieve it, if needed in the future.
-
Niccolò Betto authored
-
- Nov 13, 2024
-
-
Niccolò Betto authored
-
- Oct 10, 2024
-
-
Niccolò Betto authored
- Oct 09, 2024
-
-
Davide Mor authored
-
Davide Mor authored
-
Emilio Corigliano authored
-
- Oct 05, 2024
-
-
Emilio Corigliano authored
With this, no feedback mode should work also in the pessimistic case where the antenna should point to south and then should continue moving in the same direction till it points north again
-
[Main][Payload] Added new event so that SET_CALIBRATION_TC doesn't trigger recalibration of all computers
-
Emilio Corigliano authored
-
Emilio Corigliano authored
-
Emilio Corigliano authored
-
Emilio Corigliano authored
simulationPeriod was used in ms while ts and tsSensorData was used in ns (i'm retarded lol)
-
Emilio Corigliano authored
APOGEE_TIMEOUT changed to 35 seconds ENGINE_SHUTDOWN_TIMEOUT changed to 6 seconds MEA::SHADOW_MODE_TIMEOUT changed to 3 seconds
-
Emilio Corigliano authored
-
Emilio Corigliano authored
-
Emilio Corigliano authored
-
Davide Mor authored
-
- Oct 04, 2024
-
-
Davide Mor authored
-
Davide Mor authored
-
- Oct 02, 2024
-
-
Reboot MAV_COMMAND was only used by the state_init and not in the other cases. Now moved to Hub.cpp instead of on SMA.cpp
-