A tab for configuring properties of a link. More...
#include <LinkConfig.hh>
Public Member Functions | |
LinkConfig () | |
Constructor. More... | |
~LinkConfig () | |
Destructor. More... | |
msgs::Link * | GetData () const |
Get the msg containing all link data. More... | |
void | SetPose (const math::Pose &_pose) |
Set the pose of the link. More... | |
void | Update (ConstLinkPtr _linkMsg) |
Update the link config widget with a link msg. More... | |
A tab for configuring properties of a link.
gazebo::gui::LinkConfig::LinkConfig | ( | ) |
Constructor.
gazebo::gui::LinkConfig::~LinkConfig | ( | ) |
Destructor.
msgs::Link* gazebo::gui::LinkConfig::GetData | ( | ) | const |
Get the msg containing all link data.
void gazebo::gui::LinkConfig::SetPose | ( | const math::Pose & | _pose | ) |
Set the pose of the link.
[in] | _pose | Pose to set the link to. |
void gazebo::gui::LinkConfig::Update | ( | ConstLinkPtr | _linkMsg | ) |
Update the link config widget with a link msg.
[in] | _linkMsg | Link message. |