18 #ifndef _GAZEBO_APPLYWRENCHVISUAL_PRIVATE_HH_
19 #define _GAZEBO_APPLYWRENCHVISUAL_PRIVATE_HH_
Class for drawing lines that can change.
Definition: DynamicLines.hh:43
bool rotatedByMouse
If true, the rotation tool was rotated by the mouse and shouldn't be oriented again according to the ...
Definition: ApplyWrenchVisualPrivate.hh:68
std::string unselectedMaterial
Material for the unselected mode.
Definition: ApplyWrenchVisualPrivate.hh:37
Movable text.
Definition: MovableText.hh:49
Private data for the Visual class.
Definition: VisualPrivate.hh:58
ignition::math::Vector3d forcePosVector
Force application point in link coordinates.
Definition: ApplyWrenchVisualPrivate.hh:52
VisualPtr torqueVisual
Tube and line representing torque.
Definition: ApplyWrenchVisualPrivate.hh:43
MovableText forceText
Text displaying the force magnitude.
Definition: ApplyWrenchVisualPrivate.hh:71
std::shared_ptr< Visual > VisualPtr
Definition: RenderTypes.hh:112
ignition::math::Vector3d torqueVector
Torque vector expressed in the link frame.
Definition: ApplyWrenchVisualPrivate.hh:58
rendering::SelectionObjPtr rotTool
Rotation tool composed of two circles.
Definition: ApplyWrenchVisualPrivate.hh:64
ignition::math::Vector3d comVector
CoM position in link coordinates.
Definition: ApplyWrenchVisualPrivate.hh:49
Private data for the Apply Wrench Visual class.
Definition: ApplyWrenchVisualPrivate.hh:31
ignition::math::Vector3d forceVector
Force vector expressed in the link frame.
Definition: ApplyWrenchVisualPrivate.hh:55
std::shared_ptr< SelectionObj > SelectionObjPtr
Definition: RenderTypes.hh:188
MovableText torqueText
Text displaying the torque magnitude.
Definition: ApplyWrenchVisualPrivate.hh:74
std::mutex mutex
Mutex to protect variables.
Definition: ApplyWrenchVisualPrivate.hh:61
rendering::DynamicLines * torqueLine
Line connecting the torque visual to the CoM.
Definition: ApplyWrenchVisualPrivate.hh:46
std::string selectedMaterial
Material for the current mode.
Definition: ApplyWrenchVisualPrivate.hh:34
VisualPtr forceVisual
Arrow representing force.
Definition: ApplyWrenchVisualPrivate.hh:40