Function: landmark-confidence-for

landmark-confidence-for is a byte-compiled function defined in landmark.el.gz.

Signature

(landmark-confidence-for TARGET-DIRECTION)

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/landmark.el.gz
;;;_ + Functions to move robot

(defun landmark-confidence-for (target-direction)
  (apply #'+
	 (get target-direction 'w0)
	 (mapcar (lambda (direction)
		   (*
		    (get direction target-direction)
		    (get direction 'smell)))
		 landmark-directions)))