#include "CartesianPositionController.h"
#include <VirtualRobot/IK/DifferentialIK.h>
#include <VirtualRobot/Nodes/RobotNode.h>
#include <VirtualRobot/Robot.h>
#include <VirtualRobot/RobotNodeSet.h>
#include <ArmarXCore/util/CPPUtility/trace.h>
#include <RobotAPI/libraries/core/math/MathUtils.h>
Go to the source code of this file.
|
| #define | GET_FLT(x) x = obj->getFloat(#x); |
| |
| #define | SET_FLT(x) obj->setFloat(#x, x) |
| |
| #define | SS_OUT(x) ss << #x << " = " << x << "\n" |
| |
◆ GET_FLT
| #define GET_FLT |
( |
|
x | ) |
x = obj->getFloat(#x); |
◆ SET_FLT
| #define SET_FLT |
( |
|
x | ) |
obj->setFloat(#x, x) |
◆ SS_OUT
| #define SS_OUT |
( |
|
x | ) |
ss << #x << " = " << x << "\n" |