#include "Tools/Streams/InOut.h"
#include "Tools/Math/Pose2D.h"
Include dependency graph for MotionRequest.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | SpecialActionRequest |
class | WalkRequest |
class | TailRequest |
class | MotionRequest |
This describes the MotionRequest. More... | |
walking max speeds | |
| |
const double | walkMaxForwardSpeed = 450.0 |
the maximum forward speed for walk in mm/s | |
const double | walkMaxBackwardSpeed = 350.0 |
the maximum backward speed for walk in mm/s | |
const double | walkMaxLeftRightSpeed = 400.0 |
the maximum sideward left/right speed for walk in mm/s | |
const double | walkMaxRotationSpeed = fromDegrees(250) |
the maximum rotation speed for walk in rad/s | |
Functions | |
In & | operator>> (In &stream, MotionRequest &motionRequest) |
Streaming operator that reads a MotionRequest from a stream. | |
Out & | operator<< (Out &stream, const MotionRequest &motionRequest) |
Streaming operator that writes a MotionRequest to a stream. |
Max Risler
Michael Spranger
Definition in file MotionRequest.h.
|
Streaming operator that reads a MotionRequest from a stream.
Definition at line 56 of file MotionRequest.cpp. References In::read(). |
Here is the call graph for this function:
|
Streaming operator that writes a MotionRequest to a stream.
Definition at line 62 of file MotionRequest.cpp. References Out::write(). |
Here is the call graph for this function:
|
the maximum forward speed for walk in mm/s
Definition at line 29 of file MotionRequest.h. |
|
the maximum backward speed for walk in mm/s
Definition at line 31 of file MotionRequest.h. |
|
the maximum sideward left/right speed for walk in mm/s
Definition at line 33 of file MotionRequest.h. |
|
the maximum rotation speed for walk in rad/s
Definition at line 35 of file MotionRequest.h. |