Questions tagged [naos-project]

7 questions
2
votes
1 answer

AOSP Building Failed - ckati failed with: exit status 1

So I've been working to build Android AOSP project. I followed the guidelines on the official documentation (https://source.android.com/setup/build/downloading). After several tries, i always got the below error stack trace from the terminal. I'm…
1
vote
1 answer

robot NAO object detection from scratsh

is it possible to create my own object detection script with YOLO or create a Neuron Network to implement it in the NAO robot( iknow that there is a box of detection in choregraph but isn't very useful that's why i want to build an other one from…
ahmed_dh
  • 11
  • 1
1
vote
1 answer

Choregraphe Switch between Apps with NAO

I have created several apps for NAO in Choregraphe and would like to be able to launch them though a single 'Master' application. Through Master's dialog box I call ^switchFocus(traffic_lights-7xxxx/behavior_1) and it works fine. It stops Master app…
Cain
  • 79
  • 6
0
votes
1 answer

GrapheneOS custom build fails to boot after adding prebuilt APK under external/MyApp and updating handheld_product.mk

am building a custom version of GrapheneOS and have been attempting to include a prebuilt APK (Mdm.apk) into the build. To achieve this, I added the APK to the 'external/MyApp' directory and then modified 'build/target/product/handheld_product.mk'…
Muhammad Nadeem
  • 211
  • 2
  • 14
0
votes
1 answer

Nao 6 QiChat: Check user Input for specific word and answer accordingly

The Plan: I want Nao to ask a quiz-question to the user. If the answer of the user contains a specifix word (in this case SME), i want him to say 'Correct'. If the answer doesn't contain SME, he should say 'Wrong'. My Question: How can i check the…
sas
  • 1
  • 1
0
votes
1 answer

Voice command to Nao Webots simulator

Am trying to do an Android app to control nao robot using a webots simulator and am trying to send voice command to choreograph by my pc microphone so any ideas how to do that
0
votes
2 answers

Webots NAO controller sequence not working

I am using the NAO_demo_python controller of the latest version of webots on linux (ubuntu 18) to flash leds and open/close the hands. However only the last part of the sequences are executed, and not in a single simulation run. e.g. if i ask to…