Commits on Source (16)
-
-
-
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
-
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
Since the C++ standard was never set, some libraries such as libfmt were compiled as C++11, while others like eigen were compiled as C++17.
-
-
[VN300] Added methods for the hard/soft iron estimator algorithm and moved code inside VNCommonSerial.
-
-
-
Nicolò Caruso authored
Now PropagatorState is logged, the user-defined reference costructor and eigen vector3f were removed since logger needs trivially copiable structs
-
Nicolò Caruso authored
NED and quaternion getter and setter now documented
-
Nicolò Caruso authored
Added isInit variable to avoid step to run in case of non-initialized Follower. targetAngle now protected with an apposite mutex to avoid race condition between the step and get functions. Added pitch and yaw gain constexpr parameter Fix yaw AntennaAngles old documentation assumption of counter-clockwise positive.
-
Nicolò Caruso authored
Showing
- .clang-format 24 additions, 13 deletions.clang-format
- .gitlab-ci.yml 1 addition, 1 deletion.gitlab-ci.yml
- CMakeLists.txt 1 addition, 1 deletionCMakeLists.txt
- README.md 7 additions, 1 deletionREADME.md
- cmake/sbs.cmake 3 additions, 0 deletionscmake/sbs.cmake
- src/bsps/stm32f205rc_ciuti/config/miosix_settings.h 2 additions, 2 deletionssrc/bsps/stm32f205rc_ciuti/config/miosix_settings.h
- src/bsps/stm32f205rc_ciuti/core/stage_1_boot.cpp 5 additions, 5 deletionssrc/bsps/stm32f205rc_ciuti/core/stage_1_boot.cpp
- src/bsps/stm32f205rc_ciuti/interfaces-impl/bsp.cpp 15 additions, 16 deletionssrc/bsps/stm32f205rc_ciuti/interfaces-impl/bsp.cpp
- src/bsps/stm32f429zi_con_rig/config/miosix_settings.h 7 additions, 7 deletionssrc/bsps/stm32f429zi_con_rig/config/miosix_settings.h
- src/bsps/stm32f429zi_con_rig/core/stage_1_boot.cpp 5 additions, 5 deletionssrc/bsps/stm32f429zi_con_rig/core/stage_1_boot.cpp
- src/bsps/stm32f429zi_con_rig/interfaces-impl/bsp.cpp 3 additions, 3 deletionssrc/bsps/stm32f429zi_con_rig/interfaces-impl/bsp.cpp
- src/bsps/stm32f429zi_death_stack_v1/config/miosix_settings.h 7 additions, 7 deletionssrc/bsps/stm32f429zi_death_stack_v1/config/miosix_settings.h
- src/bsps/stm32f429zi_death_stack_v1/core/stage_1_boot.cpp 5 additions, 5 deletionssrc/bsps/stm32f429zi_death_stack_v1/core/stage_1_boot.cpp
- src/bsps/stm32f429zi_death_stack_v1/interfaces-impl/bsp.cpp 14 additions, 14 deletionssrc/bsps/stm32f429zi_death_stack_v1/interfaces-impl/bsp.cpp
- src/bsps/stm32f429zi_death_stack_v2/config/miosix_settings.h 7 additions, 7 deletionssrc/bsps/stm32f429zi_death_stack_v2/config/miosix_settings.h
- src/bsps/stm32f429zi_death_stack_v2/core/stage_1_boot.cpp 5 additions, 5 deletionssrc/bsps/stm32f429zi_death_stack_v2/core/stage_1_boot.cpp
- src/bsps/stm32f429zi_death_stack_v2/interfaces-impl/bsp.cpp 16 additions, 16 deletionssrc/bsps/stm32f429zi_death_stack_v2/interfaces-impl/bsp.cpp
- src/bsps/stm32f429zi_death_stack_v3/config/miosix_settings.h 7 additions, 7 deletionssrc/bsps/stm32f429zi_death_stack_v3/config/miosix_settings.h
- src/bsps/stm32f429zi_death_stack_v3/core/stage_1_boot.cpp 5 additions, 5 deletionssrc/bsps/stm32f429zi_death_stack_v3/core/stage_1_boot.cpp
- src/bsps/stm32f429zi_death_stack_v3/interfaces-impl/bsp.cpp 29 additions, 29 deletionssrc/bsps/stm32f429zi_death_stack_v3/interfaces-impl/bsp.cpp