Changes between Version 1 and Version 2 of en/ProgrammingRobotsCourse/ProjectWork


Ignore:
Timestamp:
Nov 5, 2019, 10:14:19 AM (4 years ago)
Author:
Ales Horak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • en/ProgrammingRobotsCourse/ProjectWork

    v1 v2  
    11== Project Topics
    22
    3  * **Robot movement:** (Vojtěch Kubín) Program robot to walk with human by hand.
    4  * **Dialog about gender and face recognition**
    5  * **Dialog about learning human faces**
    6  * **Dialog about learning object images**
    7  * **Dialog about current news:** fetch news headlines from internet and discuss them
    8  * **Game** (Tomáš Repák)
    9  * **Dialog about weather**
    10  * **Game, 20 questions**: "myslím si zvíře"
    11  * **Game, movie/song guessing by sample**
     3 1. **Robot movement:** (Vojtěch Kubín) Program robot to walk with human by hand.
     4 1. **Dialog about gender and face recognition:** see [http://doc.aldebaran.com/2-5/naoqi/peopleperception/alfacecharacteristics.html ALFaceCharacteristics API], [http://doc.aldebaran.com/2-5/naoqi/audio/alvoiceemotionanalysis.html ALVoiceEmotionAnalysis] and [http://doc.aldebaran.com/2-5/naoqi/core/almood.html ALMood]
     5 1. **Dialog about learning human faces:** see [http://doc.aldebaran.com/2-5/naoqi/peopleperception/alfacedetection.html ALFaceDetection] and [http://doc.aldebaran.com/2-5/naoqi/core/alusersession.html ALUserSession]
     6 1. **Dialog about learning object images:** see [http://doc.aldebaran.com/2-5/naoqi/vision/alvisionrecognition.html ALVisionRecognition]
     7 1. **Dialog about current news:** fetch news headlines from internet (possibly via an API, e.g. [https://newsapi.org/s/czech-republic-news-api newsapi.org]) and discuss them
     8 1. **Game of !Hangman/Šibenice** (Tomáš Repák)
     9 1. **Dialog about weather:** use an on-line weather api (e.g. [https://openweathermap.org/api openweathermap.org]) to find out and discuss weather in various places and times
     10 1. **Game 20 questions**: see [https://en.wikipedia.org/wiki/Twenty_Questions Wikipedia], in Czech the game of "myslím si zvíře".
     11 1. **Game Guess movie/song by sample:** play a short sample of a (Czech) movie or a (Czech) song and ask people to guess the name or interpreter
     12 1. **Dialog about making and presenting a photo/video/sound recording:** see [http://doc.aldebaran.com/2-5/naoqi/vision/alphotocapture.html ALPhotoCapture],  [http://doc.aldebaran.com/2-5/naoqi/vision/alvideorecorder.html ALVideoRecorder] and [http://doc.aldebaran.com/2-5/naoqi/audio/alaudiorecorder.html ALAudioRecorder] (may include [http://doc.aldebaran.com/2-5/naoqi/vision/albarcodereader.html ALBarcodeReader])