|
#include "TCPControlUnitObserver.h"
#include <ArmarXCore/observers/checks/ConditionCheckUpdated.h>
#include <ArmarXCore/observers/checks/ConditionCheckEquals.h>
#include <ArmarXCore/observers/checks/ConditionCheckInRange.h>
#include <ArmarXCore/observers/checks/ConditionCheckLarger.h>
#include <ArmarXCore/observers/checks/ConditionCheckSmaller.h>
#include <RobotAPI/libraries/core/checks/ConditionCheckEqualsPoseWithTolerance.h>
#include <RobotAPI/libraries/core/checks/ConditionCheckMagnitudeChecks.h>
#include <ArmarXCore/core/exceptions/local/ExpressionException.h>
Go to the source code of this file.
Namespaces | |
armarx | |
This file offers overloads of toIce() and fromIce() functions for STL container types. | |
Macros | |
#define | TCP_POSE_CHANNEL "TCPPose" |
#define | TCP_TRANS_VELOCITIES_CHANNEL "TCPVelocities" |
#define TCP_POSE_CHANNEL "TCPPose" |
Definition at line 35 of file TCPControlUnitObserver.cpp.
#define TCP_TRANS_VELOCITIES_CHANNEL "TCPVelocities" |
Definition at line 36 of file TCPControlUnitObserver.cpp.