pepper

Robot SDK 0.9 is not complete. Please download it again or re-create the robot application

我只是一个虾纸丫 提交于 2019-12-03 08:50:56
I followed the steps mentioned in https://android.aldebaran.com/doc/installation.html#installation to start developing appications for SoftBank's Pepper robot. I installed android studio v2.3, pepper SDK plugin v0.9.0, Robot SDK platform v0.9 exactly following the tutorial. But I am unable to get it to work. When launching the robot emulator it gives me error Robot SDK 0.9 is not complete. Please download it again or re-create the robot application. Has anyone here worked with pepper SDK before or know why is this happening? 来源: https://stackoverflow.com/questions/42824942/robot-sdk-0-9-is-not

Aldebaran's Pepper sdk for android/Robot sdk 0.9 “Robot SDK'0.9' is not complete. Please download it again or re-create the robot application.”

好久不见. 提交于 2019-12-03 08:40:00
When trying to install the android sdk for Aldebaran's pepper robot on my computer following this official tutorial: Step 1: android.aldebaran.com/doc/installation.html Step 2: android.aldebaran.com/doc/create_project.html#create-project When trying to launch the Virtual Robot Environment of Pepper's tablet on my computer this message is printed: "Robot SDK'0.9' is not complete. Please download it again or re-create the robot application." So far I have tried the following on my Ubuntu 16.04 64bit computer: Uninstalling and re-downloading/installing the Robot sdk over the robot sdk manager

Pepper robot: upload python modules

£可爱£侵袭症+ 提交于 2019-12-01 07:32:01
I'm programming a Pepper robot with Choregraphe and I'm using a real robot. The problem I have is how can I install python modules to the robot? because I need to use the requests package to make API calls. I have been browsing in the internet but I don't found any solution. Nerus Root access is deactivated for security reasons so you won't be able to install a package on the robot. If you wish to use external libraries you need to package them as part of your app, as explained below (from https://community.ald.softbankrobotics.com/en/forum/import-libs-py-choregraphe-3578 ): You will need to

Pepper robot: upload python modules

泄露秘密 提交于 2019-12-01 05:31:07
问题 I'm programming a Pepper robot with Choregraphe and I'm using a real robot. The problem I have is how can I install python modules to the robot? because I need to use the requests package to make API calls. I have been browsing in the internet but I don't found any solution. 回答1: Root access is deactivated for security reasons so you won't be able to install a package on the robot. If you wish to use external libraries you need to package them as part of your app, as explained below (from

Pepper robot default image

情到浓时终转凉″ 提交于 2019-11-30 22:51:57
So i followed the guide from Pepper robot portal. That i must add Domain: com.aldebaran.system.tablet Key: MainActivity Value: image (default: opengl for the "bubble" view) Domain: com.aldebaran.system.tablet Key: MainResourceURL Value: http://198.18.0.1/apps/app-uuid/path/to/image This to robot preferences, not including the html folder. I did this but it just shows black image. Tried some variations also but it just is not working. Your database entries are correct. You must create an application in Choregraphe containing a folder named 'html' with the picture in. Your file path might look

Install things on Pepper

断了今生、忘了曾经 提交于 2019-11-28 00:33:02
How would I install things on Pepper, since I don't know what package manager it uses. I usually use apt on my Ubuntu machine and want to install some packages on Pepper. I'm not sure what package manager Pepper has (if any) and want to install some packages, but also only know the name of the package using apt (not sure if the package name is the same on other package managers). And if possible, would I be able to install apt on Pepper. Thanks. Note: From the research I've done, Pepper is using NaoQi which is based off Gentoo which uses portage. You don't have root access on Pepper, which

Install things on Pepper

旧时模样 提交于 2019-11-26 17:13:10
问题 How would I install things on Pepper, since I don't know what package manager it uses. I usually use apt on my Ubuntu machine and want to install some packages on Pepper. I'm not sure what package manager Pepper has (if any) and want to install some packages, but also only know the name of the package using apt (not sure if the package name is the same on other package managers). And if possible, would I be able to install apt on Pepper. Thanks. Note: From the research I've done, Pepper is