diff --git a/groundStation/adapters/crazyflie/src/cf_adapter.c b/groundStation/adapters/crazyflie/src/cf_adapter.c index eaf8f428756186c289296f22fbc8192e2def7ddb..84871e5b427c5df325c72d548198dfb3439a1567 100644 --- a/groundStation/adapters/crazyflie/src/cf_adapter.c +++ b/groundStation/adapters/crazyflie/src/cf_adapter.c @@ -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" diff --git a/groundStation/src/backend/config.c b/groundStation/src/backend/config.c index a7287220f5130a2abff03cf3e530fb9480bcbc5e..444e15734ce86eadaf923996773b6ddda5ef2846 100644 --- a/groundStation/src/backend/config.c +++ b/groundStation/src/backend/config.c @@ -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