#include "StartupBehavior.h" #include "Behaviors/Controller.h" #include "Behaviors/Controls/BatteryCheckControl.h" #include "Behaviors/Controls/ControlBase.h" #include "Behaviors/Controls/PostureEditor.h" #include "Behaviors/Controls/HelpControl.h" #include "Behaviors/Controls/RebootControl.h" #include "Behaviors/Controls/ShutdownControl.h" #include "Motion/MotionCommand.h" #include "Motion/EmergencyStopMC.h" #include "Motion/PIDMC.h" #include "Motion/MotionSequenceMC.h" #include "Motion/MMAccessor.h" #include "SoundPlay/SoundManager.h" #include "Shared/ERS210Info.h" #include "Shared/ERS7Info.h" #include "Shared/ProjectInterface.h"
#include "StartupBehavior.h"
#include "Behaviors/Controller.h"
#include "Behaviors/Controls/BatteryCheckControl.h"
#include "Behaviors/Controls/ControlBase.h"
#include "Behaviors/Controls/PostureEditor.h"
#include "Behaviors/Controls/HelpControl.h"
#include "Behaviors/Controls/RebootControl.h"
#include "Behaviors/Controls/ShutdownControl.h"
#include "Motion/MotionCommand.h"
#include "Motion/EmergencyStopMC.h"
#include "Motion/PIDMC.h"
#include "Motion/MotionSequenceMC.h"
#include "Motion/MMAccessor.h"
#include "SoundPlay/SoundManager.h"
#include "Shared/ERS210Info.h"
#include "Shared/ERS7Info.h"
#include "Shared/ProjectInterface.h"
Include dependency graph for StartupBehavior.cc:
Go to the source code of this file.
used to initialize the global startupBehavior, used by MMCombo
Definition at line 24 of file StartupBehavior.cc.