Defines the classes: DHTransform, Joint, RevoluteJoint, and PrismaticJoint. More...
#include <list>
#include <vector>
#include "mytools.h"
#include "matvec3D.h"
Go to the source code of this file.
Classes | |
class | DHTransform |
Converts 4 parameter Denavit-Hartenberg notation to a 4x4 transform. More... | |
class | Joint |
Abstract base class for a single axis robot joint. More... | |
class | PrismaticJoint |
A type of joint that translates along the z-axis of the joint frame. More... | |
class | RevoluteJoint |
A type of joint that rotates about the z-axis of the joint frame. More... | |
Defines | |
#define | JOINT_H |
Enumerations | |
enum | JointT { REVOLUTE, PRISMATIC } |
Defines the classes: DHTransform, Joint, RevoluteJoint, and PrismaticJoint.
Definition in file joint.h.