UserWaypoint.h File Reference
#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>
+ Include dependency graph for UserWaypoint.h:
+ This graph shows which files directly or indirectly include this file:

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 >