Pepper robot default image

后端 未结 3 1964
抹茶落季
抹茶落季 2021-01-06 10:12

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 th         


        
相关标签:
3条回答
  • 2021-01-06 10:44

    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 like this:

    logoApp/html/logo.jpg
    

    And your MainResurceURL should look like this:

    http://198.18.0.1/logoApp/logo.jpg
    

    For the changes to take effect your must turn your robot off and on, then activate Artificial Life. Notice that certain behaviors will hide your default logo. If the logo is still not showing then try launching an application that does not use the tablet. The change in state (solitary->interactive) should refresh the tablet view.

    0 讨论(0)
  • 2021-01-06 11:05

    you need to place your image in a folder with the name html.

    So in your application "app-uuid", create a folder html. Place your image in and write your pref like behind :

    Domain: com.aldebaran.system.tablet
    Key: MainResourceURL
    Value: http://198.18.0.1/apps/app-uuid/image.jpg
    

    Hint : test on a browser to display your image with ip-robot/apps/app-uuid/image.png . If it works so your url path is good.

    0 讨论(0)
  • 2021-01-06 11:07

    Thanks for the answers. Some other people will get help from it for sure.

    My problem was that the picture had to be exactly 1280px X 800px . That is why it did not show up.

    0 讨论(0)
提交回复
热议问题