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
- How to store a date/time in sqlite (or something similar to a date)
- Instagrapi recently showing HTTPError and UnknownError
- How to Retrieve Data from an MySQL Database and Display it in a GUI?
- How to create a regular expression to partition a string that terminates in either ": 45" or ",", without the ": "
- Python Geopandas unable to convert latitude longitude to points
- Influence of Unused FFN on Model Accuracy in PyTorch
- Seeking Python Libraries for Removing Extraneous Characters and Spaces in Text
- Writes to child subprocess.Popen.stdin don't work from within process group?
- Conda has two different python binarys (python and python3) with the same version for a single environment. Why?
- Problem with add new attribute in table with BOTO3 on python
- Can't install packages in python conda environment
- Setting diagonal of a matrix to zero
- List of numbers converted to list of strings to iterate over it. But receiving TypeError messages
- Basic Python Question: Shortening If Statements
- Python and regex, can't understand why some words are left out of the match
Related Questions in NAO-ROBOT
- Trouble with threading and when to stop them
- Turn off all LEDs on NAO robot
- Launch an app with python on Pepper's tablet
- ALDialog not working after special start-up
- Trying to save a .wav audio file from Nao. I get a damaged file
- NAO V5 - wrong encoder(s) data
- Inquiry on ROS melodic package compatibility with Naoqi OS 2.5.7.1
- Getting "Socket is not connected" errors when trying to access anything via ALProxy in NAOqi for virtual robot
- NAO robot does not detect green light
- Nao 6 QiChat: Check user Input for specific word and answer accordingly
- Speech recognition no reset after restarting Choregraphe application
- Trying to execute behavior by default but AutonomousLife with blue eyes cancel it
- Accessing data from the NAO robot in python
- How to find a file on the Nao V5
- How can I access front camera stream from a NAO6 robot and send it over the network?
Related Questions in PEPPER
- Copied Android App - Issues on Pepper Robot
- Launch an app with python on Pepper's tablet
- Missing Pepper SDK Android Studio Marketplace
- How can I connect to Pepper (NAOqi 2.9) via libqi-python
- Pepper Host integration with a Dialogflow CX Project/AI Agent
- Forcing a QiChatbot to reply to a phrase typed by the user
- Android Studio Projects with PepperSDK not working after Android Studio Version Giraffe 2022.3.1 Patch 1
- Unable to open a URL/website on pepper tablet
- Inquiry on ROS melodic package compatibility with Naoqi OS 2.5.7.1
- Inquiry on possibility of providing ALSpeechRecognition access to Google speech-to-text API or other online API with huge vocabulary list
- How to play sound in Choregraphe without a physical robot?
- Showing Video Stream on the tablet of the robot Pepper
- Choreographe Issues with NaoQi for both Pepper and NAO
- Pepper emulator not start because INSTALL_FAILED_INSUFFICIENT_STORAGE
- Aldebaran robotics pepper not displaying android OS settings
Related Questions in CHOREGRAPHE
- Turn off all LEDs on NAO robot
- ALDialog not working after special start-up
- Getting "Socket is not connected" errors when trying to access anything via ALProxy in NAOqi for virtual robot
- Speech recognition no reset after restarting Choregraphe application
- Trying to execute behavior by default but AutonomousLife with blue eyes cancel it
- How to play sound in Choregraphe without a physical robot?
- How to find a file on the Nao V5
- Import json file to Choregraphe from Flask server
- RuntimeError: ALBroker::createBroker Cannot connect to tcp://100.82.32.131:9559
- Simulation of Pepper Robot in Gazebo
- Nao robot client
- Choregraphe doesn't store the movements of NAO in keyframes
- Choregraphe how to create application that offers to choose from multiple applications
- Pepper robot keeps showing the same Image
- Where can I download / how can I install python 2.7 32-bit for Windows on a Windows 10 64-bit laptop? Required for Pepper Robot
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 # Hahtags
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.