TAMSVIZ
Visualization and annotation tool for ROS
Public Member Functions | Public Attributes | List of all members
RobotLink Struct Reference
Collaboration diagram for RobotLink:
Collaboration graph
[legend]

Public Member Functions

 RobotLink (const moveit::core::LinkModel *moveit_link, const Eigen::Isometry3d &pose, const std::shared_ptr< Mesh > &mesh)
 

Public Attributes

std::shared_ptr< Materialmaterial
 
Eigen::Isometry3d pose = Eigen::Isometry3d::Identity()
 
const moveit::core::LinkModel * moveit_link = nullptr
 
size_t link_index = 0
 
size_t part_index = 0
 
Frame frame
 
std::shared_ptr< Meshmesh
 

Detailed Description

Definition at line 53 of file robot.cpp.

Member Data Documentation

std::shared_ptr<Material> RobotLink::material
Initial value:
= []() {
return std::make_shared<Material>();
}()

Definition at line 54 of file robot.cpp.


The documentation for this struct was generated from the following file: