Changeset 186 in flair-src for trunk/lib/FlairSensorActuator/src/TargetController.cpp
- Timestamp:
- Jun 23, 2017, 5:33:03 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairSensorActuator/src/TargetController.cpp
r137 r186 118 118 Message *message; 119 119 120 if (getFrameworkManager()->ErrorOccured() || !ControllerInitialization()) { 120 //if (getFrameworkManager()->ErrorOccured() || !ControllerInitialization()) { 121 if (!ControllerInitialization()) { 121 122 SafeStop(); 122 123 Thread::Err("An error occured, we don't proceed with the loop.\n");
Note:
See TracChangeset
for help on using the changeset viewer.