|
#include <RobotAPI/interface/core/PoseBase.h>
#include <Eigen/Core>
#include <RobotComponents/interface/components/RobotIK.h>
#include <memory>
#include <VirtualRobot/IK/GenericIKSolver.h>
#include <ArmarXCore/core/util/PropagateConst.h>
#include <RobotAPI/libraries/core/FramedPose.h>
Go to the source code of this file.
Classes | |
class | UserWaypoint |
The UserWaypoint class represents a waypoint of the trajectory. More... | |
Namespaces | |
armarx | |
This file offers overloads of toIce() and fromIce() functions for STL container types. | |
Typedefs | |
using | IKSelection = VirtualRobot::IKSolver::CartesianSelection |
using | UserWaypointPtr = std::shared_ptr< UserWaypoint > |