I'm trying to start behaviours that actually works on Pepper by using trigger sentences. I'm able to start them by using Launch Trigger Conditions and Run buttons (of course). The Autonomous Life is on but Pepper seems not to listen to me, even though it hears and localizes sounds (its eyes are not blue). I applied the procedure found at this link: https://www.brainaryinteractive.com/news/2017/8/14/nao-tipsvol-3-how-to-packageand-installapplications-with-trigger-sentences
Why my Pepper robot is not able to be activated by trigger sentences?
323 Views Asked by Giulio Amabili At
1
There are 1 best solutions below
Related Questions in PYTHON
- new thread blocks main thread
- Extracting viewCount & SubscriberCount from YouTube API V3 for a given channel, where channelID does not equal userID
- Display images on Django Template Site
- Difference between list() and dict() with generators
- How can I serialize a numpy array while preserving matrix dimensions?
- Protractor did not run properly when using browser.wait, msg: "Wait timed out after XXXms"
- Why is my program adding int as string (4+7 = 47)?
- store numpy array in mysql
- how to omit the less frequent words from a dictionary in python?
- Update a text file with ( new words+ \n ) after the words is appended into a list
- python how to write list of lists to file
- Removing URL features from tokens in NLTK
- Optimizing for Social Leaderboards
- Python : Get size of string in bytes
- What is the code of the sorted function?
Related Questions in NAO-ROBOT
- Aldebaran Nao robot simulator without a real robot
- NAO robot: places where output functions of boxes are defined
- Using ALModule-inherited class from external file
- How can I use event 'ALTextToSpeech/Status' to get the value in naoqi?
- How to subscribe to a signal
- Robot is not responsive during behavior
- Pepper Robot Wheel Control
- Stop Python script running on a nao robot touching his head
- How to install packages with python scripts
- How to upload files with python script
- Prevent Pepper's Tablet From Resetting
- How to get the current state of the tablet
- Pepper Error 720
- C# Convert mouse position to radians
- Error occurred when building NaoQI C++ SDK example project helloworld on Windows VS2010
Related Questions in PEPPER
- Speech recognition for Pepper
- How to subscribe to a signal
- Robot is not responsive during behavior
- Pepper Robot Wheel Control
- Pepper human detection
- Execute Pepper webpage on computer
- Pepper: use logger class in js
- How to install packages with python scripts
- Pepper robot: subscribeCamera's name argument
- Pepper: strange image from camera
- How to upload files with python script
- Prevent Pepper's Tablet From Resetting
- Pepper: retrieving a memory variable in web app
- How to get the current state of the tablet
- Pepper: disable events temporally
Related Questions in CHOREGRAPHE
- Aldebaran Nao robot simulator without a real robot
- Robot is not responsive during behavior
- Execute Pepper webpage on computer
- Pepper: use logger class in js
- How to install packages with python scripts
- Prevent Pepper's Tablet From Resetting
- How to get the current state of the tablet
- Pepper: disable events temporally
- Pepper: return to the start of the program if there is not interaction
- Pepper Error 720
- Make choregraphe app predefined Pepper naoqi 2.5
- In Choregraphe in robot view for Nao the motion widget doesn't show up. Instead the 'inspector' box appears. How can I find the motion widget?
- NameError: global name 'MyClass' is not defined in Pepper/Nao
- Language compatiblity issue in choregraphe
- How can I abort Pepper speech via Tablet touchscreen?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
With NAOqi 2.5, according to this piece of documentation about basic conversation abilities, you must first subscribe and install the Basic Channel.
If this does not works for some reason, you can still create a dialog, set it public, and call
^switchfocus(applicationID/behavior_1)from there.