235 Commits

Author SHA1 Message Date
dario
54f0aa45d2 README.md aktualisiert 2025-06-08 13:57:08 +00:00
dario
7d103cd821 README.md aktualisiert 2025-06-08 13:56:00 +00:00
dario
31dc2f83db Merge branch 'feat/global-events' of ssh://git.intern.spaceteamaachen.de:22222/ALPAKA/TACOS into feat/global-events 2025-06-08 15:29:43 +02:00
dario
2e1079a2db Updated docstrings 2025-06-08 15:29:19 +02:00
dario
939bbc6883 Working global events implementation 2025-06-08 15:29:19 +02:00
dario
92525d790e First (unsuccessful) tests, system events not working correctly 2025-06-08 15:29:19 +02:00
dario
3c648b5e2f Fixed a few problem due to the events rework 2025-06-08 15:29:19 +02:00
dario
39c88c8129 More compact tick events implementation 2025-06-08 15:29:19 +02:00
dario
eff30234c5 Prototype for tick events 2025-06-08 15:29:19 +02:00
dario
e278b47a09 Updated docstrings 2025-06-08 15:29:09 +02:00
dario
4faeb1e6b0 Working global events implementation 2025-06-08 15:19:18 +02:00
carlwachter
af3c12a6da Merge pull request 'Add files to CMakeLists' (#49) from cmake into main
Reviewed-on: https://git.intern.spaceteamaachen.de/ALPAKA/TACOS/pulls/49
Reviewed-by: dario <dario@noreply.git.intern.spaceteamaachen.de>
2025-06-02 09:47:03 +00:00
dario
1669b0c590 First (unsuccessful) tests, system events not working correctly 2025-03-25 20:24:19 +01:00
CarlWachter
60ac80c7cf cmake: Added sources and includes 2025-03-25 15:10:31 +01:00
dario
6526139de7 Fixed a few problem due to the events rework 2025-03-24 20:22:09 +01:00
dario
93c70de8d7 More compact tick events implementation 2025-03-24 19:58:41 +01:00
dario
1479e75365 Prototype for tick events 2025-02-16 00:02:20 +01:00
lars.wilko.sentse
0340543d0b Merge pull request 'feat/documentation' (#46) from feat/documentation into main
Reviewed-on: https://git.intern.spaceteamaachen.de/ALPAKA/TACOS/pulls/46
Reviewed-by: lars.wilko.sentse <lars.wilko.sentse@noreply.git.intern.spaceteamaachen.de>
2025-01-18 21:10:45 +00:00
dario
119dd24dab Merge branch 'update/readme' into feat/documentation 2025-01-17 17:29:15 +01:00
dario
91179bd684 README.md aktualisiert 2024-12-12 19:49:37 +00:00
dario
cda1e75f2b README.md aktualisiert 2024-12-07 14:12:22 +00:00
dario
4625d72632 README.md aktualisiert 2024-12-07 14:10:42 +00:00
dario
1f9af8ebc0 README.md aktualisiert 2024-12-07 13:53:57 +00:00
dario
0dacc4e232 Fixed important typo 2024-12-01 15:25:07 +01:00
dario
36c160e8e3 Updated statemachine documentation to reference existing documentation 2024-12-01 15:11:42 +01:00
dario
e89b21ddcc Documentation for the statemachine. 2024-12-01 15:02:15 +01:00
dario
9ff5e34a27 Updated Readme.md 2024-12-01 13:40:04 +01:00
dario
58721422b6 Merge branch 'feat/documentation' of ssh://git.intern.spaceteamaachen.de:22222/ALPAKA/TACOS into feat/documentation 2024-12-01 13:18:12 +01:00
dario
0304bb2a4a Updated some config.hpp explanation 2024-12-01 12:16:56 +00:00
dario
aa21c44270 Merge pull request 'ReadMe changes' (#44) from fix/readme into main
Reviewed-on: https://git.intern.spaceteamaachen.de/ALPAKA/TACOS/pulls/44
Reviewed-by: carlwachter <carlwachter@noreply.git.intern.spaceteamaachen.de>
2024-12-01 11:08:14 +00:00
dario
6087a03c7e Added a note for faster include path setting 2024-12-01 12:05:59 +01:00
dario
c652d23032 Added startup() as entry point and added warning for thread priorities 2024-12-01 11:54:36 +01:00
dario
40bac05d71 Resolved merge conflict with main 2024-12-01 11:43:40 +01:00
dario
235dd0a6d7 Merge pull request 'Merge manager task into statemachine task' (#41) from refactor/statemachine into main
Reviewed-on: https://git.intern.spaceteamaachen.de/ALPAKA/TACOS/pulls/41
Reviewed-by: dario <dario@noreply.git.intern.spaceteamaachen.de>
2024-11-30 17:08:54 +00:00
dario
5c050fc06e Updated default config and removed onManagerInit, onStateMachineInit 2024-11-20 19:34:51 +01:00
dario
f75f23d4e9 Moved system events to TACOS and re-introduced onManagerInit() and onStatemachineInit() for backwards compatibility 2024-11-20 18:49:11 +01:00
CarlWachter
f6952ccd32 doc: Added READMEs for TACOS usage 2024-11-20 18:49:11 +01:00
CarlWachter
80ae4502b6 fix(statemachine): perform manager roles and call callback when transition is forced 2024-11-20 18:49:11 +01:00
CarlWachter
ca3f303293 cleanup: separate functions for requesting and forcing state transitions, fix publishing behavior 2024-11-20 18:49:11 +01:00
CarlWachter
9f4d99191d feat: user definable callback on state transition 2024-11-20 18:49:11 +01:00
CarlWachter
7152baca2a refactor: merged manger task into statemachine task 2024-11-20 18:49:11 +01:00
dario
b39a2a9027 Merge pull request 'Moved startup code from rtos2-utils to TACOS' (#40) from refactor/startup into main
Reviewed-on: https://git.intern.spaceteamaachen.de/ALPAKA/TACOS/pulls/40
Reviewed-by: dario <dario@noreply.git.intern.spaceteamaachen.de>
2024-11-09 08:02:35 +00:00
CarlWachter
344ef03f4a doc: Amended documentation for startTACOS 2024-11-09 07:30:12 +00:00
CarlWachter
4ac600d2b7 refactor: moved startup from rtos2-utils to TACOS 2024-11-09 07:30:12 +00:00
CarlWachter
fa3f420fa6 gitignore: ds_store 2024-11-09 07:30:12 +00:00
CarlWachter
9e4ac9d73a doc: Added READMEs for TACOS usage 2024-11-08 18:11:13 +00:00
CarlWachter
648fa38667 fix(statemachine): perform manager roles and call callback when transition is forced 2024-11-08 18:11:13 +00:00
CarlWachter
743e9205e6 cleanup: separate functions for requesting and forcing state transitions, fix publishing behavior 2024-11-08 18:11:13 +00:00
CarlWachter
593c93012d feat: user definable callback on state transition 2024-11-08 18:11:13 +00:00
CarlWachter
53ad885099 refactor: merged manger task into statemachine task 2024-11-08 18:11:13 +00:00