Skip to content

Commit

Permalink
Stub out debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
linas committed Jun 7, 2016
1 parent 10a5738 commit af05bc2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,3 +185,11 @@ A list of random ideas.
(DefinedPredicateNode "Is interacting with someone?")

Everything emitted to ROS is a state.... look for the behavior pubs.

----------------

Pending bugs:
* (DefinedPredicateNode "Did someone leave?") being called much much
too often!!! ... why???
* Psi hung ... for no apparent reason.
(psi-running?) (psi-get-loop-count)
4 changes: 2 additions & 2 deletions src/psi-behavior.scm
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
;; ------------------------------------------------------------------

(define (foobar x)
(display "duuuuuuuude foobar pred-schema wrapper\n")
(display x) (newline)
; (display "duuuuuuuude foobar pred-schema wrapper\n")
; (display x) (newline)
(cog-evaluate! x)
(Node "bad value"))
;;
Expand Down

0 comments on commit af05bc2

Please sign in to comment.