#include "Representations/Motion/MotionRequest.h"
#include "Representations/Motion/JointData.h"
#include "Representations/Motion/PIDData.h"
Include dependency graph for MotionNetNode.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | MotionNetNode |
Represents a node of the motion net. More... | |
Defines | |
#define | INVAL 10000 |
#define | DEFLT 10000 |
Typedefs | |
typedef MotionNetNode | MotionNetNode |
Represents a node of the motion net. |
Definition in file MotionNetNode.h.
|
Definition at line 16 of file MotionNetNode.h. |
|
Definition at line 17 of file MotionNetNode.h. Referenced by MotionNetNode::toPIDData(). |
|
Represents a node of the motion net. The motion net is organised in an array of nodes (MotionNetNode).
|