- Sep 27, 2024
-
-
Fabian Tërnava authored
-
- Sep 11, 2024
-
-
Fabian Tërnava authored
-
Fabian Tërnava authored
-
- Sep 06, 2024
-
-
Peter Albrecht authored
-
- Aug 31, 2024
-
-
Peter Albrecht authored
-
- Aug 12, 2024
-
-
Andre Meixner authored
Increased timeout of skill RandomChaining to 2 minutes
-
Andre Meixner authored
-
Andre Meixner authored
-
Andre Meixner authored
-
Andre Meixner authored
-
- Aug 07, 2024
-
-
Fabian Tërnava authored
-
- Jan 23, 2024
-
-
Christian Dreher authored
-
- Jan 22, 2024
-
-
Peter Albrecht authored
-
- Jan 16, 2024
-
-
Peter Albrecht authored
-
- Nov 30, 2023
-
-
Fabian Tërnava authored
-
- Oct 25, 2023
-
-
Fabian Tërnava authored
-
- Oct 20, 2023
-
-
Fabian Tërnava authored
fix hello world skill parameters type
-
- Oct 18, 2023
-
-
Fabian Tërnava authored
-
- Oct 17, 2023
-
-
Fabian Tërnava authored
-
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 30, 2023
-
-
Fabian Reister authored
-
- 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
-
- Mar 01, 2023
-
-
Fabian Tërnava authored
-
- 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
-
- Mar 22, 2022
-
-
Fabian Reister authored
-
- Feb 25, 2022
-
-
Fabian Tërnava authored
-
- Feb 07, 2022
-
-
Fabian Tërnava authored
-