17 #ifndef GAZEBO_PLUGINS_HARNESSPLUGIN_HH_
18 #define GAZEBO_PLUGINS_HARNESSPLUGIN_HH_
29 class HarnessPluginPrivate;
70 public:
virtual void Init();
74 public:
void SetWinchVelocity(
const float _value);
78 public:
double WinchVelocity()
const;
83 public:
void Attach(
const ignition::math::Pose3d &_pose);
87 public:
void Detach();
91 private:
void Attach();
99 private:
void OnVelocity(ConstGzStringPtr &_msg);
103 private:
void OnAttach(ConstPosePtr &_msg);
107 private:
void OnDetach(ConstGzStringPtr &_msg);
112 private:
int JointIndex(
const std::string &_name)
const;
116 private: std::unique_ptr<HarnessPluginPrivate> dataPtr;
Information for use in an update event.
Definition: UpdateInfo.hh:30
This plugin is designed to lower a model at a controlled rate.
Definition: HarnessPlugin.hh:58
boost::shared_ptr< Model > ModelPtr
Definition: PhysicsTypes.hh:93
GAZEBO_VISIBLE void Init(google::protobuf::Message &_message, const std::string &_id="")
Initialize a message.
A plugin with access to physics::Model.
Definition: Plugin.hh:260
#define GAZEBO_VISIBLE
Use to represent "symbol visible" if supported.
Definition: system.hh:59