Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pddl_planner/demos/search_object] fix bug, and add launch file #78

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Naoki-Hiraoka
Copy link
Contributor

@Naoki-Hiraoka Naoki-Hiraoka commented Jun 19, 2020

  • fix bug in pddl_planner/demos/search_object

before (search only in box A)
Screenshot from 2020-06-19 15-13-47

after (search in box A, B and C)
Screenshot from 2020-06-19 15-35-09

pddl output:
search_object

  • add launch file for pddl_planner/demos/search_object

@k-okada
Copy link
Member

k-okada commented Mar 3, 2021

@Naoki-Hiraoka @YoheiKakiuchi
This PR update to use
solve-pddl-planning -> pddl-plan-to-graph
and
add-failed-nodes -> make-graph-from-pddl-results

Are these functions no longer used? if so, should we update

(pprint (setq *result* (solve-pddl-planning *domain* *problem* :debug nil)))
;; make graph from PDDL answer
(setq *graph* (make-graph-from-pddl-results (list *result*) :node-name :pprint))
;; swap nodes ( check_open <-> check_open_f ) for making task flow
(setq *graph* (add-failed-nodes *result* (list 'pick 'put) :graph *graph*))

too? and add a Deprecated message to
(let ((count 0) (count2 -1))
??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants