A fixed joint rigidly connecting two bodies. More...
#include <physics/physics.hh>

Public Member Functions | |
| FixedJoint (BasePtr _parent) | |
| Constructor. More... | |
| virtual | ~FixedJoint () |
| Destructor. More... | |
| virtual unsigned int | GetAngleCount () const |
| virtual void | Load (sdf::ElementPtr _sdf) |
| Load joint. More... | |
Protected Member Functions | |
| virtual void | Init () |
| Initialize joint. More... | |
A fixed joint rigidly connecting two bodies.
|
inline |
Constructor.
| [in] | _parent | Parent link |
|
inlinevirtual |
Destructor.
|
inlinevirtual |
|
inlineprotectedvirtual |
Initialize joint.
Reimplemented in gazebo::physics::BulletFixedJoint, and gazebo::physics::DARTFixedJoint.
|
inlinevirtual |
Load joint.
| [in] | _sdf | Pointer to SDF element |
Reimplemented in gazebo::physics::SimbodyFixedJoint, gazebo::physics::BulletFixedJoint, gazebo::physics::ODEFixedJoint, and gazebo::physics::DARTFixedJoint.