Robotis Manipulator  1.0.0
robotis_manipulator Namespace Reference

main namespace More...

Namespaces

 log
 
 math
 

Classes

struct  ChainingName
 
struct  Component
 
class  CustomJointTrajectory
 The CustomJointTrajectory class. More...
 
class  CustomTaskTrajectory
 The CustomTaskTrajectory class. More...
 
struct  DynamicPose
 
struct  Dynamicvector
 
struct  Inertia
 
class  JointActuator
 The JointActuator class. More...
 
struct  JointConstant
 
class  JointTrajectory
 The JointTrajectory class. More...
 
struct  KinematicPose
 
class  Kinematics
 The Kinematics class. More...
 
struct  Limit
 
class  Manipulator
 The Manipulator class. More...
 
class  MinimumJerk
 The MinimumJerk class. More...
 
struct  Point
 
struct  Pose
 
struct  Relative
 
class  RobotisManipulator
 The RobotisManipulator class. More...
 
class  TaskTrajectory
 The TaskTrajectory class. More...
 
struct  Time
 
class  ToolActuator
 The ToolActuator class. More...
 
class  Trajectory
 The Trajectory class. More...
 
struct  World
 

Typedefs

typedef STRING Name
 
typedef struct robotis_manipulator::KinematicPose KinematicPose
 
typedef struct robotis_manipulator::Dynamicvector Dynamicvector
 
typedef struct robotis_manipulator::DynamicPose DynamicPose
 
typedef struct robotis_manipulator::Inertia Inertia
 
typedef struct robotis_manipulator::Limit Limit
 
typedef struct robotis_manipulator::Time Time
 
typedef enum robotis_manipulator::TrajectoryType TrajectoryType
 
typedef struct robotis_manipulator::Point Point
 
typedef struct robotis_manipulator::Point ActuatorValue
 
typedef struct robotis_manipulator::Point JointValue
 
typedef struct robotis_manipulator::Point ToolValue
 
typedef std::vector< JointValueJointWaypoint
 
typedef struct robotis_manipulator::Pose TaskWaypoint
 
typedef struct robotis_manipulator::Pose Pose
 
typedef enum robotis_manipulator::ComponentType ComponentType
 
typedef struct robotis_manipulator::ChainingName ChainingName
 
typedef struct robotis_manipulator::Relative Relative
 
typedef struct robotis_manipulator::JointConstant JointConstant
 
typedef struct robotis_manipulator::World World
 
typedef struct robotis_manipulator::Component Component
 

Enumerations

enum  TrajectoryType {
  NONE = 0, JOINT_TRAJECTORY, TASK_TRAJECTORY, CUSTOM_JOINT_TRAJECTORY,
  CUSTOM_TASK_TRAJECTORY
}
 
enum  ComponentType { PASSIVE_JOINT_COMPONENT = 0, ACTIVE_JOINT_COMPONENT, TOOL_COMPONENT }
 

Detailed Description

main namespace

Typedef Documentation

Definition at line 114 of file robotis_manipulator_common.h.

Definition at line 46 of file robotis_manipulator_common.h.

Enumeration Type Documentation