Skip to content

Commit

Permalink
[task_compiler/samples/failure-recovery-sample]suppress warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Naoki-Hiraoka committed Jun 20, 2020
1 parent b99d2a2 commit 9309a40
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@
(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*))
(when (< 0 level)
(setq *graph* (add-failed-nodes *result* (list 'pick 'put) :graph *graph*)))

(send *graph* :name (send *domain* :name))

Expand Down

0 comments on commit 9309a40

Please sign in to comment.