Changes have been pushed for the repository "fawkesrobotics/fawkes".
Clone: https://github.com/fawkesrobotics/fawkes.git Gitweb: https://github.com/fawkesrobotics/fawkes The branch, common/labcegor has been updated to 253118c8a2743743e50b858ad67852de6ce8b77f (commit) via 638c3fecc36e8792fea3a8b9603af0d1cdee9340 (commit) via 902f3d285662ac5931059e8089aea53024ac02f8 (commit) via 5b380a4a8da938412ec6d3d7ad23b2cc42880355 (commit) via 0e1a24b1d31dd87757dd93432cd0b38973e44399 (commit) via 370e0b0ebe91e7bc5bca363a254179028170c751 (commit) via d3637fc3e7372c8f5232e24af07c8d1de0b5f8c4 (commit) via cdfc463d50e8586fada48fb59e2e46954a80507a (commit) via 806a1edf3026bc103f7b96d47f1a9037e2841952 (commit) via 6f59e56957987b3200ba0e560ddd4358ec4c06c0 (commit) via 2a4a70e1fc4b116e1ea145b44db722631b80d4c0 (commit) via dc973abecb34a0a6cfa8652e1c2d5ff2bee74a81 (commit) via 80156a432999f0e88c81c75839ff7d160587d6d9 (commit) via 0b9d159f41141d7a362fc8d6f3ad51aa2ecdd5f3 (commit) via d795674958a8c9a4f5d09570908e50811a6bc563 (commit) via 63de5a85c96bc96aaf31681d48bdcc51b07715cb (commit) via 618b9b42d3451199111aa86ed9f0b066c99e1d7f (commit) via 50b050f92b18e9235f4d0361d63f943281f6b92c (commit) via 968c559e829134a7cde12b51613fe98759220287 (commit) via e2cf62289b26afd7e02bb7f1c4a33e76b7958562 (commit) via 497f60f2b1de6359d09212f1f5595334bb979cea (commit) from a32de2d7b34ef7cb71a4622631e8ecb945829d58 (commit) https://github.com/fawkesrobotics/fawkes/tree/common/labcegor Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - *Log* --------------------------------------------------------------- commit 253118c8a2743743e50b858ad67852de6ce8b77f Merge: a32de2d7b 638c3fecc Author: Till Hofmann <[email protected]> AuthorDate: Thu Dec 17 18:30:13 2020 +0100 Commit: Till Hofmann <[email protected]> CommitDate: Thu Dec 17 18:30:13 2020 +0100 Merge remote-tracking branch 'origin/master' into common/labcegor https://github.com/fawkesrobotics/fawkes/commit/253118c8a - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *Summary* ----------------------------------------------------------- cfg/conf.d/clips-executive.yaml | 1 + src/libs/blackboard/net/handler.cpp | 8 +- src/libs/blackboard/net/interface_proxy.cpp | 4 +- src/libs/blackboard/net/interface_proxy.h | 2 - src/libs/interface/interface.cpp | 2 +- src/libs/interface/interface.h | 2 - src/libs/interfaces/SkillerInterface.xml | 1 + src/plugins/clips-executive/clips/goal-tree.clp | 47 +++++++ .../clips-executive/clips/goals/run-parallel.clp | 153 +++++++++++++++++++++ .../clips/test-scenario/domain.pddl | 4 + .../clips/test-scenario/goal-reasoner.clp | 29 +++- .../clips/test-scenario/goals/talk.clp | 11 +- .../clips/test-scenario/plans/talk-plan.clp | 19 +++ .../clips/test-scenario/print-action.clp | 7 + src/plugins/skiller/exec_thread.cpp | 2 +- 15 files changed, 268 insertions(+), 24 deletions(-) create mode 100644 src/plugins/clips-executive/clips/goals/run-parallel.clp - *Diffs* ------------------------------------------------------------- - *commit* 253118c8a2743743e50b858ad67852de6ce8b77f - - - - - - - - - - Author: Till Hofmann <[email protected]> Date: Thu Dec 17 18:30:13 2020 +0100 Subject: Merge remote-tracking branch 'origin/master' into common/labcegor cfg/conf.d/clips-executive.yaml | 1 + src/libs/blackboard/net/handler.cpp | 8 +- src/libs/blackboard/net/interface_proxy.cpp | 4 +- src/libs/blackboard/net/interface_proxy.h | 2 - src/libs/interface/interface.cpp | 2 +- src/libs/interface/interface.h | 2 - src/libs/interfaces/SkillerInterface.xml | 1 + src/plugins/clips-executive/clips/goal-tree.clp | 47 +++++++ .../clips-executive/clips/goals/run-parallel.clp | 153 +++++++++++++++++++++ .../clips/test-scenario/domain.pddl | 4 + .../clips/test-scenario/goal-reasoner.clp | 29 +++- .../clips/test-scenario/goals/talk.clp | 11 +- .../clips/test-scenario/plans/talk-plan.clp | 19 +++ .../clips/test-scenario/print-action.clp | 7 + src/plugins/skiller/exec_thread.cpp | 2 +- 15 files changed, 268 insertions(+), 24 deletions(-) _Diff for modified files_: _______________________________________________ fawkes-commits mailing list [email protected] https://lists.kbsg.rwth-aachen.de/listinfo/fawkes-commits
