From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,f5df45e727f63e9c X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!news3.google.com!feeder.news-service.com!94.75.214.39.MISMATCH!aioe.org!.POSTED!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: NAO Robot : is Ada there too ? Date: Mon, 13 Jun 2011 11:39:43 +0200 Organization: cbb software GmbH Message-ID: References: Reply-To: mailbox@dmitry-kazakov.de NNTP-Posting-Host: KLGf/SnDdeOMp6Bgt0tbHQ.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Complaints-To: abuse@aioe.org User-Agent: 40tude_Dialog/2.0.15.1 X-Notice: Filtered by postfilter v. 0.8.2 Xref: g2news2.google.com comp.lang.ada:20756 Date: 2011-06-13T11:39:43+02:00 List-Id: On Mon, 13 Jun 2011 09:55:04 +0200, Yannick Duch�ne (Hibou57) wrote: > Le Mon, 13 Jun 2011 09:19:53 +0200, Dmitry A. Kazakov > a �crit: > >> On Sun, 12 Jun 2011 00:03:19 +0200, Yannick Duch�ne (Hibou57) wrote: >> >>> We often heard about Lego Mindstorms Robot here, with Ada in the place. >>> I >>> just saw an advertising on a web site leading to this: >>> http://developer.aldebaran-robotics.com/join/?gclid=CNjagrbsrqkCFYINfAodq1-lJw >> >> 500 MHz / 256 MB look pretty barren for any sort of AI + control + image >> processing [+ voice recognition]. > Add to this, 2 GB of flash memory. Yes, for a incremental machine learning you would like to have more to store the learnt stuff, provided the robot would operate more or less autonomous. (I have an impression that robots like this are rather mobile sensors/actuators connected over WiFi the host (brain) than true robots.) > Yes, that's not the must, but already more than what's available to the > Lego Mindstorm. It also lacks standard industrial I/O interfaces for the sensors and actuators (e.g. EtherCAT or CAN etc), which would allow you to customize the motherboard and the processor (processors). > And there was old experiment with AI and Prolog, oin the 80's, on machines > with less than that. I doubt that Prolog can be useful for the AI deployed in a robot. There is not much inference it would do, more problems like path finding, which are not logical. Further, even considering logical problems you rather need fuzzy inference than Prolog's stuff. And certainly Prolog is absolutely useless for image processing and control. Ada is the only language you need, really! -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de