- Sep 27, 2024
-
-
Fabian Tërnava authored
add chainingAsync skill to test async calling of skills
-
- Aug 12, 2024
-
-
Andre Meixner authored
-
Andre Meixner authored
-
Andre Meixner authored
-
- Aug 07, 2024
-
-
Fabian Tërnava authored
-
- Jan 22, 2024
-
-
Peter Albrecht authored
-
- Jan 16, 2024
-
-
Peter Albrecht authored
-
- Oct 18, 2023
-
-
Fabian Tërnava authored
-
- Oct 17, 2023
-
-
Fabian Tërnava authored
added utility to run subskills from within a skill so that automatically onStopRequested and onTimeoutReached are called. Skill Proxy has been moved to core package of skills. split example skills in seperate files remove getLatesNUpdates from skillsMemory interface as the same behavior can be reached through getSkillStatusUpdates(). Added methods to coreSegment. added skillExecutionRequest to memory when skill is asyncronolously called
-
- Oct 12, 2023
-
-
Fabian Tërnava authored
-
Fabian Tërnava authored
-
- Oct 04, 2023
-
-
Fabian Tërnava authored
finished implementation of updated skill api. Works with example skill provider. Needs testing of specialized skills and refactoring of remaining skills.
-
- Sep 27, 2023
-
-
Fabian Tërnava authored
update to skills. Allows skills to run concurrently. Refactoring of full skills framework. Allows skill to get "prepared", i.e. wait for input
-
- Jun 15, 2023
-
-
Fabian Tërnava authored
-
- May 18, 2023
-
-
Fabian Tërnava authored
-
- Apr 25, 2023
-
-
Fabian Tërnava authored
renamed aron converters, added new aron filters and similarity, added memory_conversions to make code look nicer
-
- Feb 15, 2023
-
-
Fabian Tërnava authored
This reverts commit d7f046dd.
-
- Sep 27, 2022
-
-
Fabian Tërnava authored
switched to armarx::duration for skill descriptions, force lambda skills to return a skillstatus, added return structs for init and exit
-
- Sep 15, 2022
-
-
Fabian Tërnava authored
-
- Sep 13, 2022
-
-
Fabian Tërnava authored
Refactored skill framework and added new enum classes so that a skill can not return idle or running as terminating value
-
- Sep 12, 2022
-
-
Fabian Tërnava authored
skill provider usability updates. Made virtual methods of skills private and added public non-virtual entry methods to call skills
-
- Jul 20, 2022
-
-
Fabian Tërnava authored
Fixed error when executing skills from GUI, added visitor to set skill parameterizations from clipboard, added default parameters for skills, added special GUIs for ints, floats and bools (still TODO)
-
- Jul 01, 2022
-
-
Fabian Tërnava authored
renamed enums of aron. Splitted aron in codegeneration and core. Updates to skills framework. Fixed aron dto types and removed useless ice type.
-
- Jun 02, 2022
-
-
Fabian Tërnava authored
-
- Feb 25, 2022
-
-
Fabian Tërnava authored
-
- Feb 07, 2022
-
-
Fabian Tërnava authored
-
- Feb 01, 2022
-
-
Fabian Tërnava authored
-
- Jan 19, 2022
-
-
Fabian Tërnava authored
-
- Jan 13, 2022
-
-
Fabian Tërnava authored
adapted some aron visitor stuff for type visitors (similar to data visitors)
-
- Dec 07, 2021
-
-
Fabian Tërnava authored
-
Fabian Tërnava authored
-
- Dec 06, 2021
-
-
Fabian Tërnava authored
-
- Dec 02, 2021
-
-
Fabian Tërnava authored
added componentplugins for skillmemory server, started to implement important functions for skillproviders
-