简体   繁体   中英

Sync Choregraphe and Matlab

I have a Wizard of Oz experiment using Choregraphe to make a NAO perform certain tasks running on machine A. The participant interacting with the NAO also interacts with a machine B. When I start the experiment (in Choregraphe on machine A) I want a certain MATLAB script to start on machine BIe Choregraphe will initiate the MATLAB script.

Do you have any suggestions of how to do this? My programming are limited to that of MATLAB and R, while Choregraphe is well integrated with Python and C++ hence my question here on Stack.

Kind Regards, KD

Using NAO C++ SDK, it may be possible to make a MEX-FILE in Matlab that "listens" to NAO. Then NAO just has to raise an event in its memory (ALMemory) that Matlab would catch to start running the script.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM