From 1944ee80d1de9f9af5a9d68c19a6bd913905b7a9 Mon Sep 17 00:00:00 2001 From: vezde Date: Thu, 20 Oct 2022 14:25:45 +0200 Subject: [PATCH] Ajout de l'affichage de la position dans le moniteur + nettoyage dans le code des superviseurs --- .../monitor/monitor-python-qt/main_window.py | 90 +- .../monitor-python-qt/monitor-python.py | 48 +- .../res/icons8-azimuth-24.png | Bin 0 -> 362 bytes .../res/icons8-emplacement-off-24.png | Bin 0 -> 431 bytes .../res/icons8-flèche-haut-gauche-24.png | Bin 0 -> 340 bytes .../monitor-python-qt/res/icons8-robot-24.png | Bin 0 -> 279 bytes .../monitor-python-qt/ui/main_window.ui | 148 ++- .../lib/camera.cpp | 33 +- .../lib/camera.h | 13 +- .../lib/comrobot.cpp | 7 +- .../nbproject/Makefile-JPO2019_RPI_.mk | 16 +- .../nbproject/configurations.xml | 1 - .../nbproject/private/configurations.xml | 2 +- .../private/downloads-10.105.1.7-xenomai-22 | 0 .../nbproject/private/private.xml | 11 +- .../private/timestamps-10.105.1.7-xenomai-22 | 900 +++++++++--------- .../tasks_pthread.cpp | 43 +- .../superviseur-robot/lib/camera.cpp | 54 +- .../raspberry/superviseur-robot/lib/camera.h | 20 +- .../superviseur-robot/lib/comrobot.cpp | 6 +- .../raspberry/superviseur-robot/lib/img.cpp | 11 + .../raspberry/superviseur-robot/lib/img.h | 3 +- .../nbproject/Makefile-Debug__RPI_.mk | 18 +- .../nbproject/configurations.xml | 3 +- .../private/timestamps-10.105.1.7-xenomai-22 | 34 +- 25 files changed, 802 insertions(+), 659 deletions(-) create mode 100644 software/monitor/monitor-python-qt/res/icons8-azimuth-24.png create mode 100644 software/monitor/monitor-python-qt/res/icons8-emplacement-off-24.png create mode 100644 software/monitor/monitor-python-qt/res/icons8-flèche-haut-gauche-24.png create mode 100644 software/monitor/monitor-python-qt/res/icons8-robot-24.png create mode 100644 software/raspberry/superviseur-robot-dumber-pthread/nbproject/private/downloads-10.105.1.7-xenomai-22 diff --git a/software/monitor/monitor-python-qt/main_window.py b/software/monitor/monitor-python-qt/main_window.py index d8b2e81..7f08ed6 100644 --- a/software/monitor/monitor-python-qt/main_window.py +++ b/software/monitor/monitor-python-qt/main_window.py @@ -13,46 +13,92 @@ from PyQt5 import QtCore, QtGui, QtWidgets class Ui_MainWindow(object): def setupUi(self, MainWindow): MainWindow.setObjectName("MainWindow") - MainWindow.resize(973, 635) - MainWindow.setMinimumSize(QtCore.QSize(973, 635)) + MainWindow.resize(985, 745) + MainWindow.setMinimumSize(QtCore.QSize(985, 745)) self.centralwidget = QtWidgets.QWidget(MainWindow) self.centralwidget.setObjectName("centralwidget") self.widget = QtWidgets.QWidget(self.centralwidget) - self.widget.setGeometry(QtCore.QRect(14, 13, 947, 574)) + self.widget.setGeometry(QtCore.QRect(20, 16, 947, 671)) self.widget.setObjectName("widget") - self.horizontalLayout_6 = QtWidgets.QHBoxLayout(self.widget) - self.horizontalLayout_6.setContentsMargins(0, 0, 0, 0) - self.horizontalLayout_6.setObjectName("horizontalLayout_6") + self.horizontalLayout_7 = QtWidgets.QHBoxLayout(self.widget) + self.horizontalLayout_7.setContentsMargins(0, 0, 0, 0) + self.horizontalLayout_7.setObjectName("horizontalLayout_7") self.verticalLayout_4 = QtWidgets.QVBoxLayout() self.verticalLayout_4.setObjectName("verticalLayout_4") + self.horizontalLayout_3 = QtWidgets.QHBoxLayout() + self.horizontalLayout_3.setObjectName("horizontalLayout_3") self.checkBox_enableCamera = QtWidgets.QCheckBox(self.widget) self.checkBox_enableCamera.setObjectName("checkBox_enableCamera") - self.verticalLayout_4.addWidget(self.checkBox_enableCamera) + self.horizontalLayout_3.addWidget(self.checkBox_enableCamera) + self.checkBox_enableFPS = QtWidgets.QCheckBox(self.widget) + self.checkBox_enableFPS.setObjectName("checkBox_enableFPS") + self.horizontalLayout_3.addWidget(self.checkBox_enableFPS) + self.verticalLayout_4.addLayout(self.horizontalLayout_3) self.label_Image = QtWidgets.QLabel(self.widget) - sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Expanding) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Fixed, QtWidgets.QSizePolicy.Fixed) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.label_Image.sizePolicy().hasHeightForWidth()) self.label_Image.setSizePolicy(sizePolicy) self.label_Image.setMinimumSize(QtCore.QSize(640, 480)) self.label_Image.setSizeIncrement(QtCore.QSize(1, 1)) - self.label_Image.setFrameShape(QtWidgets.QFrame.Box) + self.label_Image.setFrameShape(QtWidgets.QFrame.NoFrame) self.label_Image.setText("") self.label_Image.setObjectName("label_Image") self.verticalLayout_4.addWidget(self.label_Image) self.pushButton_confirmArena = QtWidgets.QPushButton(self.widget) self.pushButton_confirmArena.setObjectName("pushButton_confirmArena") self.verticalLayout_4.addWidget(self.pushButton_confirmArena) - self.horizontalLayout_3 = QtWidgets.QHBoxLayout() - self.horizontalLayout_3.setObjectName("horizontalLayout_3") - self.checkBox_enableFPS = QtWidgets.QCheckBox(self.widget) - self.checkBox_enableFPS.setObjectName("checkBox_enableFPS") - self.horizontalLayout_3.addWidget(self.checkBox_enableFPS) + self.horizontalLayout_6 = QtWidgets.QHBoxLayout() + self.horizontalLayout_6.setObjectName("horizontalLayout_6") self.checkBox_enablePosition = QtWidgets.QCheckBox(self.widget) self.checkBox_enablePosition.setObjectName("checkBox_enablePosition") - self.horizontalLayout_3.addWidget(self.checkBox_enablePosition) - self.verticalLayout_4.addLayout(self.horizontalLayout_3) - self.horizontalLayout_6.addLayout(self.verticalLayout_4) + self.horizontalLayout_6.addWidget(self.checkBox_enablePosition) + self.gridLayout_2 = QtWidgets.QGridLayout() + self.gridLayout_2.setObjectName("gridLayout_2") + self.label_100 = QtWidgets.QLabel(self.widget) + self.label_100.setText("") + self.label_100.setPixmap(QtGui.QPixmap("ui/../res/icons8-robot-24.png")) + self.label_100.setAlignment(QtCore.Qt.AlignCenter) + self.label_100.setObjectName("label_100") + self.gridLayout_2.addWidget(self.label_100, 0, 0, 1, 1) + self.label_RobotID = QtWidgets.QLabel(self.widget) + self.label_RobotID.setAlignment(QtCore.Qt.AlignCenter) + self.label_RobotID.setObjectName("label_RobotID") + self.gridLayout_2.addWidget(self.label_RobotID, 0, 1, 1, 1) + self.label_102 = QtWidgets.QLabel(self.widget) + self.label_102.setText("") + self.label_102.setPixmap(QtGui.QPixmap("ui/../res/icons8-azimuth-24.png")) + self.label_102.setAlignment(QtCore.Qt.AlignCenter) + self.label_102.setObjectName("label_102") + self.gridLayout_2.addWidget(self.label_102, 1, 0, 1, 1) + self.label_RobotAngle = QtWidgets.QLabel(self.widget) + self.label_RobotAngle.setAlignment(QtCore.Qt.AlignCenter) + self.label_RobotAngle.setObjectName("label_RobotAngle") + self.gridLayout_2.addWidget(self.label_RobotAngle, 1, 1, 1, 1) + self.label_101 = QtWidgets.QLabel(self.widget) + self.label_101.setText("") + self.label_101.setPixmap(QtGui.QPixmap("ui/../res/icons8-emplacement-off-24.png")) + self.label_101.setAlignment(QtCore.Qt.AlignCenter) + self.label_101.setObjectName("label_101") + self.gridLayout_2.addWidget(self.label_101, 2, 0, 1, 1) + self.label_RobotPos = QtWidgets.QLabel(self.widget) + self.label_RobotPos.setAlignment(QtCore.Qt.AlignCenter) + self.label_RobotPos.setObjectName("label_RobotPos") + self.gridLayout_2.addWidget(self.label_RobotPos, 2, 1, 1, 1) + self.label_103 = QtWidgets.QLabel(self.widget) + self.label_103.setText("") + self.label_103.setPixmap(QtGui.QPixmap("ui/../res/icons8-flèche-haut-gauche-24.png")) + self.label_103.setAlignment(QtCore.Qt.AlignCenter) + self.label_103.setObjectName("label_103") + self.gridLayout_2.addWidget(self.label_103, 3, 0, 1, 1) + self.label_RobotDirection = QtWidgets.QLabel(self.widget) + self.label_RobotDirection.setAlignment(QtCore.Qt.AlignCenter) + self.label_RobotDirection.setObjectName("label_RobotDirection") + self.gridLayout_2.addWidget(self.label_RobotDirection, 3, 1, 1, 1) + self.horizontalLayout_6.addLayout(self.gridLayout_2) + self.verticalLayout_4.addLayout(self.horizontalLayout_6) + self.horizontalLayout_7.addLayout(self.verticalLayout_4) self.verticalLayout_6 = QtWidgets.QVBoxLayout() self.verticalLayout_6.setObjectName("verticalLayout_6") self.groupBox_activation = QtWidgets.QGroupBox(self.widget) @@ -182,10 +228,10 @@ class Ui_MainWindow(object): self.verticalLayout_6.addWidget(self.groupBox_AnswerandBattery) spacerItem = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding) self.verticalLayout_6.addItem(spacerItem) - self.horizontalLayout_6.addLayout(self.verticalLayout_6) + self.horizontalLayout_7.addLayout(self.verticalLayout_6) MainWindow.setCentralWidget(self.centralwidget) self.menubar = QtWidgets.QMenuBar(MainWindow) - self.menubar.setGeometry(QtCore.QRect(0, 0, 973, 22)) + self.menubar.setGeometry(QtCore.QRect(0, 0, 985, 22)) self.menubar.setObjectName("menubar") self.menu_Quitter = QtWidgets.QMenu(self.menubar) self.menu_Quitter.setObjectName("menu_Quitter") @@ -209,9 +255,13 @@ class Ui_MainWindow(object): _translate = QtCore.QCoreApplication.translate MainWindow.setWindowTitle(_translate("MainWindow", "Robot Monitor")) self.checkBox_enableCamera.setText(_translate("MainWindow", "Enable Ca&mera")) - self.pushButton_confirmArena.setText(_translate("MainWindow", "Co&nfirme arena border...")) self.checkBox_enableFPS.setText(_translate("MainWindow", "Enable &FPS")) + self.pushButton_confirmArena.setText(_translate("MainWindow", "Co&nfirme arena border...")) self.checkBox_enablePosition.setText(_translate("MainWindow", "Enable Pos&ition")) + self.label_RobotID.setText(_translate("MainWindow", "No robot (-1)")) + self.label_RobotAngle.setText(_translate("MainWindow", "0.0°")) + self.label_RobotPos.setText(_translate("MainWindow", "(0.0, 0.0)")) + self.label_RobotDirection.setText(_translate("MainWindow", "(0.0, 0.0)")) self.groupBox_activation.setTitle(_translate("MainWindow", "Robot Activation")) self.groupBox_connection.setTitle(_translate("MainWindow", "Connection")) self.label.setText(_translate("MainWindow", "Address:")) diff --git a/software/monitor/monitor-python-qt/monitor-python.py b/software/monitor/monitor-python-qt/monitor-python.py index bf13e7e..559ee3c 100755 --- a/software/monitor/monitor-python-qt/monitor-python.py +++ b/software/monitor/monitor-python-qt/monitor-python.py @@ -264,10 +264,50 @@ class Window(QtWidgets.QMainWindow, Ui_MainWindow): self.label_Image.setPixmap(im_pixmap) self.label_Image.setScaledContents(True) - self.label_Image.setSizePolicy(QtWidgets.QSizePolicy.Ignored,QtWidgets.QSizePolicy.Ignored) - elif Network.CAMERA_POSITION in s: - print ("position received") - print (s) + self.label_Image.setSizePolicy(QtWidgets.QSizePolicy.Fixed,QtWidgets.QSizePolicy.Fixed) + elif Network.CAMERA_POSITION in s: + #CPOS:-1;0.000000;0.000000;0.000000;0.000000;0.000000 + str_split = s.split(':') + values_split = str_split[1].split(';') + + try: + robot_ID = int(values_split[0]) # Id of robot + except: + robot_ID = -1 + + try: + robot_Angle = float(values_split[1]) # angle of robot + except: + robot_Angle = 0.0 + + try: + robot_Coord_X = float(values_split[2]) # X coord of robot + except: + robot_Coord_X = 0.0 + + try: + robot_Coord_Y = float(values_split[3]) # Y coord of robot + except: + robot_Coord_Y = 0.0 + + try: + robot_Cap_X = float(values_split[4]) # X cap of robot + except: + robot_Cap_X = 0.0 + + try: + robot_Cap_Y = float(values_split[5]) # Y cap of robot + except: + robot_Cap_Y = 0.0 + + if robot_ID == -1: + self.label_RobotID.setText("No robot (-1)") + else: + self.label_RobotID.setText(values_split[0]) + + self.label_RobotAngle.setText("%.2f°" % (robot_Angle)) + self.label_RobotPos.setText("(%.2f, %.2f)" % (robot_Coord_X, robot_Coord_Y)) + self.label_RobotDirection.setText("(%.2f, %.2f)" % (robot_Cap_X, robot_Cap_Y)) # Callback for battery timeout @QtCore.pyqtSlot() diff --git a/software/monitor/monitor-python-qt/res/icons8-azimuth-24.png b/software/monitor/monitor-python-qt/res/icons8-azimuth-24.png new file mode 100644 index 0000000000000000000000000000000000000000..245b4c2209b86fb63d24ded74c97c665a8d627f4 GIT binary patch literal 362 zcmV-w0hRuVP)&FbMr;b;vQ6fO{80$EK>-UVNaIN&Y*`)% zt8e54d2aFnP5@zR5zs-XfnsK) z2-(ae>G+bH#PeV5aSZ>i8W00ZAOW5>68kK+Ifc{%PQcp}N1&U>xB^T9jK5=S&w4d2 zVD4h%Gw+o!chS+zYnXnP1)NYWK2{EVD+1OY$Up+D0stZAZ(uF~b^(Aoa18(?65#Oz z5Lt78MgZg?0a7K|wdDphGnJfw0PYe%Yf-l6S6hLv60t=KPuUWrujI@mfHtNYqz_z_ z_u`mVfkO^R?jH@zRxD%w0$Q56Q;|*TV(2pmvvS7;zI;UBx_0Uib|-tFoyRziUXVT$NB*HY8tD28N%oQ0000;+_O}< 0 0 - 973 - 635 + 985 + 745 - 973 - 635 + 985 + 745 @@ -23,26 +23,37 @@ - 14 - 13 + 20 + 16 947 - 574 + 671 - + - - - Enable Ca&mera - - + + + + + Enable Ca&mera + + + + + + + Enable &FPS + + + + - + 0 0 @@ -60,7 +71,7 @@ - QFrame::Box + QFrame::NoFrame @@ -75,14 +86,7 @@ - - - - - Enable &FPS - - - + @@ -90,6 +94,102 @@ + + + + + + + + + ../res/icons8-robot-24.png + + + Qt::AlignCenter + + + + + + + No robot (-1) + + + Qt::AlignCenter + + + + + + + + + + ../res/icons8-azimuth-24.png + + + Qt::AlignCenter + + + + + + + 0.0° + + + Qt::AlignCenter + + + + + + + + + + ../res/icons8-emplacement-off-24.png + + + Qt::AlignCenter + + + + + + + (0.0, 0.0) + + + Qt::AlignCenter + + + + + + + + + + ../res/icons8-flèche-haut-gauche-24.png + + + Qt::AlignCenter + + + + + + + (0.0, 0.0) + + + Qt::AlignCenter + + + + + @@ -353,7 +453,7 @@ 0 0 - 973 + 985 22 diff --git a/software/raspberry/superviseur-robot-dumber-pthread/lib/camera.cpp b/software/raspberry/superviseur-robot-dumber-pthread/lib/camera.cpp index ff2d68c..8c64a18 100644 --- a/software/raspberry/superviseur-robot-dumber-pthread/lib/camera.cpp +++ b/software/raspberry/superviseur-robot-dumber-pthread/lib/camera.cpp @@ -29,12 +29,6 @@ using namespace cv; Camera::Camera(int size, int fps) { this->SetSize(size); this->fps = fps; -#ifndef __FOR_PC__ - this->cap.set(CV_CAP_PROP_FORMAT, CV_8UC3); - this->cap.set(CV_CAP_PROP_FRAME_WIDTH, width); - this->cap.set(CV_CAP_PROP_FRAME_HEIGHT, height); - this->cap.set(CV_CAP_PROP_FPS, fps); -#endif /* __FOR_PC__ */ } /** @@ -44,23 +38,13 @@ Camera::Camera(int size, int fps) { bool Camera::Open() { bool status = false; -#ifdef __FOR_PC__ if (this->cap.open(0)) { //this->cap.set(CV_CAP_PROP_FORMAT, CV_8UC3); this->cap.set(CV_CAP_PROP_FRAME_WIDTH, width); this->cap.set(CV_CAP_PROP_FRAME_HEIGHT, height); - + this->cap.set(CV_CAP_PROP_FPS, this->fps); status = true; } -#else - if (this->cap.open()) { - cout << "Camera warmup 2sec" << endl << flush; - sleep(2); - cout << "Start capture" << endl << flush; - - status = true; - } -#endif /* __FOR_PC__ */ return status; } @@ -97,8 +81,8 @@ void Camera::SetSize(int size) { this->height = 768; break; default: - this->width = 480; - this->height = 360; + this->width = 320; + this->height = 240; } } @@ -109,19 +93,8 @@ void Camera::SetSize(int size) { Img Camera::Grab() { ImageMat frame; -#ifdef __FOR_PC__ cap >> frame; Img capture = Img(frame); -#else - cap.grab(); - cap.retrieve(frame); - -#ifdef __INVERSE_COLOR__ - cvtColor(frame, frame, CV_BGR2RGB); -#endif // __INVERSE_COLOR__ - - Img capture = Img(frame); -#endif /* __FOR_PC__ */ return capture; } diff --git a/software/raspberry/superviseur-robot-dumber-pthread/lib/camera.h b/software/raspberry/superviseur-robot-dumber-pthread/lib/camera.h index a8e9cc2..db1a6bd 100644 --- a/software/raspberry/superviseur-robot-dumber-pthread/lib/camera.h +++ b/software/raspberry/superviseur-robot-dumber-pthread/lib/camera.h @@ -22,9 +22,6 @@ #include #include -#ifndef __FOR_PC__ -#include "raspicam/raspicam_cv.h" -#endif /* __FOR_PC__ */ #include "img.h" /** @@ -94,14 +91,8 @@ public: Img Grab(); private: -#ifdef __FOR_PC__ - /** - * Camera descriptor - */ - cv::VideoCapture cap; -#else - raspicam::RaspiCam_Cv cap; -#endif /* __FOR_PC__ */ + + cv::VideoCapture cap; /** * Size for image (default= small) diff --git a/software/raspberry/superviseur-robot-dumber-pthread/lib/comrobot.cpp b/software/raspberry/superviseur-robot-dumber-pthread/lib/comrobot.cpp index 8f7bc47..69760ea 100644 --- a/software/raspberry/superviseur-robot-dumber-pthread/lib/comrobot.cpp +++ b/software/raspberry/superviseur-robot-dumber-pthread/lib/comrobot.cpp @@ -26,12 +26,9 @@ #include #include -#ifdef __FOR_PC__ -// #define USART_FILENAME "/dev/ttyUSB0" #define USART_FILENAME "/dev/ttyS0" -#else -#define USART_FILENAME "/dev/ttyS0" -#endif /* __FOR_PC__ */ +// Uncomment the following line when used on PC +//#define USART_FILENAME "/dev/ttyUSB0" /* * Constants to be used for communicating with robot. Contains command tag diff --git a/software/raspberry/superviseur-robot-dumber-pthread/nbproject/Makefile-JPO2019_RPI_.mk b/software/raspberry/superviseur-robot-dumber-pthread/nbproject/Makefile-JPO2019_RPI_.mk index ec7f33b..4d0ecb4 100644 --- a/software/raspberry/superviseur-robot-dumber-pthread/nbproject/Makefile-JPO2019_RPI_.mk +++ b/software/raspberry/superviseur-robot-dumber-pthread/nbproject/Makefile-JPO2019_RPI_.mk @@ -72,42 +72,42 @@ ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/superviseur-robot-dumber-pthread: ${O ${OBJECTDIR}/lib/base64/base64.o: lib/base64/base64.cpp ${MKDIR} -p ${OBJECTDIR}/lib/base64 ${RM} "$@.d" - $(COMPILE.cc) -g -D_WITH_TRACE_ -D__FOR_PC__ -D__WITH_ARUCO__ -D__WITH_PTHREAD__ -I./ -I./lib `pkg-config --cflags opencv4` -std=c++11 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/lib/base64/base64.o lib/base64/base64.cpp + $(COMPILE.cc) -g -D_WITH_TRACE_ -D__WITH_ARUCO__ -D__WITH_PTHREAD__ -I./ -I./lib `pkg-config --cflags opencv4` -std=c++11 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/lib/base64/base64.o lib/base64/base64.cpp ${OBJECTDIR}/lib/camera.o: lib/camera.cpp ${MKDIR} -p ${OBJECTDIR}/lib ${RM} "$@.d" - $(COMPILE.cc) -g -D_WITH_TRACE_ -D__FOR_PC__ -D__WITH_ARUCO__ -D__WITH_PTHREAD__ -I./ -I./lib `pkg-config --cflags opencv4` -std=c++11 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/lib/camera.o lib/camera.cpp + $(COMPILE.cc) -g -D_WITH_TRACE_ -D__WITH_ARUCO__ -D__WITH_PTHREAD__ -I./ -I./lib `pkg-config --cflags opencv4` -std=c++11 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/lib/camera.o lib/camera.cpp ${OBJECTDIR}/lib/commonitor.o: lib/commonitor.cpp ${MKDIR} -p ${OBJECTDIR}/lib ${RM} "$@.d" - $(COMPILE.cc) -g -D_WITH_TRACE_ -D__FOR_PC__ -D__WITH_ARUCO__ -D__WITH_PTHREAD__ -I./ -I./lib `pkg-config --cflags opencv4` -std=c++11 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/lib/commonitor.o lib/commonitor.cpp + $(COMPILE.cc) -g -D_WITH_TRACE_ -D__WITH_ARUCO__ -D__WITH_PTHREAD__ -I./ -I./lib `pkg-config --cflags opencv4` -std=c++11 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/lib/commonitor.o lib/commonitor.cpp ${OBJECTDIR}/lib/comrobot.o: lib/comrobot.cpp ${MKDIR} -p ${OBJECTDIR}/lib ${RM} "$@.d" - $(COMPILE.cc) -g -D_WITH_TRACE_ -D__FOR_PC__ -D__WITH_ARUCO__ -D__WITH_PTHREAD__ -I./ -I./lib `pkg-config --cflags opencv4` -std=c++11 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/lib/comrobot.o lib/comrobot.cpp + $(COMPILE.cc) -g -D_WITH_TRACE_ -D__WITH_ARUCO__ -D__WITH_PTHREAD__ -I./ -I./lib `pkg-config --cflags opencv4` -std=c++11 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/lib/comrobot.o lib/comrobot.cpp ${OBJECTDIR}/lib/img.o: lib/img.cpp ${MKDIR} -p ${OBJECTDIR}/lib ${RM} "$@.d" - $(COMPILE.cc) -g -D_WITH_TRACE_ -D__FOR_PC__ -D__WITH_ARUCO__ -D__WITH_PTHREAD__ -I./ -I./lib `pkg-config --cflags opencv4` -std=c++11 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/lib/img.o lib/img.cpp + $(COMPILE.cc) -g -D_WITH_TRACE_ -D__WITH_ARUCO__ -D__WITH_PTHREAD__ -I./ -I./lib `pkg-config --cflags opencv4` -std=c++11 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/lib/img.o lib/img.cpp ${OBJECTDIR}/lib/messages.o: lib/messages.cpp ${MKDIR} -p ${OBJECTDIR}/lib ${RM} "$@.d" - $(COMPILE.cc) -g -D_WITH_TRACE_ -D__FOR_PC__ -D__WITH_ARUCO__ -D__WITH_PTHREAD__ -I./ -I./lib `pkg-config --cflags opencv4` -std=c++11 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/lib/messages.o lib/messages.cpp + $(COMPILE.cc) -g -D_WITH_TRACE_ -D__WITH_ARUCO__ -D__WITH_PTHREAD__ -I./ -I./lib `pkg-config --cflags opencv4` -std=c++11 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/lib/messages.o lib/messages.cpp ${OBJECTDIR}/main.o: main.cpp ${MKDIR} -p ${OBJECTDIR} ${RM} "$@.d" - $(COMPILE.cc) -g -D_WITH_TRACE_ -D__FOR_PC__ -D__WITH_ARUCO__ -D__WITH_PTHREAD__ -I./ -I./lib `pkg-config --cflags opencv4` -std=c++11 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/main.o main.cpp + $(COMPILE.cc) -g -D_WITH_TRACE_ -D__WITH_ARUCO__ -D__WITH_PTHREAD__ -I./ -I./lib `pkg-config --cflags opencv4` -std=c++11 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/main.o main.cpp ${OBJECTDIR}/tasks_pthread.o: tasks_pthread.cpp ${MKDIR} -p ${OBJECTDIR} ${RM} "$@.d" - $(COMPILE.cc) -g -D_WITH_TRACE_ -D__FOR_PC__ -D__WITH_ARUCO__ -D__WITH_PTHREAD__ -I./ -I./lib `pkg-config --cflags opencv4` -std=c++11 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/tasks_pthread.o tasks_pthread.cpp + $(COMPILE.cc) -g -D_WITH_TRACE_ -D__WITH_ARUCO__ -D__WITH_PTHREAD__ -I./ -I./lib `pkg-config --cflags opencv4` -std=c++11 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/tasks_pthread.o tasks_pthread.cpp # Subprojects .build-subprojects: diff --git a/software/raspberry/superviseur-robot-dumber-pthread/nbproject/configurations.xml b/software/raspberry/superviseur-robot-dumber-pthread/nbproject/configurations.xml index 7508430..29ff15a 100644 --- a/software/raspberry/superviseur-robot-dumber-pthread/nbproject/configurations.xml +++ b/software/raspberry/superviseur-robot-dumber-pthread/nbproject/configurations.xml @@ -216,7 +216,6 @@ -D_GNU_SOURCE -D_REENTRANT -fasynchronous-unwind-tables -Wno-pmf-conversions -std=gnu++11 _WITH_TRACE_ - __FOR_PC__ __WITH_ARUCO__ __WITH_PTHREAD__ diff --git a/software/raspberry/superviseur-robot-dumber-pthread/nbproject/private/configurations.xml b/software/raspberry/superviseur-robot-dumber-pthread/nbproject/private/configurations.xml index ddaf89b..ea3ecf0 100644 --- a/software/raspberry/superviseur-robot-dumber-pthread/nbproject/private/configurations.xml +++ b/software/raspberry/superviseur-robot-dumber-pthread/nbproject/private/configurations.xml @@ -74,7 +74,7 @@ - xenomai@192.168.1.141:22 + xenomai@10.105.1.7:22 2 diff --git a/software/raspberry/superviseur-robot-dumber-pthread/nbproject/private/downloads-10.105.1.7-xenomai-22 b/software/raspberry/superviseur-robot-dumber-pthread/nbproject/private/downloads-10.105.1.7-xenomai-22 new file mode 100644 index 0000000..e69de29 diff --git a/software/raspberry/superviseur-robot-dumber-pthread/nbproject/private/private.xml b/software/raspberry/superviseur-robot-dumber-pthread/nbproject/private/private.xml index 0991519..badc3d7 100644 --- a/software/raspberry/superviseur-robot-dumber-pthread/nbproject/private/private.xml +++ b/software/raspberry/superviseur-robot-dumber-pthread/nbproject/private/private.xml @@ -7,13 +7,10 @@ - file:/home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/lib/img.h - file:/home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/lib/img.cpp - file:/home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/lib/messages.cpp - file:/home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/tasks_pthread.cpp - file:/home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/lib/commonitor.cpp - file:/home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/lib/camera.cpp - file:/home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/lib/camera.h + file:/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/lib/img.h + file:/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/lib/camera.cpp + file:/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/lib/img.cpp + file:/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/lib/camera.h diff --git a/software/raspberry/superviseur-robot-dumber-pthread/nbproject/private/timestamps-10.105.1.7-xenomai-22 b/software/raspberry/superviseur-robot-dumber-pthread/nbproject/private/timestamps-10.105.1.7-xenomai-22 index f8cfc04..c2b5b32 100644 --- a/software/raspberry/superviseur-robot-dumber-pthread/nbproject/private/timestamps-10.105.1.7-xenomai-22 +++ b/software/raspberry/superviseur-robot-dumber-pthread/nbproject/private/timestamps-10.105.1.7-xenomai-22 @@ -1,96 +1,96 @@ -#Tue Oct 18 16:54:29 CEST 2022 +#Thu Oct 20 14:17:34 CEST 2022 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_12.html=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/main.cpp=c1666083088609 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_battery__coll__graph.md5=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/bdwn.png=c1657266859174 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/bdwn.png=c1666083088645 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/search.js=c1666083088653 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/typedefs_0.html=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/base64_8h__incl.png=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/typedefs_0.html=c1666083088653 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/base64_8h__incl.png=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/camera_8h__incl.md5=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_c.js=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_string__coll__graph.pdf=c1666083088661 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/graph_legend.png=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/hierarchy.tex=c1657266859186 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_battery__coll__graph.map=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/graph_legend.png=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/hierarchy.tex=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_battery__coll__graph.map=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/messages_8h__dep__incl.md5=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_5.png=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/commonitor_8h.html=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/commonitor_8h.html=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_a.html=c1666083088649 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_8.html=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_2.js=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_8.html=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_2.js=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/dir_97aefd0d527b934f1d99a682da8fe6a9.html=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/lib/comrobot.cpp=c1657266859166 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/lib/comrobot.cpp=c1666266595547 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_string__inherit__graph.md5=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_12.js=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_6.md5=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_12.js=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_6.md5=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/lib/base64/base64.cpp=c1666083088613 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/files_2.js=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/files_2.js=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/classes_2.html=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/navtree.js=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/functions_func.html=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_battery__coll__graph.md5=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/functions_func.html=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_battery__coll__graph.md5=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/files.tex=c1666083088661 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/doc.png=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_5.map=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_5.map=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/typedefs_0.js=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_string__inherit__graph.map=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/enumvalues_2.html=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/README.md=c1657266859166 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/enumvalues_2.html=c1666083088653 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/README.md=c1666083088613 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_5.html=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/img_8h__dep__incl.png=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_0.png=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/functions_vars.html=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_5.js=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_0.png=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/functions_vars.html=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_5.js=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_7.js=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/robot-icon.resized.png=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/annotated_dup.js=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_battery.js=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_b.html=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_battery.js=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_b.html=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/nomatches.html=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/enums_0.html=c1666083088653 -/home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/lib/comrobot.cpp=c1666104864386 +/home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/lib/comrobot.cpp=c1666266595547 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/jquery.js=c1666083088645 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/nbproject/Package-Debug__RPI_.bash=c1666083088609 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_d.html=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_4.js=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_d.html=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_4.js=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/messages_8h__dep__incl.map=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/classes_2.js=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/tasks.cpp=c1666083088609 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_int__inherit__graph.png=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_img.html=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/enums_2.js=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_6.html=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_img.html=c1666083088653 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/enums_2.js=c1666083088653 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_6.html=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_11.js=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/comrobot_8h_source.html=c1666083088653 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_1.html=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_5.html=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_1.html=c1666083088645 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_5.html=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_9.js=c1666083088649 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/classes_0.html=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/camera_8h_source.html=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_3.js=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/messages_8h__dep__incl.md5=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/classes_0.html=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/camera_8h_source.html=c1666083088653 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_3.js=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/messages_8h__dep__incl.md5=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/navtree.css=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/folderclosed.png=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_arena.js=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/folderclosed.png=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_arena.js=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_6.png=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_battery__inherit__graph.md5=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/globals_enum.html=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_int__coll__graph.png=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/nbproject/project.xml=c1657266859166 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_6.js=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_int__coll__graph.png=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/nbproject/project.xml=c1666266892770 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_6.js=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_string__inherit__graph.pdf=c1666083088661 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/nav_f.png=c1666083088645 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/classes_4.js=c1666083088649 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_5.md5=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_1.png=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_5.md5=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_1.png=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/lib/base64/compile-and-run-test=c1666083088613 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_camera-members.html=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_camera-members.html=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_b.js=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_position__inherit__graph.pdf=c1666083088661 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_a.html=c1666083088649 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_4.map=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_4.map=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/img_8h__incl.png=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/open.png=c1657266859174 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/open.png=c1666083088645 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/lib/base64/base64.h=c1666083088613 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_8.js=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_position.tex=c1666083088657 @@ -100,283 +100,283 @@ /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/tab_h.png=c1666083088645 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/files_1.js=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/enumvalues_3.html=c1666083088653 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/files_0.js=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/commonitor_8h.tex=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/files_0.js=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/commonitor_8h.tex=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_img.tex=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/bdwn.png=c1666083088645 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/nbproject/project.xml=c1666104184467 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/.gitignore=c1666083088609 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_battery.html=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_battery.html=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_battery__inherit__graph.map=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/tasks_pthread.cpp=c1657266859174 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/tasks_pthread.cpp=c1666265364426 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/close.png=c1666083088645 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/search_r.png=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/commonitor_8h__incl.png=c1657266859174 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_img__inherit__graph.pdf=c1657266859186 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/search_r.png=c1666083088645 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/commonitor_8h__incl.png=c1666083088645 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_img__inherit__graph.pdf=c1666083088661 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/lib/commonitor.h=c1666083088613 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/mag_sel.png=c1666083088645 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/open.png=c1666083088645 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_c.js=c1666083088653 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_position__inherit__graph.md5=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/bc_s.png=c1657266859174 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_position__inherit__graph.md5=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/bc_s.png=c1666083088645 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/commonitor_8h__incl.map=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/dir_97aefd0d527b934f1d99a682da8fe6a9.html=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_img__coll__graph.md5=c1657266859186 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_7.js=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_string__coll__graph.png=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/lib/camera.cpp=c1657266859166 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/camera_8h__incl.md5=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/struct_position.js=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_int__inherit__graph.pdf=c1657266859186 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/dir_97aefd0d527b934f1d99a682da8fe6a9.html=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_img__coll__graph.md5=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_7.js=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_string__coll__graph.png=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/lib/camera.cpp=c1666267210222 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/camera_8h__incl.md5=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/struct_position.js=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_int__inherit__graph.pdf=c1666083088661 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/menudata.js=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/nav_g.png=c1666083088645 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/enumvalues_4.html=c1666083088653 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_2.js=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_2.js=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_string-members.html=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_battery.js=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_com_monitor.html=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_com_monitor.tex=c1657266859186 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/lib/img.h=c1657266859166 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_com_monitor.html=c1666083088653 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_com_monitor.tex=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/lib/img.h=c1666194536233 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_f.js=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/messages_8h__incl.md5=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/lib/commonitor.cpp=c1666083088613 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_arena-members.html=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_arena-members.html=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_e.js=c1666083088649 -/home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/lib/camera.h=c1666104409531 +/home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/lib/camera.h=c1666266529227 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/base64_8h__incl.md5=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/enumvalues_0.js=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_5.html=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/base64_8h.js=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/enumvalues_0.js=c1666083088653 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_5.html=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/base64_8h.js=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message.tex=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_b.html=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_string__coll__graph.map=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_9.html=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/camera_8h__incl.png=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_10.js=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_14.html=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_camera.tex=c1657266859186 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_9.html=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/camera_8h__incl.png=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_10.js=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_14.html=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_camera.tex=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/classes_3.html=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/files_0.html=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/commonitor_8h__incl.md5=c1666083088653 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/nbproject/Package-Debug__RPI_.bash=c1657266859166 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/nbproject/Package-Debug__RPI_.bash=c1666266892770 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_position.html=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/base64_8h_source.html=c1666083088653 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_c.js=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_c.js=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_5.html=c1666083088649 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_a.html=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_a.html=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_int.html=c1666083088653 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/messages_8h__dep__incl.map=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/defines_1.js=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/messages_8h__dep__incl.map=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/defines_1.js=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_9.js=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_d.js=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_camera-members.html=c1666083088653 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/files_3.html=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_7.html=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/files_3.html=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_7.html=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/tab_s.png=c1666083088645 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_com_robot-members.html=c1666083088653 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/base64_8h__incl.pdf=c1657266859186 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_battery__inherit__graph.pdf=c1657266859186 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/base64_8h__incl.pdf=c1666083088661 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_battery__inherit__graph.pdf=c1666083088661 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/sync_off.png=c1666083088645 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_a.html=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/defines_0.js=c1666083088653 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_c.html=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_c.html=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_4.html=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/hierarchy.js=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/messages_8h__incl.pdf=c1657266859186 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/messages_8h__incl.pdf=c1666083088661 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_camera.html=c1666083088653 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_img-members.html=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/messages_8h.js=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_a.js=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/defines_1.html=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/gdbsudo.sh=c1657266859166 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_battery.tex=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/comrobot_8h.html=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/comrobot_8h_source.html=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/dir_96aba1edb3024c67427e5e41410f3c29.js=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_img-members.html=c1666083088653 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/messages_8h.js=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_a.js=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/defines_1.html=c1666083088653 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/gdbsudo.sh=c1666083088613 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_battery.tex=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/comrobot_8h.html=c1666083088653 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/comrobot_8h_source.html=c1666083088653 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/dir_96aba1edb3024c67427e5e41410f3c29.js=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_0.js=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_13.js=c1666083088649 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/lib/base64/base64.cpp=c1657266859166 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/classes_2.html=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_6.map=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/img_8h__incl.map=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/lib/base64/base64.cpp=c1666083088613 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/classes_2.html=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_6.map=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/img_8h__incl.map=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/camera_8h.html=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/img_8h__incl.md5=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_0.js=c1666083088649 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/globals_func.html=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_position__coll__graph.pdf=c1657266859186 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/globals_func.html=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_position__coll__graph.pdf=c1666083088661 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/enums_1.js=c1666083088653 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_4.js=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/doc.png=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_4.js=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/doc.png=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_3.html=c1666083088649 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_string__inherit__graph.pdf=c1657266859186 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_0.html=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/Makefile=c1657266859166 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_position__inherit__graph.map=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_string__inherit__graph.pdf=c1666083088661 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_0.html=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/Makefile=c1666266892770 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_position__inherit__graph.map=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/hierarchy.tex=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/camera_8h_source.html=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_battery.html=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_int__coll__graph.pdf=c1666083088661 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/img_8h__incl.md5=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/img_8h__incl.md5=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message.html=c1666083088653 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/superviseur.doxygen=c1657266859166 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_battery__inherit__graph.md5=c1657266859186 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/superviseur.doxygen=c1666083088613 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_battery__inherit__graph.md5=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_5.js=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_arena.tex=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/comrobot_8h.html=c1666083088653 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/globals_eval.html=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/globals_eval.html=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_0.md5=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/enumvalues_1.js=c1666083088653 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/struct_position-members.html=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/struct_position-members.html=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/camera_8h.tex=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/enumvalues_4.html=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/doxygen.png=c1657266859174 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/enumvalues_4.html=c1666083088653 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/doxygen.png=c1666083088645 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/classes_4.html=c1666083088649 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/messages_8h__incl.png=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/doxygen.sty=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/messages_8h__incl.png=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/doxygen.sty=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/classes.html=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/nbproject/Makefile-variables.mk=c1666082837185 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/nbproject/Makefile-variables.mk=c1666266892770 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_position.js=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_camera.html=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_camera.html=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_com_robot.js=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/comrobot_8h__incl.pdf=c1666083088661 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_3.png=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_3.png=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/inherits.html=c1666083088653 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/doxygen.css=c1657266859174 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/doxygen.css=c1666083088645 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_string__coll__graph.png=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_position.tex=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_13.html=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/refman.tex=c1657266859186 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_position.tex=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_13.html=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/refman.tex=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/README.md=c1666083088613 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_com_monitor.js=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_e.js=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_e.js=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_img__coll__graph.md5=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_a.js=c1666083088653 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_b.js=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_int__inherit__graph.png=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_b.js=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_int__inherit__graph.png=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_position__coll__graph.pdf=c1666083088661 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/tab_h.png=c1657266859174 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/commonitor_8h__incl.map=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/tab_h.png=c1666083088645 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/commonitor_8h__incl.map=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/Makefile=c1666083088613 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/nomatches.html=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_4.html=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/nomatches.html=c1666083088653 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_4.html=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/base64_8h.js=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/nbproject/Makefile-Debug__PC_.mk=c1666083088609 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_img__inherit__graph.md5=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_8.js=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_img__inherit__graph.md5=c1666083088653 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_8.js=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/base64_8h__incl.md5=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/index.html=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/dir_97aefd0d527b934f1d99a682da8fe6a9.js=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/classes_0.html=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_img__coll__graph.map=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/commonitor_8h__incl.md5=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/commonitor_8h__incl.md5=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_0.map=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_1.js=c1666083088645 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/functions.html=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/functions.html=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/base64_8h__incl.map=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/classes_4.js=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_0.js=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/img_8h__dep__incl.png=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/nav_f.png=c1657266859174 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/classes_4.js=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_0.js=c1666083088645 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/img_8h__dep__incl.png=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/nav_f.png=c1666083088645 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/globals_type.html=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/camera_8h.html=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/camera_8h.html=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/files_1.html=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message__inherit__graph.md5=c1666083088653 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/files_2.html=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_1.js=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_2.html=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/files_2.html=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_1.js=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_2.html=c1666083088645 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/enums_2.html=c1666083088653 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_8.html=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/robot-icon.resized.png=c1657266859186 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_6.js=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/messages_8h.html=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/camera_8h__incl.pdf=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_int__coll__graph.md5=c1657266859186 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_8.html=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/robot-icon.resized.png=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_6.js=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/messages_8h.html=c1666083088653 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/camera_8h__incl.pdf=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_int__coll__graph.md5=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_3.js=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_b.html=c1666083088653 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_2.png=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message.tex=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_2.png=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message.tex=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/bc_s.png=c1666083088645 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_7.js=c1666083088649 -/home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/lib/img.cpp=c1666104461602 +/home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/lib/img.cpp=c1666195180999 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/classes_1.html=c1666083088649 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_d.html=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_d.html=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_7.html=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/struct_position-members.html=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_3.js=c1666083088649 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/enumvalues_1.html=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_9.js=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_b.html=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/enumvalues_1.html=c1666083088653 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_9.js=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_b.html=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message__inherit__graph.md5=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_10.html=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/lib/.gitignore=c1666083088613 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_camera.tex=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_int__inherit__graph.md5=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_img-members.html=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/enumvalues_1.js=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_img-members.html=c1666083088653 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/enumvalues_1.js=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/Makefile=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_com_robot.tex=c1657266859186 -/home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/lib/img.h=c1666083088613 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_com_robot.tex=c1666083088657 +/home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/lib/img.h=c1666194536233 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/sync_on.png=c1666083088645 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_arena.tex=c1657266859186 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_arena.tex=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_2.html=c1666083088649 -/home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/nbproject/Makefile-JPO2019_RPI_.mk=c1666104347787 +/home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/nbproject/Makefile-JPO2019_RPI_.mk=c1666191842603 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/doxygen.sty=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/typedefs_1.js=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/globals_type.html=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_a.html=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/typedefs_1.js=c1666083088653 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/globals_type.html=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_a.html=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_5.js=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_camera.js=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/nav_g.png=c1657266859174 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_5.png=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_1.html=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/nav_g.png=c1666083088645 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_5.png=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_1.html=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_13.html=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/search.css=c1666083088645 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_e.html=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_e.html=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/navtreeindex0.js=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_com_robot.js=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_com_robot.js=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_img.html=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/files_3.js=c1666083088649 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message.js=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message.js=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_2.md5=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/img_8h__dep__incl.pdf=c1666083088661 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/commonitor_8h.js=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/folderopen.png=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/refman.tex=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_f.js=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_2.js=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/classes_2.js=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/img_8h.html=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_f.js=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_2.js=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/classes_2.js=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/img_8h.html=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/messages_8h__incl.map=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/img_8h__incl.md5=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/img_8h__incl.md5=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/messages_8h__incl.md5=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_3.js=c1666083088649 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/img_8h__dep__incl.pdf=c1657266859186 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/img_8h__dep__incl.pdf=c1666083088661 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_2.map=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message__inherit__graph.pdf=c1657266859186 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_string__inherit__graph.map=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message__inherit__graph.pdf=c1666083088661 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_string__inherit__graph.map=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_4.html=c1666083088649 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_int-members.html=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/classes_3.html=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_int.tex=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_b.js=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_int-members.html=c1666083088653 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/classes_3.html=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_int.tex=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_b.js=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/searchdata.js=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_position__inherit__graph.md5=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_img__coll__graph.md5=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/struct_position.tex=c1657266859186 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_img__coll__graph.md5=c1666083088653 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/struct_position.tex=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/img_8h.tex=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/navtree.js=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/navtree.js=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/dir_97aefd0d527b934f1d99a682da8fe6a9.tex=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_a.js=c1666083088649 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/comrobot_8h__incl.png=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/comrobot_8h__incl.png=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_img__coll__graph.pdf=c1666083088661 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_string__inherit__graph.md5=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_string__inherit__graph.md5=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message__inherit__graph.map=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message__inherit__graph.md5=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_img__coll__graph.map=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message__inherit__graph.md5=c1666083088653 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_img__coll__graph.map=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_com_monitor-members.html=c1666083088653 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/closed.png=c1657266859174 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/closed.png=c1666083088645 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/files.html=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/lib/camera.h=c1657266859166 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/lib/camera.h=c1666267076610 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_int__coll__graph.md5=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/nbproject/Makefile-variables.mk=c1666083088609 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_4.html=c1666083088649 @@ -388,28 +388,28 @@ /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/base64_8h.tex=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_battery__coll__graph.pdf=c1666083088661 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/lib/base64/LICENSE=c1666083088613 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_4.png=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_4.png=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/hierarchy.html=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/messages_8h__dep__incl.md5=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_position__coll__graph.md5=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_battery__inherit__graph.map=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/nav_h.png=c1657266859174 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_battery__inherit__graph.map=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/nav_h.png=c1666083088645 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/comrobot_8h__incl.map=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/dir_97aefd0d527b934f1d99a682da8fe6a9.js=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/dir_97aefd0d527b934f1d99a682da8fe6a9.js=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/commonitor_8h__incl.md5=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/comrobot_8h.tex=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_position__inherit__graph.md5=c1657266859186 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_10.html=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/comrobot_8h.tex=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_position__inherit__graph.md5=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_10.html=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_position__coll__graph.map=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/lib/img.cpp=c1657266859166 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_img__inherit__graph.map=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/enumvalues_3.js=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_com_robot.html=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/.dep.inc=c1657266859166 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/lib/img.cpp=c1666195180999 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_img__inherit__graph.map=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/enumvalues_3.js=c1666083088653 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_com_robot.html=c1666083088653 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/.dep.inc=c1666196974259 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_1.md5=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/jquery.js=c1657266859174 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/jquery.js=c1666083088645 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_img-members.html=c1666083088653 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/hierarchy.js=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/hierarchy.js=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_battery__inherit__graph.png=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/camera_8h.js=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/navtreedata.js=c1666083088657 @@ -417,54 +417,54 @@ /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_a.js=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/dir_96aba1edb3024c67427e5e41410f3c29.html=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_img.tex=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_5.html=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/enums_0.js=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_b.html=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/sync_off.png=c1657266859174 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_5.html=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/enums_0.js=c1666083088653 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_b.html=c1666083088653 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/sync_off.png=c1666083088645 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_battery__coll__graph.png=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/classes_1.js=c1666083088649 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/navtree.css=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/navtree.css=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_position__inherit__graph.png=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_1.map=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_2.html=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_battery__inherit__graph.md5=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/search_l.png=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_position__coll__graph.map=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_2.html=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_battery__inherit__graph.md5=c1666083088653 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/search_l.png=c1666083088645 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_position__coll__graph.map=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/lib/base64/test.cpp=c1666083088613 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_int__coll__graph.map=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_position.js=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_8.js=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_position.js=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_8.js=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/enumvalues_0.html=c1666083088653 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_14.js=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_14.js=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_5.html=c1666083088649 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/classes_0.js=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/classes_0.js=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_5.js=c1666083088649 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_d.js=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_battery__coll__graph.pdf=c1657266859186 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/commonitor_8h__incl.pdf=c1657266859186 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_position__coll__graph.md5=c1657266859182 -/home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/lib/camera.cpp=c1666083088613 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_d.js=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_battery__coll__graph.pdf=c1666083088661 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/commonitor_8h__incl.pdf=c1666083088661 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_position__coll__graph.md5=c1666083088657 +/home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/lib/camera.cpp=c1666266505023 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/dir_96aba1edb3024c67427e5e41410f3c29.js=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/annotated.html=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/annotated.html=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_8.html=c1666083088649 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_2.html=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_2.html=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/nbproject/project.properties=c1666083088609 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/img_8h__incl.md5=c1666083088653 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_com_robot-members.html=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_5.js=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_com_robot-members.html=c1666083088653 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_5.js=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/lib/base64/.gitignore=c1666083088613 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_1.html=c1666083088645 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/classes_3.js=c1666083088649 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/messages_8h__dep__incl.png=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/globals_enum.html=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/messages_8h__dep__incl.png=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/globals_enum.html=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_c.js=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_12.js=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_battery-members.html=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/typedefs_1.js=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/img_8h__incl.map=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_1.html=c1666083088649 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/enums_1.js=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/classes_4.html=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/enums_1.js=c1666083088653 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/classes_4.html=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_8.js=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/menu.js=c1666083088645 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/defines_0.html=c1666083088653 @@ -472,73 +472,73 @@ /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/defines_1.js=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/tasks.h=c1666083088609 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_3.map=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_position__inherit__graph.pdf=c1657266859186 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/camera_8h__incl.map=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/files_0.html=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/menudata.js=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_position__inherit__graph.pdf=c1666083088661 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/camera_8h__incl.map=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/files_0.html=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/menudata.js=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/camera_8h__incl.png=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/search.js=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/search.js=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/graph_legend.png=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/search_m.png=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/search_m.png=c1666083088645 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/files_0.js=c1666083088649 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_battery-members.html=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_battery-members.html=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_string.js=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_9.html=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/menu.js=c1657266859174 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_string__coll__graph.map=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_9.html=c1666083088653 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/menu.js=c1666083088645 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_string__coll__graph.map=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_3.md5=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/globals.html=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_11.html=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/resize.js=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/nbproject/Makefile-impl.mk=c1666082837149 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_11.html=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/resize.js=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/nbproject/Makefile-impl.mk=c1666266892770 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_b.js=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_e.html=c1666083088649 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_battery__inherit__graph.png=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/tasks.h=c1657266859166 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_com_monitor-members.html=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_battery__inherit__graph.png=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/tasks.h=c1666083088609 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_com_monitor-members.html=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/enums_0.js=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_8.html=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/functions.html=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/folderclosed.png=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_6.png=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_6.png=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_1.js=c1666083088649 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_img.js=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_img.js=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/files_2.js=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_8.html=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_string__inherit__graph.png=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/files_2.html=c1666083088649 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/files_1.js=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/files_1.js=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_arena.html=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_img.js=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_string__coll__graph.md5=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message__inherit__graph.map=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/nbproject/private/Makefile-variables.mk=c1657266859162 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_img.tex=c1657266859186 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_e.html=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message__inherit__graph.map=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/nbproject/private/Makefile-variables.mk=c1666266892770 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_img.tex=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_e.html=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/camera_8h__incl.pdf=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_1.html=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/dynsections.js=c1666083088645 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/nbproject/Makefile-Debug__PC_.mk=c1666082837157 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/nbproject/Makefile-Debug__PC_.mk=c1666266892770 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_img.js=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/lib/base64/compile-and-run-test=c1657266859166 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/lib/base64/compile-and-run-test=c1666083088613 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_d.js=c1666083088649 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_position__inherit__graph.png=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_position__inherit__graph.png=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_4.map=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_int__inherit__graph.md5=c1657266859186 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_img.tex=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_a.js=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_int__inherit__graph.md5=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_img.tex=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_a.js=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/nbproject/Package-Debug__PC_.bash=c1666083088609 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_string__coll__graph.md5=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_string__coll__graph.md5=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_position__coll__graph.png=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/lib/messages.h=c1657266859166 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_12.html=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_11.js=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/Makefile=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/lib/messages.h=c1666083088613 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_12.html=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_11.js=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/Makefile=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_4.md5=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/camera_8h__incl.md5=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/nbproject/Makefile-Debug__RPI_.mk=c1657266859166 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/camera_8h__incl.md5=c1666083088653 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/nbproject/Makefile-Debug__RPI_.mk=c1666266892770 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_d.html=c1666083088649 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_9.html=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_9.html=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/search_r.png=c1666083088645 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_com_monitor.html=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/typedefs_0.html=c1666083088653 @@ -546,34 +546,34 @@ /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_9.html=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_int.js=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/globals_defs.html=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_0.md5=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_0.md5=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_10.js=c1666083088649 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/messages_8h_source.html=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/messages_8h_source.html=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/superviseur.doxygen=c1666083088613 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/enums_1.html=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/enums_1.html=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/nbproject/Package-JPO2019_RPI_.bash=c1666083088609 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_battery__inherit__graph.pdf=c1666083088661 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/functions_func.html=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_4.js=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_1.js=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/classes.html=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_4.js=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_1.js=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/classes.html=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/tabs.css=c1666083088645 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_int__coll__graph.md5=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/dir_96aba1edb3024c67427e5e41410f3c29.tex=c1657266859186 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/img_8h__incl.png=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_int__coll__graph.md5=c1666083088653 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/dir_96aba1edb3024c67427e5e41410f3c29.tex=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/img_8h__incl.png=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/tab_b.png=c1666083088645 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/functions_vars.html=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_img__coll__graph.png=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_int-members.html=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_com_monitor.tex=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/img_8h.js=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/img_8h.js=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_8.js=c1666083088653 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/messages_8h__incl.md5=c1657266859186 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/messages_8h__incl.md5=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_5.map=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_int.html=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_int.html=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/nbproject/private/Makefile-variables.mk=c1666083088609 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_1.html=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/navtreeindex0.js=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_1.html=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/navtreeindex0.js=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message-members.html=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/base64_8h__incl.png=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_int__inherit__graph.md5=c1666083088653 @@ -582,305 +582,305 @@ /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_img__inherit__graph.md5=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_2.html=c1666083088645 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/enums_2.js=c1666083088653 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/base64_8h__incl.map=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/base64_8h__incl.map=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/doxygen.css=c1666083088645 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/img_8h__incl.pdf=c1666083088661 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_5.md5=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/dynsections.js=c1657266859174 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/enums_0.html=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_3.html=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/dynsections.js=c1666083088645 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/enums_0.html=c1666083088653 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_3.html=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/base64_8h.html=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/messages_8h__dep__incl.png=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_int__inherit__graph.map=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message__inherit__graph.pdf=c1666083088661 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_0.png=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_string.html=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/struct_position.html=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/nbproject/Package-Debug__PC_.bash=c1666082837161 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/lib/messages.cpp=c1657266859166 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_string.html=c1666083088653 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/struct_position.html=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/nbproject/Package-Debug__PC_.bash=c1666266892770 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/lib/messages.cpp=c1666083088613 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/doxygen.png=c1666083088645 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/main.cpp=c1657266859166 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/main.cpp=c1666083088609 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_14.js=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/files_3.html=c1666083088649 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_8.js=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_string.js=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_a.html=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/files.tex=c1657266859186 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_string__inherit__graph.md5=c1657266859186 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/sync_on.png=c1657266859174 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/graph_legend.md5=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_8.js=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_string.js=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_a.html=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/files.tex=c1666083088661 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_string__inherit__graph.md5=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/sync_on.png=c1666083088645 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/graph_legend.md5=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_9.js=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_img-members.html=c1666083088653 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_5.js=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/search.css=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/globals.html=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_5.js=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/search.css=c1666083088645 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/globals.html=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/resize.js=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_img__coll__graph.pdf=c1657266859186 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_img__coll__graph.pdf=c1666083088661 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/tab_a.png=c1666083088645 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_string.tex=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/lib/base64/LICENSE=c1657266859166 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/lib/base64/LICENSE=c1666083088613 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/comrobot_8h.tex=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_string__coll__graph.pdf=c1657266859186 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_string__coll__graph.pdf=c1666083088661 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_6.map=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_c.html=c1666083088649 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/nbproject/Makefile-JPO2019_RPI_.mk=c1666082837173 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/nbproject/Makefile-JPO2019_RPI_.mk=c1666266892770 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_7.html=c1666083088649 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/comrobot_8h__incl.pdf=c1657266859186 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/defines_0.js=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/comrobot_8h__incl.pdf=c1666083088661 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/defines_0.js=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/img_8h__dep__incl.map=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_3.js=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/index.html=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_3.js=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/index.html=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_1.js=c1666083088649 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_position-members.html=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_position-members.html=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/messages_8h.html=c1666083088653 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_6.js=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/messages_8h__incl.md5=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_6.js=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/messages_8h__incl.md5=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/enumvalues_1.html=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/robot-icon.resized.png=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_e.html=c1666083088649 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_img__inherit__graph.md5=c1657266859186 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/mag_sel.png=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_img__inherit__graph.md5=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/mag_sel.png=c1666083088645 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/commonitor_8h__incl.png=c1666083088645 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_string__inherit__graph.md5=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/img_8h.tex=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/img_8h.tex=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/messages_8h.tex=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/annotated.tex=c1657266859186 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/annotated.tex=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_6.md5=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/lib/base64/base64.h=c1657266859166 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/lib/base64/base64.h=c1666083088613 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/commonitor_8h.tex=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_4.html=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_4.html=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_0.js=c1666083088645 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_position__coll__graph.md5=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/files_3.js=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_8.html=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/files_3.js=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_8.html=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_img__inherit__graph.map=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_3.js=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_3.js=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/base64_8h__incl.pdf=c1666083088661 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_battery__coll__graph.png=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/base64_8h__incl.md5=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_b.js=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_battery__coll__graph.png=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/base64_8h__incl.md5=c1666083088653 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_b.js=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/messages_8h__incl.pdf=c1666083088661 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/img_8h__dep__incl.md5=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/annotated.html=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/dir_96aba1edb3024c67427e5e41410f3c29.tex=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/tasks.cpp=c1657266859166 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_int__coll__graph.map=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/tasks.cpp=c1666083088609 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_int__coll__graph.map=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_e.js=c1666083088649 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/messages_8h__incl.map=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/messages_8h__incl.map=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_f.js=c1666083088649 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/nbproject/Package-JPO2019_RPI_.bash=c1666082837181 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/messages_8h__dep__incl.md5=c1657266859186 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/nbproject/Package-JPO2019_RPI_.bash=c1666266892770 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/messages_8h__dep__incl.md5=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_0.html=c1666083088645 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/camera_8h.js=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/camera_8h.js=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/nbproject/Makefile-Debug__RPI_.mk=c1666083088609 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/struct_position.js=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_0.html=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_0.html=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_img__inherit__graph.md5=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_string-members.html=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_2.md5=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_f.html=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/files.js=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/enumvalues_2.js=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_string-members.html=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_2.md5=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_f.html=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/files.js=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/enumvalues_2.js=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/messages_8h_source.html=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_2.js=c1666083088649 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_c.js=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/lib/.gitignore=c1657266859166 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/commonitor_8h_source.html=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/base64_8h__incl.md5=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_camera.js=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_string__coll__graph.md5=c1657266859186 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_position__coll__graph.md5=c1657266859186 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_c.js=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/lib/.gitignore=c1666083088613 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/commonitor_8h_source.html=c1666083088653 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/base64_8h__incl.md5=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_camera.js=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_string__coll__graph.md5=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_position__coll__graph.md5=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_c.html=c1666083088649 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_7.js=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_7.js=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/img_8h.html=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/messages_8h.js=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message__inherit__graph.png=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/dir_97aefd0d527b934f1d99a682da8fe6a9.tex=c1657266859186 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/lib/base64/README.md=c1657266859166 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/dir_97aefd0d527b934f1d99a682da8fe6a9.tex=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/lib/base64/README.md=c1666083088613 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_f.html=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_6.html=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_arena-members.html=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/lib/messages.h=c1666083088613 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/defines_0.html=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_img.js=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/defines_0.html=c1666083088653 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_img.js=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/struct_position.html=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_6.js=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/files.js=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_f.js=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_f.js=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/nav_h.png=c1666083088645 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_int__coll__graph.md5=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_position-members.html=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_6.html=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_6.html=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_14.html=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_2.js=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_2.png=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_string.html=c1666083088653 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/tasks_pthread.h=c1657266859174 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/tasks_pthread.h=c1666083088645 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/struct_position.tex=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_battery__coll__graph.md5=c1666083088653 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/lib/comrobot.h=c1657266859166 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/comrobot_8h__incl.md5=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/lib/comrobot.h=c1666083088613 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/comrobot_8h__incl.md5=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_position__inherit__graph.md5=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_3.html=c1666083088649 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_int__inherit__graph.map=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_int__inherit__graph.map=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_com_robot.tex=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/img_8h__dep__incl.map=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/lib/commonitor.h=c1657266859166 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_d.js=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message.html=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/img_8h__dep__incl.map=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/lib/commonitor.h=c1666083088613 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_d.js=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message.html=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/graph_legend.html=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/enums_2.html=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/enums_2.html=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/tasks_pthread.h=c1666083088645 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_string__coll__graph.md5=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/messages_8h__dep__incl.pdf=c1657266859186 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/globals_defs.html=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/messages_8h__dep__incl.pdf=c1666083088661 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/globals_defs.html=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/search_m.png=c1666083088645 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/comrobot_8h__incl.map=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/comrobot_8h__incl.map=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_b.html=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/annotated.tex=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_6.html=c1666083088649 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/searchdata.js=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/searchdata.js=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_battery__coll__graph.map=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_b.js=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/img_8h__dep__incl.md5=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_4.html=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/navtreedata.js=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/dir_96aba1edb3024c67427e5e41410f3c29.html=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_int__inherit__graph.md5=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/enumvalues_0.html=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_4.html=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/navtreedata.js=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/dir_96aba1edb3024c67427e5e41410f3c29.html=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_int__inherit__graph.md5=c1666083088653 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/enumvalues_0.html=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_4.js=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/enums_1.html=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/comrobot_8h__incl.md5=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/closed.png=c1666083088645 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_c.html=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_string.tex=c1657266859186 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/base64_8h.tex=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/lib/base64/test.cpp=c1657266859166 -/home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/tasks_pthread.cpp=c1666083088645 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/commonitor_8h.js=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/img_8h__dep__incl.md5=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/inherits.html=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_c.html=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_string.tex=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/base64_8h.tex=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/lib/base64/test.cpp=c1666083088613 +/home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/tasks_pthread.cpp=c1666265364426 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/commonitor_8h.js=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/img_8h__dep__incl.md5=c1666083088653 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/inherits.html=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/defines_1.html=c1666083088653 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/classes_3.js=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/img_8h_source.html=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/classes_3.js=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/img_8h_source.html=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_position__inherit__graph.map=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_img__inherit__graph.png=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_img__inherit__graph.png=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_c.html=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/splitbar.png=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_1.png=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_a.js=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/files_1.html=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/comrobot_8h__incl.md5=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_a.js=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/files_1.html=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/comrobot_8h__incl.md5=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/enumvalues_0.js=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_3.html=c1666083088649 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/typedefs_1.html=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_0.js=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/tabs.css=c1657266859174 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message__inherit__graph.md5=c1657266859186 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/img_8h__dep__incl.md5=c1657266859186 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/typedefs_1.html=c1666083088653 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_0.js=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/tabs.css=c1666083088645 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message__inherit__graph.md5=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/img_8h__dep__incl.md5=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/commonitor_8h_source.html=c1666083088653 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_3.html=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_int.js=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_position__coll__graph.png=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_7.html=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_3.html=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_int.js=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_position__coll__graph.png=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_7.html=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_3.png=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_0.map=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_0.map=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/messages_8h__dep__incl.pdf=c1666083088661 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/commonitor_8h__incl.pdf=c1666083088661 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/tab_b.png=c1657266859174 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/tab_b.png=c1666083088645 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/graph_legend.md5=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/camera_8h__incl.md5=c1666083088653 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/base64_8h_source.html=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/close.png=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/base64_8h_source.html=c1666083088653 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/close.png=c1666083088645 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_7.html=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/img_8h.js=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_img.html=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_img.html=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_9.html=c1666083088649 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/hierarchy.html=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/nbproject/project.properties=c1657266859166 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/hierarchy.html=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/nbproject/project.properties=c1666266892770 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/lib/base64/README.md=c1666083088613 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/enumvalues_3.html=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_4.md5=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/enumvalues_3.html=c1666083088653 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_4.md5=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_int__coll__graph.png=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message.js=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/.gitignore=c1657266859166 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_c.html=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_com_monitor.js=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/folderopen.png=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/.gitignore=c1666196974259 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_c.html=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_com_monitor.js=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/folderopen.png=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/classes_0.js=c1666083088649 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/splitbar.png=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/splitbar.png=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/enumvalues_2.html=c1666083088653 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_battery__coll__graph.md5=c1657266859186 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_battery__coll__graph.md5=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_0.html=c1666083088649 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_7.js=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_7.js=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/typedefs_1.html=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_2.html=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/search_l.png=c1666083088645 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_e.js=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_0.js=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_e.js=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_0.js=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_4.js=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_int__inherit__graph.pdf=c1666083088661 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/graph_legend.html=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/graph_legend.html=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/comrobot_8h__incl.png=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/commonitor_8h__incl.md5=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_arena.html=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/lib/base64/.gitignore=c1657266859166 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/commonitor_8h__incl.md5=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_arena.html=c1666083088653 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/lib/base64/.gitignore=c1666083088613 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/enumvalues_4.js=c1666083088653 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/files.html=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/lib/commonitor.cpp=c1657266859166 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/files.html=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/lib/commonitor.cpp=c1666083088613 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_11.html=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/globals_func.html=c1666083088657 VERSION=1.3 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_1.md5=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_3.html=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_0.html=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_3.map=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_1.md5=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_3.html=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_0.html=c1666083088645 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_3.map=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/camera_8h__incl.map=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/messages_8h.tex=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/annotated_dup.js=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/messages_8h.tex=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/annotated_dup.js=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_4.png=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_battery__inherit__graph.md5=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_9.js=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_f.html=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_13.js=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/camera_8h.tex=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_9.js=c1666083088653 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_f.html=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_13.js=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/camera_8h.tex=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_6.js=c1666083088649 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/classes_1.js=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_3.md5=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_string__inherit__graph.png=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_1.map=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_position.html=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/classes_1.js=c1666083088649 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_3.md5=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_string__inherit__graph.png=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_1.map=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_position.html=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_4.js=c1666083088649 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_7.html=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_7.html=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/commonitor_8h.html=c1666083088653 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/typedefs_0.js=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_img__coll__graph.png=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/typedefs_0.js=c1666083088653 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_img__coll__graph.png=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/lib/comrobot.h=c1666083088613 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/tab_a.png=c1657266859174 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/base64_8h.html=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/tab_a.png=c1666083088645 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/base64_8h.html=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/enumvalues_2.js=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/gdbsudo.sh=c1666083088613 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_com_robot.html=c1666083088653 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/classes_1.html=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/classes_1.html=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_f.html=c1666083088649 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_int__coll__graph.pdf=c1657266859186 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message-members.html=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_int__coll__graph.pdf=c1666083088661 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message-members.html=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message_img.html=c1666083088653 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/enumvalues_4.js=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message__inherit__graph.png=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_1.js=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/enumvalues_4.js=c1666083088653 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/class_message__inherit__graph.png=c1666083088657 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_1.js=c1666083088645 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/img_8h_source.html=c1666083088653 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/class_arena.js=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/tab_s.png=c1657266859174 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/robot-icon.resized.png=c1657266859182 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_6.html=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/tab_s.png=c1666083088645 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/robot-icon.resized.png=c1666083088653 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_6.html=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/latex/class_message_img__coll__graph.md5=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/all_6.html=c1666083088649 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_2.map=c1657266859182 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/inherit_graph_2.map=c1666083088657 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/messages_8h__incl.png=c1666083088657 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/img_8h__incl.pdf=c1657266859186 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/latex/img_8h__incl.pdf=c1666083088661 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/.dep.inc=c1666083088609 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_6.js=c1666083088649 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_c.js=c1657266859178 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_9.js=c1657266859178 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/variables_c.js=c1666083088653 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot-dumber-pthread/doc/html/search/functions_9.js=c1666083088649 /home/dimercur/Travail/dumber/raspberry/superviseur-robot-dumber-pthread/nbproject/Makefile-impl.mk=c1666083088609 diff --git a/software/raspberry/superviseur-robot-dumber-pthread/tasks_pthread.cpp b/software/raspberry/superviseur-robot-dumber-pthread/tasks_pthread.cpp index 0fa9595..290f608 100644 --- a/software/raspberry/superviseur-robot-dumber-pthread/tasks_pthread.cpp +++ b/software/raspberry/superviseur-robot-dumber-pthread/tasks_pthread.cpp @@ -242,43 +242,44 @@ void Tasks::TimerTask(void* arg) { //cntFrame++; //cout << "cnt: " << to_string(cntFrame) << endl << flush; + image.dictionary = cv::aruco::getPredefinedDictionary(cv::aruco::PREDEFINED_DICTIONARY_NAME(3)); + + std::list poses = image.SearchRobot(arena); + if (poses.size() > 0) { + Position firstPos = poses.front(); + + pos.angle = firstPos.angle; + pos.robotId = firstPos.robotId; + pos.center = firstPos.center; + pos.direction = firstPos.direction; + } else { + // Nothing found + pos.angle = 0.0; + pos.robotId = -1; + pos.center = cv::Point2f(0, 0); + pos.direction = cv::Point2f(0, 0); + } + if (sendPosition == true) { counter++; - if (counter >= 5) { // div =15 + if (counter >= 15) { // div =15/15 => 1 update per second counter = 0; //if (!arena.IsEmpty()) { - image.dictionary = cv::aruco::getPredefinedDictionary(cv::aruco::PREDEFINED_DICTIONARY_NAME(3)); - - std::list poses = image.SearchRobot(arena); + cout << "Nbr of pos detected: " << to_string(poses.size()) << endl << flush; - if (poses.size() > 0) { - Position firstPos = poses.front(); - - pos.angle = firstPos.angle; - pos.robotId = firstPos.robotId; - pos.center = firstPos.center; - pos.direction = firstPos.direction; - } else { - // Nothing found - pos.angle = 0.0; - pos.robotId = -1; - pos.center = cv::Point2f(0, 0); - pos.direction = cv::Point2f(0, 0); - } - MessagePosition *msgp = new MessagePosition(MESSAGE_CAM_POSITION, pos); monitor.Write(msgp); - cout << "Position sent" << endl << flush; + //cout << "Position sent" << endl << flush; } } if (sendImage == true) { counter_img++; - if (counter_img >= 1) { + if (counter_img >= 1) { // Div = 15/1 => 15 images per sec counter_img = 0; if (showArena) { diff --git a/software/raspberry/superviseur-robot/lib/camera.cpp b/software/raspberry/superviseur-robot/lib/camera.cpp index 173d407..83db192 100644 --- a/software/raspberry/superviseur-robot/lib/camera.cpp +++ b/software/raspberry/superviseur-robot/lib/camera.cpp @@ -35,12 +35,7 @@ Camera::Camera():Camera(sm, 10){ */ Camera::Camera(int size, int fps) { this->SetSize(size); -#ifndef __FOR_PC__ - this->cap.set(CV_CAP_PROP_FORMAT, CV_8UC3); - this->cap.set(CV_CAP_PROP_FRAME_WIDTH, width); - this->cap.set(CV_CAP_PROP_FRAME_HEIGHT, height); - this->cap.set(CV_CAP_PROP_FPS, fps); -#endif /* __FOR_PC__ */ + this->fps = fps; } /** @@ -50,23 +45,13 @@ Camera::Camera(int size, int fps) { bool Camera::Open() { bool status = false; -#ifdef __FOR_PC__ if (this->cap.open(0)) { //this->cap.set(CV_CAP_PROP_FORMAT, CV_8UC3); this->cap.set(CV_CAP_PROP_FRAME_WIDTH, width); this->cap.set(CV_CAP_PROP_FRAME_HEIGHT, height); - + this->cap.set(CV_CAP_PROP_FPS, fps); status = true; } -#else - if (this->cap.open()) { - cout << "Camera warmup 2sec" << endl << flush; - sleep(2); - cout << "Start capture" << endl << flush; - - status = true; - } -#endif /* __FOR_PC__ */ return status; } @@ -87,24 +72,24 @@ void Camera::SetSize(int size) { switch (size) { case xs: - this->width = 480; - this->height = 360; + this->width = 320; + this->height = 240; break; case sm: this->width = 640; this->height = 480; break; case md: + this->width = 800; + this->height = 600; + break; + case lg: this->width = 1024; this->height = 768; break; - case lg: - this->width = 1280; - this->height = 960; - break; default: - this->width = 480; - this->height = 360; + this->width = 320; + this->height = 240; } } @@ -115,19 +100,8 @@ void Camera::SetSize(int size) { Img Camera::Grab() { ImageMat frame; -#ifdef __FOR_PC__ cap >> frame; Img capture = Img(frame); -#else - cap.grab(); - cap.retrieve(frame); - -#ifdef __INVERSE_COLOR__ - cvtColor(frame, frame, CV_BGR2RGB); -#endif // __INVERSE_COLOR__ - - Img capture = Img(frame); -#endif /* __FOR_PC__ */ return capture; } @@ -156,3 +130,11 @@ int Camera::GetHeight() const { return height; } +/** + * Get fps of sampled image + * @return fps of sampled picture + */ +int Camera::GetFPS() const { + return fps; +} + diff --git a/software/raspberry/superviseur-robot/lib/camera.h b/software/raspberry/superviseur-robot/lib/camera.h index 0ce250a..125d50f 100644 --- a/software/raspberry/superviseur-robot/lib/camera.h +++ b/software/raspberry/superviseur-robot/lib/camera.h @@ -22,9 +22,6 @@ #include #include -#ifndef __FOR_PC__ -#include "raspicam/raspicam_cv.h" -#endif /* __FOR_PC__ */ #include "img.h" /** @@ -76,6 +73,12 @@ public: */ int GetHeight() const; + /** + * Get fps of sampled image + * @return fps of sampled picture + */ + int GetFPS() const; + /** * Get opening status for camera * @return true if camera is open, false otherwise @@ -95,14 +98,10 @@ public: Img Grab(); private: -#ifdef __FOR_PC__ /** * Camera descriptor */ - cv::VideoCapture cap; -#else - raspicam::RaspiCam_Cv cap; -#endif /* __FOR_PC__ */ + cv::VideoCapture cap; /** * Size for image (default= small) @@ -118,6 +117,11 @@ private: * Height of image */ int height; + + /** + * fps of image + */ + int fps; }; #endif //__CAMERA_H__ diff --git a/software/raspberry/superviseur-robot/lib/comrobot.cpp b/software/raspberry/superviseur-robot/lib/comrobot.cpp index 28d0200..69760ea 100644 --- a/software/raspberry/superviseur-robot/lib/comrobot.cpp +++ b/software/raspberry/superviseur-robot/lib/comrobot.cpp @@ -26,11 +26,9 @@ #include #include -#ifdef __FOR_PC__ -#define USART_FILENAME "/dev/ttyUSB0" -#else #define USART_FILENAME "/dev/ttyS0" -#endif /* __FOR_PC__ */ +// Uncomment the following line when used on PC +//#define USART_FILENAME "/dev/ttyUSB0" /* * Constants to be used for communicating with robot. Contains command tag diff --git a/software/raspberry/superviseur-robot/lib/img.cpp b/software/raspberry/superviseur-robot/lib/img.cpp index feed7a1..0ca964e 100644 --- a/software/raspberry/superviseur-robot/lib/img.cpp +++ b/software/raspberry/superviseur-robot/lib/img.cpp @@ -294,3 +294,14 @@ void Img::DrawArena(Arena arenaToDraw) { ImageMat Img::CropArena(Arena arena) { return this->img(arena.arena); } + +/** + * Crop image around detected arena + * @param arena Coordinate of arena + * @return Reduced image, focused on arena + */ +Img Img::Resize() { + ImageMat newImage; + cv::resize(this->img, newImage, cv::Size(320,240), cv::INTER_LINEAR); + return Img(newImage); +} \ No newline at end of file diff --git a/software/raspberry/superviseur-robot/lib/img.h b/software/raspberry/superviseur-robot/lib/img.h index 210fe49..11822e0 100644 --- a/software/raspberry/superviseur-robot/lib/img.h +++ b/software/raspberry/superviseur-robot/lib/img.h @@ -181,7 +181,8 @@ public: * @return list of position, empty if no robot found */ std::list SearchRobot(Arena arena); - + + Img Resize(); #ifdef __WITH_ARUCO__ /** * Dictionary to be used for aruco recognition diff --git a/software/raspberry/superviseur-robot/nbproject/Makefile-Debug__RPI_.mk b/software/raspberry/superviseur-robot/nbproject/Makefile-Debug__RPI_.mk index 181e49d..7ef8138 100644 --- a/software/raspberry/superviseur-robot/nbproject/Makefile-Debug__RPI_.mk +++ b/software/raspberry/superviseur-robot/nbproject/Makefile-Debug__RPI_.mk @@ -47,7 +47,7 @@ OBJECTFILES= \ # C Compiler Flags -CFLAGS=-I/usr/xenomai/include/mercury -I/usr/xenomai/include -D_GNU_SOURCE -D_REENTRANT -fasynchronous-unwind-tables -D__MERCURY__ -I/usr/xenomai/include/alchemy +CFLAGS=-I/usr/xenomai/include/mercury -I/usr/xenomai/include -D_GNU_SOURCE -D_REENTRANT -fasynchronous-unwind-tables -D__COBALT__ -I/usr/xenomai/include/alchemy # CC Compiler Flags CCFLAGS=-D_GNU_SOURCE -D_REENTRANT -fasynchronous-unwind-tables -D__COBALT__ -I/usr/xenomai/include/alchemy -Wno-pmf-conversions -std=gnu++11 @@ -73,42 +73,42 @@ ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/superviseur-robot: ${OBJECTFILES} ${OBJECTDIR}/lib/base64/base64.o: lib/base64/base64.cpp ${MKDIR} -p ${OBJECTDIR}/lib/base64 ${RM} "$@.d" - $(COMPILE.cc) -g -D_WITH_TRACE_ -D__FOR_PC__ -D__WITH_ARUCO__ -I./ -I./lib -I/usr/xenomai/include -I/usr/xenomai/include/cobalt `pkg-config --cflags opencv4` -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/lib/base64/base64.o lib/base64/base64.cpp + $(COMPILE.cc) -g -D_WITH_TRACE_ -D__WITH_ARUCO__ -I./ -I./lib -I/usr/xenomai/include -I/usr/xenomai/include/cobalt `pkg-config --cflags opencv4` -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/lib/base64/base64.o lib/base64/base64.cpp ${OBJECTDIR}/lib/camera.o: lib/camera.cpp ${MKDIR} -p ${OBJECTDIR}/lib ${RM} "$@.d" - $(COMPILE.cc) -g -D_WITH_TRACE_ -D__FOR_PC__ -D__WITH_ARUCO__ -I./ -I./lib -I/usr/xenomai/include -I/usr/xenomai/include/cobalt `pkg-config --cflags opencv4` -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/lib/camera.o lib/camera.cpp + $(COMPILE.cc) -g -D_WITH_TRACE_ -D__WITH_ARUCO__ -I./ -I./lib -I/usr/xenomai/include -I/usr/xenomai/include/cobalt `pkg-config --cflags opencv4` -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/lib/camera.o lib/camera.cpp ${OBJECTDIR}/lib/commonitor.o: lib/commonitor.cpp ${MKDIR} -p ${OBJECTDIR}/lib ${RM} "$@.d" - $(COMPILE.cc) -g -D_WITH_TRACE_ -D__FOR_PC__ -D__WITH_ARUCO__ -I./ -I./lib -I/usr/xenomai/include -I/usr/xenomai/include/cobalt `pkg-config --cflags opencv4` -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/lib/commonitor.o lib/commonitor.cpp + $(COMPILE.cc) -g -D_WITH_TRACE_ -D__WITH_ARUCO__ -I./ -I./lib -I/usr/xenomai/include -I/usr/xenomai/include/cobalt `pkg-config --cflags opencv4` -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/lib/commonitor.o lib/commonitor.cpp ${OBJECTDIR}/lib/comrobot.o: lib/comrobot.cpp ${MKDIR} -p ${OBJECTDIR}/lib ${RM} "$@.d" - $(COMPILE.cc) -g -D_WITH_TRACE_ -D__FOR_PC__ -D__WITH_ARUCO__ -I./ -I./lib -I/usr/xenomai/include -I/usr/xenomai/include/cobalt `pkg-config --cflags opencv4` -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/lib/comrobot.o lib/comrobot.cpp + $(COMPILE.cc) -g -D_WITH_TRACE_ -D__WITH_ARUCO__ -I./ -I./lib -I/usr/xenomai/include -I/usr/xenomai/include/cobalt `pkg-config --cflags opencv4` -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/lib/comrobot.o lib/comrobot.cpp ${OBJECTDIR}/lib/img.o: lib/img.cpp ${MKDIR} -p ${OBJECTDIR}/lib ${RM} "$@.d" - $(COMPILE.cc) -g -D_WITH_TRACE_ -D__FOR_PC__ -D__WITH_ARUCO__ -I./ -I./lib -I/usr/xenomai/include -I/usr/xenomai/include/cobalt `pkg-config --cflags opencv4` -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/lib/img.o lib/img.cpp + $(COMPILE.cc) -g -D_WITH_TRACE_ -D__WITH_ARUCO__ -I./ -I./lib -I/usr/xenomai/include -I/usr/xenomai/include/cobalt `pkg-config --cflags opencv4` -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/lib/img.o lib/img.cpp ${OBJECTDIR}/lib/messages.o: lib/messages.cpp ${MKDIR} -p ${OBJECTDIR}/lib ${RM} "$@.d" - $(COMPILE.cc) -g -D_WITH_TRACE_ -D__FOR_PC__ -D__WITH_ARUCO__ -I./ -I./lib -I/usr/xenomai/include -I/usr/xenomai/include/cobalt `pkg-config --cflags opencv4` -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/lib/messages.o lib/messages.cpp + $(COMPILE.cc) -g -D_WITH_TRACE_ -D__WITH_ARUCO__ -I./ -I./lib -I/usr/xenomai/include -I/usr/xenomai/include/cobalt `pkg-config --cflags opencv4` -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/lib/messages.o lib/messages.cpp ${OBJECTDIR}/main.o: main.cpp ${MKDIR} -p ${OBJECTDIR} ${RM} "$@.d" - $(COMPILE.cc) -g -D_WITH_TRACE_ -D__FOR_PC__ -D__WITH_ARUCO__ -I./ -I./lib -I/usr/xenomai/include -I/usr/xenomai/include/cobalt `pkg-config --cflags opencv4` -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/main.o main.cpp + $(COMPILE.cc) -g -D_WITH_TRACE_ -D__WITH_ARUCO__ -I./ -I./lib -I/usr/xenomai/include -I/usr/xenomai/include/cobalt `pkg-config --cflags opencv4` -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/main.o main.cpp ${OBJECTDIR}/tasks.o: tasks.cpp ${MKDIR} -p ${OBJECTDIR} ${RM} "$@.d" - $(COMPILE.cc) -g -D_WITH_TRACE_ -D__FOR_PC__ -D__WITH_ARUCO__ -I./ -I./lib -I/usr/xenomai/include -I/usr/xenomai/include/cobalt `pkg-config --cflags opencv4` -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/tasks.o tasks.cpp + $(COMPILE.cc) -g -D_WITH_TRACE_ -D__WITH_ARUCO__ -I./ -I./lib -I/usr/xenomai/include -I/usr/xenomai/include/cobalt `pkg-config --cflags opencv4` -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/tasks.o tasks.cpp ${OBJECTDIR}/wrapper.o: wrapper.c ${MKDIR} -p ${OBJECTDIR} diff --git a/software/raspberry/superviseur-robot/nbproject/configurations.xml b/software/raspberry/superviseur-robot/nbproject/configurations.xml index f35c91c..48dba36 100644 --- a/software/raspberry/superviseur-robot/nbproject/configurations.xml +++ b/software/raspberry/superviseur-robot/nbproject/configurations.xml @@ -131,7 +131,7 @@ /usr/xenomai/include /usr/xenomai/include/mercury - -I/usr/xenomai/include/mercury -I/usr/xenomai/include -D_GNU_SOURCE -D_REENTRANT -fasynchronous-unwind-tables -D__MERCURY__ -I/usr/xenomai/include/alchemy + -I/usr/xenomai/include/mercury -I/usr/xenomai/include -D_GNU_SOURCE -D_REENTRANT -fasynchronous-unwind-tables -D__COBALT__ -I/usr/xenomai/include/alchemy @@ -143,7 +143,6 @@ -D_GNU_SOURCE -D_REENTRANT -fasynchronous-unwind-tables -D__COBALT__ -I/usr/xenomai/include/alchemy -Wno-pmf-conversions -std=gnu++11 _WITH_TRACE_ - __FOR_PC__ __WITH_ARUCO__ diff --git a/software/raspberry/superviseur-robot/nbproject/private/timestamps-10.105.1.7-xenomai-22 b/software/raspberry/superviseur-robot/nbproject/private/timestamps-10.105.1.7-xenomai-22 index 80039af..6e26f07 100644 --- a/software/raspberry/superviseur-robot/nbproject/private/timestamps-10.105.1.7-xenomai-22 +++ b/software/raspberry/superviseur-robot/nbproject/private/timestamps-10.105.1.7-xenomai-22 @@ -1,7 +1,7 @@ -#Tue Oct 18 16:27:07 CEST 2022 +#Thu Oct 20 14:09:18 CEST 2022 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/search/search.css=c1547565562000 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/latex/class_message_string__coll__graph.pdf=c1547560340000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/robot-icon.resized.png=c1547565562000 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/latex/class_message_string__coll__graph.pdf=c1547560340000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/class_com_monitor-members.html=c1547565562000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/Makefile=c1554978722000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/lib/messages.cpp=c1666083174932 @@ -42,30 +42,30 @@ /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/search/all_b.html=c1547565562000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/lib/base64/README.md=c1549890874000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/classes.html=c1547565562000 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/nbproject/Makefile-Debug__RPI_.mk=c1666267752164 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/inherit_graph_0.md5=c1547564860000 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/nbproject/Makefile-Debug__RPI_.mk=c1666103200662 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/search/files_1.html=c1547565562000 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/latex/messages_8h__dep__incl.pdf=c1547560338000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/search/all_1.js=c1547565562000 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/latex/messages_8h__dep__incl.pdf=c1547560338000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/search/all_f.html=c1547565562000 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/class_message_string.html=c1547565562000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/search/variables_a.html=c1547565562000 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/class_message_string.html=c1547565562000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/messages_8h__incl.md5=c1547560338000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/navtreeindex0.js=c1547565562000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/inherit_graph_1.png=c1547564768000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/search/functions_8.js=c1547565562000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/class_camera.html=c1547565562000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/latex/refman.tex=c1547565562000 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/base64_8h__incl.md5=c1547560338000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/search/all_6.html=c1547565562000 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/base64_8h__incl.md5=c1547560338000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/comrobot_8h.html=c1547565562000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/struct_position-members.html=c1547565562000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/search/all_14.html=c1547565562000 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/class_message_img__inherit__graph.md5=c1547560338000 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/class_message_battery.js=c1547565562000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/search/classes_3.html=c1547565562000 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/class_message_int-members.html=c1547565562000 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/class_message_battery.js=c1547565562000 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/class_message_img__inherit__graph.md5=c1547560338000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/search/functions_e.html=c1547565562000 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/class_message_int-members.html=c1547565562000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/class_com_monitor.html=c1547565562000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/splitbar.png=c1547565562000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/search/all_10.js=c1547565562000 @@ -81,8 +81,8 @@ /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/search/variables_5.html=c1547565562000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/tabs.css=c1547565562000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/search/all_5.html=c1547565562000 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/folderopen.png=c1547565562000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/class_arena.js=c1547565562000 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/folderopen.png=c1547565562000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/search/all_2.js=c1547565562000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/latex/class_message_battery__inherit__graph.md5=c1547560338000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/search/enums_2.html=c1547565562000 @@ -108,7 +108,7 @@ /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/search/functions_4.js=c1547565562000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/class_img-members.html=c1547565562000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/.gitignore=c1554978722000 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/lib/camera.cpp=c1666083174932 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/lib/camera.cpp=c1666267250425 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/class_message_int.js=c1547565562000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/inherit_graph_0.png=c1547564862000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/latex/doxygen.sty=c1547565562000 @@ -118,7 +118,7 @@ /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/search/all_a.html=c1547565562000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/README.md=c1554974530000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/latex/messages_8h__incl.pdf=c1547560338000 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/lib/comrobot.cpp=c1549890874000 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/lib/comrobot.cpp=c1666267283341 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/search/all_9.js=c1547565562000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/class_com_monitor.js=c1547565562000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/search/functions_f.html=c1547565562000 @@ -127,10 +127,10 @@ /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/search/all_11.html=c1547565562000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/search/functions_8.html=c1547565562000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/class_message_battery.html=c1547565562000 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/dynsections.js=c1547565562000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/lib/base64/LICENSE=c1549890874000 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/class_message_position__coll__graph.png=c1547564862000 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/dynsections.js=c1547565562000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/search/variables_b.js=c1547565562000 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/class_message_position__coll__graph.png=c1547564862000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/search/all_d.js=c1547565562000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/latex/class_com_monitor.tex=c1547565562000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/comrobot_8h__incl.png=c1547560338000 @@ -178,7 +178,7 @@ /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/latex/img_8h.tex=c1547565562000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/messages_8h__incl.png=c1547560338000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/latex/annotated.tex=c1547565562000 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/lib/camera.h=c1666102495240 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/lib/camera.h=c1666267590725 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/search/enumvalues_2.html=c1547565562000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/class_message_int.html=c1547565562000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/class_message_img__coll__graph.png=c1547563912000 @@ -212,7 +212,7 @@ /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/search/enums_2.js=c1547565562000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/class_message_position.html=c1547565562000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/latex/class_camera.tex=c1547565562000 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/lib/img.h=c1549890874000 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/lib/img.h=c1666267381241 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/bdwn.png=c1547565562000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/latex/class_message_img__inherit__graph.md5=c1547560338000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/latex/class_message_int__inherit__graph.md5=c1547560338000 @@ -333,7 +333,7 @@ /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/tasks.cpp=c1666083174936 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/bc_s.png=c1547565562000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/search/all_11.js=c1547565562000 -/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/lib/img.cpp=c1666102495240 +/home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/lib/img.cpp=c1666267351773 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/search/defines_1.html=c1547565562000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/html/class_message_int__coll__graph.md5=c1547560338000 /home/dimercur/Travail/git/dumber/software/raspberry/superviseur-robot/doc/latex/commonitor_8h.tex=c1547565562000