PythonSample.py on SUSE Linux not looping

NatNet, VRPN, TrackD, and Plugins
Post Reply
dgoddard
Posts: 2
Joined: Tue Nov 28, 2023 3:51 pm

PythonSample.py on SUSE Linux not looping

Post by dgoddard »

Hello,

I am attempting to use the NatNet Python Sample provided by OptiTrack. The client works flawlessly on a windows 10 machine after setting the client and server IP. However, when I try the same code on a SUSE15.3 Linux install the code does not loop. I am receiving correct data when I choose the 'data structures self test' and 'show configuration' from the command prompt so I am convinced the machine is connected to the server. The code simply doesn't loop as the windows machine does. The following thread describes a similar issue but the Python Sample seems to have been updated since this post.

https://forums.naturalpoint.com/viewtopic.php?t=18755

The windows 10 machine is using Python 3.9 and the SUSE 15.3 is using Python 3.6.

Any help is appreciated!

Thanks,
Doug
dgoddard
Posts: 2
Joined: Tue Nov 28, 2023 3:51 pm

Re: PythonSample.py on SUSE Linux not looping

Post by dgoddard »

Doesn't seem to have made a difference but I updated to Python version 3.9 on the SUSE Linux machine.
DavidMax
Posts: 2
Joined: Wed Apr 24, 2024 7:12 am

Re: PythonSample.py on SUSE Linux not looping

Post by DavidMax »

Hi, have you solved the not looping problem? I also cannot get the same looping performance as I see from the same windows machine.
Post Reply