Skip to content
Snippets Groups Projects
Commit ce686aae authored by bitcraze's avatar bitcraze
Browse files

Changed socket paths to relative

parent d627b7e4
No related branches found
No related tags found
3 merge requests!76lots of gui updates,!75Lost of gui updates,!74lots of gui updates among others
......@@ -5,7 +5,7 @@
//socket that the crazyflie groundstation will read from, check the README for information
//on how to setup this path.
#define DEFAULT_ADAPTER_SOCKET "/home/bitcraze/projects/crazyflie_groundstation.socket"
#define DEFAULT_ADAPTER_SOCKET "../../../crazyflie_groundstation/crazyflie_groundstation.socket"
//#define DEFAULT_ADAPTER_SOCKET "./crazyflie_groundstation.socket"
#define SOCKET_ENV "ADAPTER_SOCKET"
......
......@@ -23,8 +23,8 @@ trackable_t trackables[] = {
0,
//Adapter Variables
1,
"/home/bitcraze/projects/microCART/MicroCART/groundStation/adapters/crazyflie/",
"/home/bitcraze/projects/microCART/MicroCART/groundStation/adapters/crazyflie/cf_adapter.socket",
"./adapters/crazyflie/",
"./adapters/crazyflie/cf_adapter.socket",
NULL,
//Local Communication Variables
0, //Set to 1 if Intending to use local Fifo
......
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