Compare commits

...

2 commits

Author SHA1 Message Date
19cefe3563 private and task changes 2020-03-31 16:58:37 +02:00
604ecb5255 private 2020-03-31 16:56:21 +02:00
2 changed files with 6 additions and 4 deletions

View file

@ -7,9 +7,11 @@
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/> <editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2"> <open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
<group> <group>
<file>file:/home/raphael/Documents/real_time/software/raspberry/superviseur-robot/tasks.cpp</file> <file>file:/home/romainv/Documents/temps_Reel/real_time/software/raspberry/superviseur-robot/lib/messages.h</file>
<file>file:/home/raphael/Documents/real_time/software/raspberry/superviseur-robot/tasks.h</file> <file>file:/home/romainv/Documents/temps_Reel/real_time/software/raspberry/superviseur-robot/tasks.cpp</file>
<file>file:/home/raphael/Documents/real_time/software/raspberry/superviseur-robot/lib/messages.h</file> <file>file:/home/romainv/Documents/temps_Reel/real_time/software/raspberry/superviseur-robot/lib/img.cpp</file>
<file>file:/home/romainv/Documents/temps_Reel/real_time/software/raspberry/superviseur-robot/lib/img.h</file>
<file>file:/home/romainv/Documents/temps_Reel/real_time/software/raspberry/superviseur-robot/tasks.h</file>
</group> </group>
</open-files> </open-files>
</project-private> </project-private>

View file

@ -488,7 +488,7 @@ void Tasks::ReceiveFromMonTask(void *arg) {
} else if (msgRcv->CompareID(MESSAGE_ROBOT_START_WITH_WD)) { } else if (msgRcv->CompareID(MESSAGE_ROBOT_START_WITH_WD)) {
cout << "Command Start Robot with Watchdog Received" << endl << flush; cout << "Command Start Robot with Watchdog Received" << endl << flush;
//start task robot with watchdog rt_sem_v(&sem_startRobotWithWatchdog);
} else if (msgRcv->CompareID(MESSAGE_CAM_ASK_ARENA)) { } else if (msgRcv->CompareID(MESSAGE_CAM_ASK_ARENA)) {
cout << "Command Search Arena Received" << endl << flush; cout << "Command Search Arena Received" << endl << flush;