aboutsummaryrefslogtreecommitdiff
path: root/src/modules/commander/commander_tests/state_machine_helper_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* commander: Refresh safety tests to avoid false positives in unit tests.Lorenz Meier2015-01-101-0/+2
|
* Upgraded unit test frameworkDon Gagne2014-09-131-8/+5
|
* Fix broken arming unit testDon Gagne2014-08-041-5/+5
| | | | | Also, update arming_state_transition calls to add new fRunPreArmChecks flag.
* Fix mainStateTransitionTestDon Gagne2014-07-071-66/+147
|
* ALTCTRL/POSCTRL renamed to ALTCTL/POSCTLAnton Babushkin2014-05-111-6/+6
|
* Replaces poshold/althold with posctrl/altctrlTickTock-2014-04-281-12/+12
|
* renamed EASY to POSHOLD and SEATBELT to ALTHOLDTickTock-2014-04-271-12/+12
|
* Added comprehensive arming_state_transition unit testDon Gagne2014-03-271-91/+266
| | | | Also converted full to C++ style. Also converted to new unit test code.
* Whitespace and formatting cleanup.Simon Wilks2013-08-251-1/+0
|
* Added a simple unit test framework and initial testing some of the commander ↵Simon Wilks2013-08-251-0/+248
state machines.