Changeset 291 in flair-src for trunk/demos/CircleFollower
- Timestamp:
- Jan 9, 2019, 1:58:48 PM (6 years ago)
- Location:
- trunk/demos/CircleFollower
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/demos/CircleFollower/simulator/src/main.cpp
r240 r291 85 85 } catch(ArgException& e) { 86 86 cerr << "error: " << e.error() << " for arg " << e.argId() << endl; 87 exit(EXIT_FAILURE); 87 88 } 88 89 } -
trunk/demos/CircleFollower/uav/src/main.cpp
r263 r291 95 95 } catch (ArgException &e) { // catch any exceptions 96 96 cerr << "error: " << e.error() << " for arg " << e.argId() << endl; 97 exit(EXIT_FAILURE); 97 98 } 98 99 }
Note:
See TracChangeset
for help on using the changeset viewer.