18 #ifndef _LINK_CONFIG_HH_
19 #define _LINK_CONFIG_HH_
51 public:
void Update(ConstLinkPtr _linkMsg);
55 public: msgs::Link *
GetData()
const;
Encapsulates a position and rotation in three space.
Definition: Pose.hh:37
void Update(ConstLinkPtr _linkMsg)
Update the link config widget with a link msg.
void SetPose(const math::Pose &_pose)
Set the pose of the link.
msgs::Link * GetData() const
Get the msg containing all link data.
A tab for configuring properties of a link.
Definition: LinkConfig.hh:39