Search found 15 matches

by Nemesis
Mon Apr 15, 2013 11:09 am
Forum: OptiTrack Data Streaming
Topic: Issue with VRPN-Listener.cpp
Replies: 6
Views: 4900

Re: Issue with VRPN-Listener.cpp

Tried running it on the same network to which the optitrack software is connected. Again got a "VRPN Error" when I run it mentioning "No Response from server".
by Nemesis
Sat Apr 13, 2013 11:59 am
Forum: OptiTrack Data Streaming
Topic: Issue with VRPN-Listener.cpp
Replies: 6
Views: 4900

Re: Issue with VRPN-Listener.cpp

<t>Thank you Doug!<br/> <br/> I think it was the addition of "vrpn.lib" that you mentioned that made it to work. It's building and it is giving me no response as an output (when the program runs) because I am not connected to the network on which optitrack is connected here. I will inform here once ...
by Nemesis
Fri Apr 12, 2013 3:41 pm
Forum: OptiTrack Data Streaming
Topic: Issue with VRPN-Listener.cpp
Replies: 6
Views: 4900

Re: Issue with VRPN-Listener.cpp

Yes. The VRPN Streaming Tutorial
by Nemesis
Fri Apr 12, 2013 10:03 am
Forum: OptiTrack Data Streaming
Topic: Issue with VRPN-Listener.cpp
Replies: 6
Views: 4900

Issue with VRPN-Listener.cpp

Hey, I am starting right from scratch. I looked at the tutorial for vrpn-listener on the website, and I'm attempting to compile and run that program on Windows. 1. I downloaded VRPN and I just built vrpn_test (VRPN website mentioned that this will build other files as well). 2. I then downloaded the...
by Nemesis
Thu Apr 11, 2013 12:31 pm
Forum: Tracking Tools
Topic: VRPN-Listener
Replies: 3
Views: 5056

Re: VRPN-Listener

@Jacky - Did you manage to get it to work? I am actually trying to attempt the same but facing issues as well
by Nemesis
Thu Apr 11, 2013 12:27 pm
Forum: OptiTrack Data Streaming
Topic: Optitrack (Tracking Tools) and BeagleBone(Ubuntu)
Replies: 14
Views: 15569

Re: Optitrack (Tracking Tools) and BeagleBone(Ubuntu)

<t>Thanks Birch. <br/> <br/> I used the VRPN-Listener.cpp file and tried compiling it on Linux after modifying it just a little bit. Unfortunately that didn't work either. There is the same error over and over again - "Undefined reference to vrpn_get_connection_by_name" and "Undefined reference to v...
by Nemesis
Tue Apr 02, 2013 10:12 am
Forum: OptiTrack Data Streaming
Topic: Optitrack (Tracking Tools) and BeagleBone(Ubuntu)
Replies: 14
Views: 15569

Re: Optitrack (Tracking Tools) and BeagleBone(Ubuntu)

Dear Brent, Like I told Jeff earlier - I just wish to access/display the coordinates and orientation (of a bot) on a Beaglebone. What I am attempting is to clearly understand this "communication" concept, which helps me to build a client on a separate machine (like Beaglebone in my case) t...
by Nemesis
Mon Apr 01, 2013 8:27 pm
Forum: OptiTrack Data Streaming
Topic: Optitrack (Tracking Tools) and BeagleBone(Ubuntu)
Replies: 14
Views: 15569

Re: Optitrack (Tracking Tools) and BeagleBone(Ubuntu)

I hope I am not misinterpreting this, but the BeagleBone doesn't have any "app" that will use the tracking information.

I just want to write a program to display the values that I get from the VRPN server.

(I hope I am not getting confused by what you intend to say)
by Nemesis
Mon Apr 01, 2013 1:47 pm
Forum: OptiTrack Data Streaming
Topic: Optitrack (Tracking Tools) and BeagleBone(Ubuntu)
Replies: 14
Views: 15569

Re: Optitrack (Tracking Tools) and BeagleBone(Ubuntu)

Uh... I am supposed to build a vrpn client on the Beaglebone... why would there already be one?? :|
by Nemesis
Sun Mar 31, 2013 10:14 am
Forum: OptiTrack Data Streaming
Topic: Optitrack (Tracking Tools) and BeagleBone(Ubuntu)
Replies: 14
Views: 15569

Re: Optitrack (Tracking Tools) and BeagleBone(Ubuntu)

<t>Oh well, it's just experimenting around. Someone else actually recommended me the BeagleBone for now.<br/> <br/> Can you please point me towards the "Client Code" (To compile and execute on Ubuntu) that could help me with understanding this task?<br/> <br/> I tried to "research" a bit more. There...