added utility to run subskills from within a skill so that automatically...
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
Showing
- source/RobotAPI/components/armem/server/SkillsMemory/SkillsMemory.cpp 27 additions, 4 deletions...API/components/armem/server/SkillsMemory/SkillsMemory.cpp
- source/RobotAPI/components/armem/server/SkillsMemory/SkillsMemory.h 10 additions, 1 deletion...otAPI/components/armem/server/SkillsMemory/SkillsMemory.h
- source/RobotAPI/components/skills/SkillProviderExample/CMakeLists.txt 10 additions, 0 deletions...API/components/skills/SkillProviderExample/CMakeLists.txt
- source/RobotAPI/components/skills/SkillProviderExample/Callback.cpp 39 additions, 0 deletions...otAPI/components/skills/SkillProviderExample/Callback.cpp
- source/RobotAPI/components/skills/SkillProviderExample/Callback.h 41 additions, 0 deletions...obotAPI/components/skills/SkillProviderExample/Callback.h
- source/RobotAPI/components/skills/SkillProviderExample/Chaining.cpp 39 additions, 0 deletions...otAPI/components/skills/SkillProviderExample/Chaining.cpp
- source/RobotAPI/components/skills/SkillProviderExample/Chaining.h 40 additions, 0 deletions...obotAPI/components/skills/SkillProviderExample/Chaining.h
- source/RobotAPI/components/skills/SkillProviderExample/HelloWorld.cpp 49 additions, 0 deletions...API/components/skills/SkillProviderExample/HelloWorld.cpp
- source/RobotAPI/components/skills/SkillProviderExample/HelloWorld.h 42 additions, 0 deletions...otAPI/components/skills/SkillProviderExample/HelloWorld.h
- source/RobotAPI/components/skills/SkillProviderExample/Incomplete.cpp 55 additions, 0 deletions...API/components/skills/SkillProviderExample/Incomplete.cpp
- source/RobotAPI/components/skills/SkillProviderExample/Incomplete.h 44 additions, 0 deletions...otAPI/components/skills/SkillProviderExample/Incomplete.h
- source/RobotAPI/components/skills/SkillProviderExample/SkillProviderExample.cpp 0 additions, 184 deletions...ents/skills/SkillProviderExample/SkillProviderExample.cpp
- source/RobotAPI/components/skills/SkillProviderExample/SkillProviderExample.h 6 additions, 63 deletions...onents/skills/SkillProviderExample/SkillProviderExample.h
- source/RobotAPI/components/skills/SkillProviderExample/Timeout.cpp 30 additions, 0 deletions...botAPI/components/skills/SkillProviderExample/Timeout.cpp
- source/RobotAPI/components/skills/SkillProviderExample/Timeout.h 42 additions, 0 deletions...RobotAPI/components/skills/SkillProviderExample/Timeout.h
- source/RobotAPI/gui-plugins/SkillManagerPlugin/SkillManagerMonitorWidgetController.cpp 16 additions, 14 deletions...killManagerPlugin/SkillManagerMonitorWidgetController.cpp
- source/RobotAPI/interface/skills/SkillMemoryInterface.ice 1 addition, 5 deletionssource/RobotAPI/interface/skills/SkillMemoryInterface.ice
- source/RobotAPI/libraries/armem_skills/server/segment/SkillEventSegment.cpp 37 additions, 18 deletions...braries/armem_skills/server/segment/SkillEventSegment.cpp
- source/RobotAPI/libraries/armem_skills/server/segment/SkillEventSegment.h 4 additions, 1 deletion...libraries/armem_skills/server/segment/SkillEventSegment.h
- source/RobotAPI/libraries/skills/core/CMakeLists.txt 2 additions, 0 deletionssource/RobotAPI/libraries/skills/core/CMakeLists.txt
Loading
Please register or sign in to comment