moveit2
The MoveIt Motion Planning Framework for ROS 2.
Public Member Functions | List of all members
moveit_rviz_plugin::PlanningLinkUpdater Class Reference

Update the links of an rviz::Robot using a moveit::core::RobotState. More...

#include <planning_link_updater.h>

Inheritance diagram for moveit_rviz_plugin::PlanningLinkUpdater:
Inheritance graph
[legend]
Collaboration diagram for moveit_rviz_plugin::PlanningLinkUpdater:
Collaboration graph
[legend]

Public Member Functions

 PlanningLinkUpdater (const moveit::core::RobotStateConstPtr &state)
 
bool getLinkTransforms (const std::string &link_name, Ogre::Vector3 &visual_position, Ogre::Quaternion &visual_orientation, Ogre::Vector3 &collision_position, Ogre::Quaternion &collision_orientation) const override
 

Detailed Description

Update the links of an rviz::Robot using a moveit::core::RobotState.

Definition at line 45 of file planning_link_updater.h.

Constructor & Destructor Documentation

◆ PlanningLinkUpdater()

moveit_rviz_plugin::PlanningLinkUpdater::PlanningLinkUpdater ( const moveit::core::RobotStateConstPtr &  state)
inline

Definition at line 48 of file planning_link_updater.h.

Member Function Documentation

◆ getLinkTransforms()

bool moveit_rviz_plugin::PlanningLinkUpdater::getLinkTransforms ( const std::string &  link_name,
Ogre::Vector3 &  visual_position,
Ogre::Quaternion &  visual_orientation,
Ogre::Vector3 &  collision_position,
Ogre::Quaternion &  collision_orientation 
) const
override

Definition at line 40 of file planning_link_updater.cpp.


The documentation for this class was generated from the following files: