From 41fa5debeecf605263cdb3b47a3b0cf51c0017f5 Mon Sep 17 00:00:00 2001 From: Moritz Knaust <moritz.knaust@rmr.tu-darmstadt.de> Date: Mon, 19 Oct 2020 14:10:22 +0200 Subject: [PATCH] remove #DEFINE path --- src/start_coppeliasim.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/start_coppeliasim.cpp b/src/start_coppeliasim.cpp index 5c52f61..5c2178b 100644 --- a/src/start_coppeliasim.cpp +++ b/src/start_coppeliasim.cpp @@ -62,7 +62,6 @@ PREENABLESYNC allows to preenable the synchronous mode (set to TRUE or FALSE) -XXX.brm: loads an XReality model. */ -#define COPPELIASIM_EXECUTABLE "cd /media/storage/Ubuntu/CoppeliaSim_Edu_V4_1_0_Ubuntu18_04 && ./coppeliaSim.sh" //----------------------------------------------------------------------------// int main(int argc, char **argv) -- GitLab