#include <CollisionDetector.h>
Inheritance diagram for CollisionDetectorInterfaces:
Public Member Functions | |
CollisionDetectorInterfaces (const SensorDataBuffer &sensorDataBuffer, const MotionInfo &motionInfo, CollisionPercept &collisionPercept) | |
Constructor. | |
Public Attributes | |
const SensorDataBuffer & | sensorDataBuffer |
The SensorDataBuffer. | |
const MotionInfo & | motionInfo |
The motions that are executed by the Motion process. | |
CollisionPercept & | collisionPercept |
The JointState to be generated. |
Definition at line 24 of file CollisionDetector.h.
|
Constructor.
Definition at line 28 of file CollisionDetector.h. |
|
The SensorDataBuffer.
Definition at line 39 of file CollisionDetector.h. |
|
The motions that are executed by the Motion process.
Definition at line 42 of file CollisionDetector.h. |
|
The JointState to be generated.
Definition at line 45 of file CollisionDetector.h. |