LoginSignup
12
14

More than 5 years have passed since last update.

PEPPER qicliコマンド

Posted at

naoqi qicliコマンドメモ

概要

開発中の動作確認などをする際にqicliコマンドを使用すると便利です。

前提

pepperにsshでログインすること。

使用法

・Pepperのサービス一覧を取得

$ qicli info

・PepperのサービスのAPI一覧を取得

$ qicli info [サービス名]

例:

$ qicli info ALMemory

・PepperのサービスのAPIをコールする

$ qicli call [サービス名].[API名] [引数]

例:

$ qicli call ALMemory.raiseEvent Hoge/Event TestValue
$ qicli call ALTextToSpeech.say "Test Pepper."

以上。

12
14
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
12
14