#include <geometry_msgs/PoseStamped.h>
#include <moveit_msgs/MoveItErrorCodes.h>
#include <boost/function.hpp>
#include <console_bridge/console.h>
#include <string>
Go to the source code of this file.
Classes | |
class | kinematics::KinematicsBase |
Provides an interface for kinematics solvers. More... | |
struct | kinematics::KinematicsQueryOptions |
A set of options for the kinematics solver. More... | |
Namespaces | |
namespace | kinematics |
API for forward and inverse kinematics. | |
namespace | moveit |
Main namespace for MoveIt! | |
namespace | moveit::core |
Core components of MoveIt! | |
Typedefs | |
typedef boost::shared_ptr < const KinematicsBase > | kinematics::KinematicsBaseConstPtr |
typedef boost::shared_ptr < KinematicsBase > | kinematics::KinematicsBasePtr |