RobWorkProject  23.9.11-
Classes | Typedefs
Controllers

Classes

class  BeamJointController
 The beamjoint controller controls a joint device composed of coupled beam joints. The coupling of beamjoints is somewhat special since its not an configuration space coupling (position) but rather a coupling of the forces acting on the joints. More...
 
class  BodyController
 A Controller that use a PD loop to follow a trajectory generated from different target types. If the body is a Kinematic body then the velocities of the body is directly controlled, else wrenches are used to control the body. More...
 
struct  PDParam
 struct for holding PD parameters More...
 
class  PDController
 a JointController that use a PD loop on each joint to control the velocity such that the position target is reached. More...
 
class  PoseController
 a JointController that use a PD loop on each joint to control the velocity such that the position target is reached. More...
 
class  RigidBodyGenerator
 a generator of rigid bodies. More...
 
class  SerialDeviceController
 a SerialDeviceController that enables control of the robot in both position, velocity and force modes. Also both joint and cartesean control is available. More...
 
class  SpringJointController
 
class  SyncPDController
 a JointController that use a PD loop on each joint to control the velocity such that the position target is reached at the same time. The PD controls the joint position and velocity from a generated synchronous ramp profile. More...
 
class  TrajectoryController
 a JointController that use a PD loop on each joint to control the velocity such that the position target is reached at the same time. The PD controls the joint position and velocity from a generated synchronous ramp profile. More...
 
class  VelRampController
 a JointController that use a velocityramp profile of a device to set acceleration, velocity and position of a dynamic device. More...
 

Typedefs

typedef rw::core::Ptr< BeamJointControllerBeamJointControllerPtr
 
typedef rw::core::Ptr< PDControllerPDControllerPtr
 
typedef rw::core::Ptr< VelRampControllerVelRampControllerPtr
 

Detailed Description