Changeset 291 in flair-src for trunk/demos/CircleFollower/uav


Ignore:
Timestamp:
01/09/19 13:58:48 (5 years ago)
Author:
Sanahuja Guillaume
Message:

add exit failure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/demos/CircleFollower/uav/src/main.cpp

    r263 r291  
    9595        } catch (ArgException &e) { // catch any exceptions
    9696        cerr << "error: " << e.error() << " for arg " << e.argId() << endl;
     97        exit(EXIT_FAILURE);
    9798        }
    9899}
Note: See TracChangeset for help on using the changeset viewer.