A universal joint. More...
#include <physics/physics.hh>
Public Member Functions | |
UniversalJoint (BasePtr _parent) | |
Constructor. More... | |
virtual | ~UniversalJoint () |
Destuctor. More... | |
virtual unsigned int | GetAngleCount () const |
More... | |
virtual void | Load (sdf::ElementPtr _sdf) |
Load a UniversalJoint. More... | |
A universal joint.
|
inlineexplicit |
Constructor.
[in] | _parent | Parent link of the univeral joint. |
|
inlinevirtual |
Destuctor.
|
inlinevirtual |
|
inlinevirtual |
Load a UniversalJoint.
[in] | _sdf | SDF values to load from. |
Reimplemented in gazebo::physics::SimbodyUniversalJoint, and gazebo::physics::DARTUniversalJoint.