From f65b413a405230d0205db13c8a922d03acf22f33 Mon Sep 17 00:00:00 2001 From: vitrat Date: Wed, 25 Mar 2020 03:10:55 +0100 Subject: [PATCH] truc --- .gitignore | 4 +++- .../superviseur-robot/nbproject/private/private.xml | 7 +------ software/simulateur/.dep.inc | 0 software/simulateur/Makefile | 0 software/simulateur/main.cpp | 0 software/simulateur/nbproject/Makefile-Debug.mk | 0 software/simulateur/nbproject/Makefile-Release.mk | 0 software/simulateur/nbproject/Makefile-impl.mk | 0 software/simulateur/nbproject/Makefile-variables.mk | 0 software/simulateur/nbproject/Package-Debug.bash | 0 software/simulateur/nbproject/Package-Release.bash | 0 software/simulateur/nbproject/configurations.xml | 0 .../simulateur/nbproject/private/Makefile-variables.mk | 0 .../nbproject/private/c_standard_headers_indexer.c | 0 software/simulateur/nbproject/private/configurations.xml | 0 .../nbproject/private/cpp_standard_headers_indexer.cpp | 0 software/simulateur/nbproject/private/launcher.properties | 0 software/simulateur/nbproject/private/private.xml | 2 +- software/simulateur/nbproject/project.xml | 0 19 files changed, 5 insertions(+), 8 deletions(-) mode change 100644 => 100755 software/simulateur/.dep.inc mode change 100644 => 100755 software/simulateur/Makefile mode change 100644 => 100755 software/simulateur/main.cpp mode change 100644 => 100755 software/simulateur/nbproject/Makefile-Debug.mk mode change 100644 => 100755 software/simulateur/nbproject/Makefile-Release.mk mode change 100644 => 100755 software/simulateur/nbproject/Makefile-impl.mk mode change 100644 => 100755 software/simulateur/nbproject/Makefile-variables.mk mode change 100644 => 100755 software/simulateur/nbproject/Package-Debug.bash mode change 100644 => 100755 software/simulateur/nbproject/Package-Release.bash mode change 100644 => 100755 software/simulateur/nbproject/configurations.xml mode change 100644 => 100755 software/simulateur/nbproject/private/Makefile-variables.mk mode change 100644 => 100755 software/simulateur/nbproject/private/c_standard_headers_indexer.c mode change 100644 => 100755 software/simulateur/nbproject/private/configurations.xml mode change 100644 => 100755 software/simulateur/nbproject/private/cpp_standard_headers_indexer.cpp mode change 100644 => 100755 software/simulateur/nbproject/private/launcher.properties mode change 100644 => 100755 software/simulateur/nbproject/private/private.xml mode change 100644 => 100755 software/simulateur/nbproject/project.xml diff --git a/.gitignore b/.gitignore index 4c87234..797a861 100644 --- a/.gitignore +++ b/.gitignore @@ -66,4 +66,6 @@ GUI /software/raspberry/testeur/testeur/build/ /software/raspberry/testeur/testeur/dist/ /software/simulateur/build/ -/software/simulateur/dist/ \ No newline at end of file +/software/simulateur/dist/ +/software/simu/build/ +/software/simu/dist/ \ No newline at end of file diff --git a/software/raspberry/superviseur-robot/nbproject/private/private.xml b/software/raspberry/superviseur-robot/nbproject/private/private.xml index 60c0e4e..39a10ef 100644 --- a/software/raspberry/superviseur-robot/nbproject/private/private.xml +++ b/software/raspberry/superviseur-robot/nbproject/private/private.xml @@ -7,12 +7,7 @@ - file:/home/romainv/Documents/temps_reel/dumber/software/raspberry/superviseur-robot/lib/comrobot.h - file:/home/romainv/Documents/temps_reel/dumber/software/raspberry/superviseur-robot/lib/commonitor.cpp - file:/home/romainv/Documents/temps_reel/dumber/software/raspberry/superviseur-robot/lib/commonitor.h - file:/home/romainv/Documents/temps_reel/dumber/software/raspberry/superviseur-robot/lib/messages.h - file:/home/romainv/Documents/temps_reel/dumber/software/raspberry/superviseur-robot/tasks.h - file:/home/romainv/Documents/temps_reel/dumber/software/raspberry/superviseur-robot/tasks.cpp + file:/home/romainv/Documents/temps_reel/dumber1/software/raspberry/superviseur-robot/tasks.h diff --git a/software/simulateur/.dep.inc b/software/simulateur/.dep.inc old mode 100644 new mode 100755 diff --git a/software/simulateur/Makefile b/software/simulateur/Makefile old mode 100644 new mode 100755 diff --git a/software/simulateur/main.cpp b/software/simulateur/main.cpp old mode 100644 new mode 100755 diff --git a/software/simulateur/nbproject/Makefile-Debug.mk b/software/simulateur/nbproject/Makefile-Debug.mk old mode 100644 new mode 100755 diff --git a/software/simulateur/nbproject/Makefile-Release.mk b/software/simulateur/nbproject/Makefile-Release.mk old mode 100644 new mode 100755 diff --git a/software/simulateur/nbproject/Makefile-impl.mk b/software/simulateur/nbproject/Makefile-impl.mk old mode 100644 new mode 100755 diff --git a/software/simulateur/nbproject/Makefile-variables.mk b/software/simulateur/nbproject/Makefile-variables.mk old mode 100644 new mode 100755 diff --git a/software/simulateur/nbproject/Package-Debug.bash b/software/simulateur/nbproject/Package-Debug.bash old mode 100644 new mode 100755 diff --git a/software/simulateur/nbproject/Package-Release.bash b/software/simulateur/nbproject/Package-Release.bash old mode 100644 new mode 100755 diff --git a/software/simulateur/nbproject/configurations.xml b/software/simulateur/nbproject/configurations.xml old mode 100644 new mode 100755 diff --git a/software/simulateur/nbproject/private/Makefile-variables.mk b/software/simulateur/nbproject/private/Makefile-variables.mk old mode 100644 new mode 100755 diff --git a/software/simulateur/nbproject/private/c_standard_headers_indexer.c b/software/simulateur/nbproject/private/c_standard_headers_indexer.c old mode 100644 new mode 100755 diff --git a/software/simulateur/nbproject/private/configurations.xml b/software/simulateur/nbproject/private/configurations.xml old mode 100644 new mode 100755 diff --git a/software/simulateur/nbproject/private/cpp_standard_headers_indexer.cpp b/software/simulateur/nbproject/private/cpp_standard_headers_indexer.cpp old mode 100644 new mode 100755 diff --git a/software/simulateur/nbproject/private/launcher.properties b/software/simulateur/nbproject/private/launcher.properties old mode 100644 new mode 100755 diff --git a/software/simulateur/nbproject/private/private.xml b/software/simulateur/nbproject/private/private.xml old mode 100644 new mode 100755 index 2193e08..2683170 --- a/software/simulateur/nbproject/private/private.xml +++ b/software/simulateur/nbproject/private/private.xml @@ -7,7 +7,7 @@ - file:/home/romainv/Documents/temps_reel/dumber/software/simulateur/main.cpp + file:/home/etud/dumber/software/simulateur/main.cpp diff --git a/software/simulateur/nbproject/project.xml b/software/simulateur/nbproject/project.xml old mode 100644 new mode 100755