Compare commits
2 commits
4208c91f0e
...
19cefe3563
Author | SHA1 | Date | |
---|---|---|---|
19cefe3563 | |||
604ecb5255 |
2 changed files with 6 additions and 4 deletions
|
@ -7,9 +7,11 @@
|
|||
<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">
|
||||
<group>
|
||||
<file>file:/home/raphael/Documents/real_time/software/raspberry/superviseur-robot/tasks.cpp</file>
|
||||
<file>file:/home/raphael/Documents/real_time/software/raspberry/superviseur-robot/tasks.h</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/messages.h</file>
|
||||
<file>file:/home/romainv/Documents/temps_Reel/real_time/software/raspberry/superviseur-robot/tasks.cpp</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>
|
||||
</open-files>
|
||||
</project-private>
|
||||
|
|
|
@ -488,7 +488,7 @@ void Tasks::ReceiveFromMonTask(void *arg) {
|
|||
|
||||
} else if (msgRcv->CompareID(MESSAGE_ROBOT_START_WITH_WD)) {
|
||||
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)) {
|
||||
cout << "Command Search Arena Received" << endl << flush;
|
||||
|
|
Loading…
Reference in a new issue