KinematicSolver.h File Reference
#include "RobotAPI/libraries/core/FramedPose.h"
#include <Eigen/Core>
#include <Eigen/Geometry>
#include <VirtualRobot/RobotNodeSet.h>
#include <VirtualRobot/Robot.h>
#include <VirtualRobot/IK/GenericIKSolver.h>
#include <VirtualRobot/IK/DifferentialIK.h>
#include "VirtualRobot/IK/AdvancedIKSolver.h"
#include "MotionPlanning/CSpace/CSpacePath.h"
#include <memory>
#include <map>
+ Include dependency graph for KinematicSolver.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  KinematicSolver
 Realizes the Singleton-Pattern, Provides Methods to solve Kinematic Problems (forward and inverse) More...
 

Namespaces

 armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 

Typedefs

using KinematicSolverPtr = std::shared_ptr< KinematicSolver >