A two axis hinge joint. More...
#include <physics/physics.hh>
Public Member Functions | |
Hinge2Joint (BasePtr _parent) | |
Constructor. More... | |
virtual | ~Hinge2Joint () |
Destructor. More... | |
virtual unsigned int | GetAngleCount () const |
virtual void | Load (sdf::ElementPtr _sdf) |
Load the joint. More... | |
A two axis hinge joint.
|
inlineexplicit |
Constructor.
[in] | _parent | Parent link. |
|
inlinevirtual |
Destructor.
|
inlinevirtual |
|
inlinevirtual |
Load the joint.
[in] | _sdf | SDF values to load from. |
Reimplemented in gazebo::physics::BulletHinge2Joint, gazebo::physics::ODEHinge2Joint, gazebo::physics::SimbodyHinge2Joint, and gazebo::physics::DARTHinge2Joint.