#include <gazebo_model_attachment_plugin.h>
|
| void | Load (physics::WorldPtr world, sdf::ElementPtr sdf) |
| |
|
| void | attach (const std::string &joint_name, physics::ModelPtr m1, physics::ModelPtr m2, physics::LinkPtr l1, physics::LinkPtr l2) |
| |
| bool | attachCallback (gazebo_model_attachment_plugin::Attach::Request &req, gazebo_model_attachment_plugin::Attach::Response &res) |
| |
| void | detach (const std::string &joint_name, physics::ModelPtr m1, physics::ModelPtr m2) |
| |
| bool | detachCallback (gazebo_model_attachment_plugin::Detach::Request &req, gazebo_model_attachment_plugin::Detach::Response &res) |
| |
◆ ModelAttachmentPlugin()
| gazebo::ModelAttachmentPlugin::ModelAttachmentPlugin |
( |
| ) |
|
◆ ~ModelAttachmentPlugin()
| gazebo::ModelAttachmentPlugin::~ModelAttachmentPlugin |
( |
| ) |
|
|
virtual |
◆ attach()
| void gazebo::ModelAttachmentPlugin::attach |
( |
const std::string & |
joint_name, |
|
|
physics::ModelPtr |
m1, |
|
|
physics::ModelPtr |
m2, |
|
|
physics::LinkPtr |
l1, |
|
|
physics::LinkPtr |
l2 |
|
) |
| |
|
private |
◆ attachCallback()
| bool gazebo::ModelAttachmentPlugin::attachCallback |
( |
gazebo_model_attachment_plugin::Attach::Request & |
req, |
|
|
gazebo_model_attachment_plugin::Attach::Response & |
res |
|
) |
| |
|
private |
◆ detach()
| void gazebo::ModelAttachmentPlugin::detach |
( |
const std::string & |
joint_name, |
|
|
physics::ModelPtr |
m1, |
|
|
physics::ModelPtr |
m2 |
|
) |
| |
|
private |
◆ detachCallback()
| bool gazebo::ModelAttachmentPlugin::detachCallback |
( |
gazebo_model_attachment_plugin::Detach::Request & |
req, |
|
|
gazebo_model_attachment_plugin::Detach::Response & |
res |
|
) |
| |
|
private |
◆ Load()
| void gazebo::ModelAttachmentPlugin::Load |
( |
physics::WorldPtr |
world, |
|
|
sdf::ElementPtr |
sdf |
|
) |
| |
|
protected |
◆ attach_srv_
◆ detach_srv_
◆ nh_
◆ world_
| physics::WorldPtr gazebo::ModelAttachmentPlugin::world_ |
|
private |
The documentation for this class was generated from the following files: