2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Choregrapheを複数同時起動して複数のPepperを制御する方法

2
Last updated at Posted at 2018-08-09

一台のMacで複数のPepperを制御したくても、通常は一つしかChoregrapheを起動する事が出来ない。
しかし、以下の方法を使えば複数のChoregrapheを立ち上げる事ができるため、一台のMacで複数のPepperを制御する事ができる。

環境

macOS: High Sierra 10.13.6
Choregraphe: 2.5.5

実行方法

以下の通りターミナルからopenコマンドで起動すると複数のChoregrapheを立ち上げることができる。同じプロジェクトファイルを動かしたい場合は、異なるChoregrapheからのファイル上書きによる不整合を防ぐために、コピーして別ファイルを作って起動するのが良い。

$ open -n Choregraphe.app
2
0
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
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?