7 #include "RbMovableItem.h"
10 #include "RbMotorizedJoint.h"
11 #include "RbHingeLimit.h"
13 #include "RbRigidBody.h"
15 #include "RbFirmataPart.h"
16 #include "RbFirmataController.h"
22 namespace RobotIOControls
31 RbFirmataPart::RbFirmataPart()
36 RbFirmataPart::~RbFirmataPart()
41 void RbFirmataPart::ParentIOControl(RobotIOControl *lpParent)
43 RobotPartInterface::ParentIOControl(lpParent);
47 THROW_ERROR(Rb_Err_lUnableToObtainFirmataPointer, Rb_Err_strUnableToObtainFirmataPointer);
Declares the vortex structure class.
Declares the vortex hinge class.
Classes for implementing the cm-labs vortex physics engine for AnimatLab.