Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
#include "StartupBehavior.h"
#include "Behaviors/Controller.h"
#include "Shared/SharedObject.h"
#include "Behaviors/Controls/BatteryCheckControl.h"
#include "Behaviors/Controls/BehaviorActivatorControl.h"
#include "Behaviors/Controls/BehaviorSwitchControl.h"
#include "Behaviors/Controls/ControlBase.h"
#include "Behaviors/Controls/DumpFileControl.h"
#include "Behaviors/Controls/FileBrowserControl.h"
#include "Behaviors/Controls/FreeMemReportControl.h"
#include "Behaviors/Controls/HelpControl.h"
#include "Behaviors/Controls/LoadPostureControl.h"
#include "Behaviors/Controls/LoadWalkControl.h"
#include "Behaviors/Controls/MCValueEditControl.h"
#include "Behaviors/Controls/PlaySoundControl.h"
#include "Behaviors/Controls/ProfilerCheckControl.h"
#include "Behaviors/Controls/RebootControl.h"
#include "Behaviors/Controls/RunSequenceControl.h"
#include "Behaviors/Controls/SavePostureControl.h"
#include "Behaviors/Controls/SaveWalkControl.h"
#include "Behaviors/Controls/ShutdownControl.h"
#include "Behaviors/Controls/ValueEditControl.h"
#include "Behaviors/Controls/ValueSetControl.h"
#include "Behaviors/Controls/EventLogger.h"
#include "Behaviors/Demos/AutoGetupBehavior.h"
#include "Behaviors/Demos/BatteryMonitorBehavior.h"
#include "Behaviors/Demos/ChaseBallBehavior.h"
#include "Behaviors/Demos/SimpleChaseBallBehavior.h"
#include "Behaviors/Demos/StareAtBallBehavior.h"
#include "Behaviors/Demos/FollowHeadBehavior.h"
#include "Behaviors/Demos/HeadLevelBehavior.h"
#include "Behaviors/Demos/EvtRptBehavior.h"
#include "Behaviors/Demos/WalkToTargetMachine.h"
#include "Behaviors/Demos/BanditMachine.h"
#include "Behaviors/Demos/WorldModel2Behavior.h"
#include "Behaviors/Demos/DumbWM2Behavior.h"
#include "Behaviors/Demos/SoundTestBehavior.h"
#include "Behaviors/Demos/ToggleHeadLightBehavior.h"
#include "Behaviors/Demos/WalkControllerBehavior.h"
#include "Behaviors/Demos/HeadPointControllerBehavior.h"
#include "Behaviors/Demos/Aibo3DControllerBehavior.h"
#include "Behaviors/Demos/Aibo3DMonitorBehavior.h"
#include "Behaviors/Demos/EStopControllerBehavior.h"
#include "Motion/MotionCommand.h"
#include "Motion/PostureMC.h"
#include "Motion/EmergencyStopMC.h"
#include "Motion/PIDMC.h"
#include "Motion/MotionSequenceMC.h"
#include "Motion/MMAccessor.h"
#include "Shared/ERS210Info.h"
#include "SoundPlay/SoundManager.h"
Include dependency graph for StartupBehavior.cc:
Go to the source code of this file.
Variables | |
StartupBehavior | gStartup |
used to initialize the global startupBehavior, used by MMCombo | |
BehaviorBase & | startupBehavior = gStartup |
used by MMCombo as the init behavior |
|
used to initialize the global startupBehavior, used by MMCombo
Definition at line 59 of file StartupBehavior.cc. |
|
used by MMCombo as the init behavior
Definition at line 60 of file StartupBehavior.cc. |
Tekkotsu v1.4 |
Generated Sat Jul 19 00:08:19 2003 by Doxygen 1.3.2 |