Changes have been pushed for the repository "fawkesrobotics/fawkes".
Clone: https://github.com/fawkesrobotics/fawkes.git Gitweb: https://github.com/fawkesrobotics/fawkes The branch, master has been updated to 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) from d795674958a8c9a4f5d09570908e50811a6bc563 (commit) https://github.com/fawkesrobotics/fawkes/tree/master 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 638c3fecc36e8792fea3a8b9603af0d1cdee9340 Merge: d79567495 902f3d285 Author: Till Hofmann <[email protected]> AuthorDate: Thu Dec 17 18:29:29 2020 +0100 Commit: GitHub <[email protected]> CommitDate: Thu Dec 17 18:29:29 2020 +0100 Merge pull request #267 from fawkesrobotics/tviehmann/cx-run-parallel cx: add compound goal to run sub-goals in parallel https://github.com/fawkesrobotics/fawkes/commit/638c3fecc - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *Summary* ----------------------------------------------------------- cfg/conf.d/clips-executive.yaml | 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 + 8 files changed, 259 insertions(+), 12 deletions(-) create mode 100644 src/plugins/clips-executive/clips/goals/run-parallel.clp - *Diffs* ------------------------------------------------------------- - *commit* 638c3fecc36e8792fea3a8b9603af0d1cdee9340 - - - - - - - - - - Author: Till Hofmann <[email protected]> Date: Thu Dec 17 18:29:29 2020 +0100 Subject: Merge pull request #267 from fawkesrobotics/tviehmann/cx-run-parallel cfg/conf.d/clips-executive.yaml | 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 + 8 files changed, 259 insertions(+), 12 deletions(-) _Diff for modified files_: _______________________________________________ fawkes-commits mailing list [email protected] https://lists.kbsg.rwth-aachen.de/listinfo/fawkes-commits
