Skip to content
Snippets Groups Projects
Commit 4d3ad73d authored by ucart's avatar ucart
Browse files

modified vrpn ip address for eric's computer

parent a50fc7d9
No related branches found
No related tags found
No related merge requests found
...@@ -103,7 +103,8 @@ struct timeval timeArr[MAX_HASH_SIZE]; ...@@ -103,7 +103,8 @@ struct timeval timeArr[MAX_HASH_SIZE];
// global variables // global variables
static volatile int keepRunning = 1; static volatile int keepRunning = 1;
const char *TRACKER_IP = "UAV@192.168.0.120:3883"; //const char *TRACKER_IP = "UAV@192.168.0.120:3883"; // If using 3050 lab computer to run vrpn
const char *TRACKER_IP = "UAV@192.168.0.194:3883"; // If using Eric's old laptop to run vrpn
static int zyboSocket; static int zyboSocket;
static int backendSocket; static int backendSocket;
struct ucart_vrpn_tracker * tracker = NULL; struct ucart_vrpn_tracker * tracker = NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment