18 #ifndef GAZEBO_RENDERING_JOINTVISUAL_HH_
19 #define GAZEBO_RENDERING_JOINTVISUAL_HH_
23 #include <ignition/math/Pose3.hh>
25 #include "gazebo/msgs/MessageTypes.hh"
50 public:
void Load(ConstJointPtr &_msg);
54 public:
virtual void Fini();
63 public:
void Load(ConstJointPtr &_msg,
const math::Pose &_worldPose)
72 public:
void Load(ConstJointPtr &_msg,
73 const ignition::math::Pose3d &_worldPose);
81 public:
ArrowVisualPtr CreateAxis(
const ignition::math::Vector3d &_axis,
82 const bool _useParentFrame,
const msgs::Joint::Type &_type);
95 public:
virtual void SetVisible(
bool _visible,
bool _cascade =
true);
99 public:
void UpdateFromMsg(ConstJointPtr &_msg);
108 const ignition::math::Vector3d &_axis,
const bool _useParentFrame,
109 const msgs::Joint::Type &_type);
Encapsulates a position and rotation in three space.
Definition: Pose.hh:42
The Vector3 class represents the generic vector containing 3 elements.
Definition: Vector3.hh:44
std::shared_ptr< ArrowVisual > ArrowVisualPtr
Definition: RenderTypes.hh:149
A renderable object.
Definition: Visual.hh:63
Visualization for joints.
Definition: JointVisual.hh:38
std::shared_ptr< JointVisual > JointVisualPtr
Definition: RenderTypes.hh:141
#define GAZEBO_DEPRECATED(version)
Definition: system.hh:302
std::shared_ptr< Visual > VisualPtr
Definition: RenderTypes.hh:113
virtual void Load()
Load the visual with default parameters.