all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Emanuel Berg via Users list for the GNU Emacs text editor <help-gnu-emacs@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: Re: the Elisp robot [photo]
Date: Wed, 21 Oct 2020 08:41:28 +0200	[thread overview]
Message-ID: <87tuuoaxnr.fsf@ebih.ebihd> (raw)
In-Reply-To: X4/UUebesTK0rKwI@protected.rcdrun.com

Jean Louis wrote:

> How does it communicate with droid?

:) ... I'm not following, what is "it"?

> By which communication line?

The communication line from my computer to the robot
is WiFi!

So: install the Debian-ish ev3dev OS, get the bot
online, ssh to the bot, install Emacs, bring over the
initial set of Elisp files, run Emacs with them on
the bot, they call the robot's primitives.

It can look like this:

(defun color-stop-on-color (&optional color)
  (let ((stop-color (or color 1))) ; 1 = black
    (when (and (string= stop-color (color-get-color))
               (moving-forward-p) )
      (ev3-stop) )))

https://dataswamp.org/~incal/terror-3/ev3-color-stop-on-color.el

-- 
underground experts united
http://user.it.uu.se/~embe8573
https://dataswamp.org/~incal




  reply	other threads:[~2020-10-21  6:41 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20201016144103.r3npeqap7uo63ney.ref@Ergus>
2020-10-16 14:41 ` Prompt issue with tramp shell Ergus
2020-10-16 14:48   ` Colin Baxter
2020-10-18 12:09   ` Daniel Martín
2020-10-18 14:37     ` Colin Baxter
2020-10-20 23:12       ` Ergus
2020-10-20 23:21         ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-10-20 23:30           ` the Elisp robot [photo] (was: Re: Prompt issue with tramp shell) Emanuel Berg via Users list for the GNU Emacs text editor
2020-10-20 23:53             ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-10-21  5:54             ` the Elisp robot [photo] Jean Louis
2020-10-21  6:08               ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-10-21  6:25                 ` Jean Louis
2020-10-21  6:41                   ` Emanuel Berg via Users list for the GNU Emacs text editor [this message]
2020-10-21 12:28                     ` Jean Louis
2020-10-21 14:24                       ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-10-21 17:48                         ` Jean Louis
2020-10-21 22:48                           ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-10-21 23:06                             ` Jean Louis
2020-10-21 23:33                               ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-10-22  9:55                                 ` Jean Louis
2020-10-22 16:34                                   ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-10-22 16:55                                     ` Jean Louis
2020-10-22 17:42                                       ` Emanuel Berg via Users list for the GNU Emacs text editor

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87tuuoaxnr.fsf@ebih.ebihd \
    --to=help-gnu-emacs@gnu.org \
    --cc=moasenwood@zoho.eu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.