#include "Tools/Module/Module.h"
#include "Representations/Perception/SensorDataBuffer.h"
#include "Representations/Perception/BodyPosture.h"
#include "Representations/Perception/CameraMatrix.h"
#include "Representations/Cognition/LandmarksState.h"
#include "Representations/Cognition/RobotPose.h"
#include "Representations/Cognition/RobotState.h"
#include "Representations/Cognition/BallModel.h"
#include "Representations/Motion/OdometryData.h"
#include "Representations/Motion/HeadControlMode.h"
#include "Representations/Motion/HeadMotionRequest.h"
#include "Representations/Motion/PIDData.h"
#include "Representations/Motion/MotionInfo.h"
#include "Tools/Debugging/DebugDrawings.h"
#include "Tools/RobotConfiguration.h"
#include "Tools/RingBuffer.h"
Include dependency graph for HeadControl.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | HeadControlInterfaces |
| The interfaces of the HeadControl module. More... | |
| class | HeadControl |
| A generic class for HeadControl modules. More... | |
Definition in file HeadControl.h.
1.3.6