Implements the classes: DHTransform, DOF, RevoluteJoint, and PrismaticJoint. More...
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <iostream>
#include <Inventor/SoDB.h>
#include <Inventor/SoInput.h>
#include <Inventor/actions/SoGetBoundingBoxAction.h>
#include <Inventor/actions/SoGetMatrixAction.h>
#include <Inventor/actions/SoSearchAction.h>
#include <Inventor/nodes/SoSeparator.h>
#include <Inventor/nodes/SoCoordinate3.h>
#include <Inventor/nodes/SoTransform.h>
#include <Inventor/draggers/SoRotateDiscDragger.h>
#include "joint.h"
#include "robot.h"
#include "mytools.h"
#include "body.h"
#include "dynJoint.h"
#include "math/matrix.h"
#include "tinyxml.h"
#include "debug.h"
Go to the source code of this file.
Implements the classes: DHTransform, DOF, RevoluteJoint, and PrismaticJoint.
Definition in file joint.cpp.