Page 4 of 4

Re: Tracking tools - Matlab and Labview

Posted: Mon Jun 02, 2014 12:28 pm
by ivanmaric
I had a quick question, is the s-function that you wrote Linux supported or only Windows?

Re: Tracking tools - Matlab and Labview

Posted: Mon Jun 02, 2014 4:43 pm
by ivanmaric
Hi,

Thank you to Stefano for posting the s-function to take tracking data and put it into x,y, and theta coordinates. I was wondering if you knew a clever way to adapt that code for use in Linux. I will run Simulink in Linux because my trajectory is from the ompl (online motion planning library). The only step I am missing is how to extract data from Tracking Tools into Simulink using a similar s function to the one that Stefano gave.

Thanks in advance

Re: Tracking tools - Matlab and Labview

Posted: Tue Aug 05, 2014 10:44 pm
by idan
hi
i tried creating labview lib for motive tracking tool as litch explained above but the vi are not executable?
does anyone know how to deal with this issue?
idan

Re: Tracking tools - Matlab and Labview

Posted: Tue Nov 04, 2014 6:36 am
by jaykay
Stefano wrote:Hi,

I was able to create a s-function for simulink.
The function imports the angel and position data from tracking tools.

Hope this is helpfull for some of you.
Hi,

i created a Matlab s-function for Motive, very similar to your code.
But i can't build code with Simulink Coder. I need a C mex s-function to do this.
Have you or someone else experience with that?

Regards