- Mar 14, 2025
-
-
Ettore Pane authored
-
- Mar 10, 2025
-
-
Niccolò Betto authored
-
- Mar 06, 2025
-
-
Niccolò Betto authored
-
- Mar 05, 2025
-
-
Niccolò Betto authored
Updated pressure transducers list for the Orion system: * OX Vessel * OX Filling * N2 Vessel 1 * N2 Vessel 2 * N2 Filling * OX Tank Top * OX Tank Bottom
-
- Feb 11, 2025
-
-
Niccolò Betto authored
-
Niccolò Betto authored
Boardcore has also been updated to include the updated BSP enabling up to 12 servos.
-
- Jan 25, 2025
-
-
Niccolò Betto authored
PT_1: 100 bar PT_2: 250 bar PT_3: 100 bar PT_4: 250 bar
-
Niccolò Betto authored
-
Niccolò Betto authored
Methods in the Sensors class have NOT been updated yet, which means their name is mismatching with the pressure they sample, but they sample correct data. The mavlink message contains the correct name of the pressure value. This will be fixed in the future.
-
Niccolò Betto authored
SER_1: N2O_FILLING_VALVE SER_2: N2O_RELEASE_VALVE SER_3: N2O_VENTING_VALVE SER_4: N2_FILLING_VALVE SER_5: N2_RELEASE_VALVE SER_6: N2_DETACH_SERVO SER_7: MAIN_VALVE SER_8: NITROGEN_VALVE
-
Niccolò Betto authored
-
Niccolò Betto authored
-
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
-