Mac에서도 움직였다 Pepper SDK for Android Studio

Mac에서 움직였다!?


  • AndroidStudio의 Preferences - Plugins - Browse repositories...



  • 툴바에 로봇 아이콘 추가


  • Robot SDK Manager


  • File - New - Robot Application...



  • 막상, Hello World
    import com.aldebaran.qi.Future;
    import com.aldebaran.qi.sdk.object.interaction.Say;
    (略)
    Say say = new Say(this);
    Future<Void> run = say.run("Hello world!");
    
  • 로보 앱 실행


  • 말했다!

  • 좋은 웹페이지 즐겨찾기