Page 1 of 1

NatNet3.1 setCurrentSession

Posted: Fri Jul 12, 2019 7:50 am
by ozxp4129
Hello,

obj=natnet;
obj.connect;
setCurrentSession(obj,'Data');

This returns the following error in Matlab (R2017a) with NatNet SDK 3.1 :

No appropriate method, property, or field 'issueCommand' for class 'natnet'.
Error in natnet/setCurrentSession

Am I doing something wrong, or is the command not defined? Other NatNet commands work fine.

Thanks,

Martin