Page 1 of 1

NatNet Simulink Interface

Posted: Mon Oct 08, 2018 11:22 pm
by SharonH
Hello,
I have an application where I need to interface between NatNet, matlab and Simulink.
I am using the NatNet SDK (using the event handlers) and am able to get the data into matlab.
The problem is how to get the data from matlab to Simulink?
I am using Simulink to control my moving objects, so I need to pass real time measurements from the cameras (stream the data) while the code is running. I tried different ways but none of them work.
Would be happy to hear how other people who use Simulink for control purposes solve this problem.
Thanks,
Sharon

Re: NatNet Simulink Interface

Posted: Thu Aug 20, 2020 7:38 pm
by Tamim
Hi, could you share your code on how you do the streaming? Also, does your code store the data or it just shows the final position of the rigid body?

Re: NatNet Simulink Interface

Posted: Fri Jan 01, 2021 5:28 am
by Mousa
I will be grateful if you tell me how to get the real time streaming data into Matlab.