22#ifndef ABSTRACTMANIPULATORVISUALIZATION_H
23#define ABSTRACTMANIPULATORVISUALIZATION_H
29#include <VirtualRobot/Robot.h>
30#include <VirtualRobot/RobotNodeSet.h>
32#include <RobotAPI/interface/core/PoseBase.h>
46 VirtualRobot::RobotNodeSetPtr nodeSet) = 0;
The AbstractManipulatorVisualization class Abstraction of a Manipulator in any 3D format Info: not pr...
virtual void setVisualization(VirtualRobot::RobotPtr robot, VirtualRobot::RobotNodeSetPtr nodeSet)=0
virtual Eigen::MatrixXf getUserDesiredPose()=0
std::shared_ptr< class Robot > RobotPtr
This file offers overloads of toIce() and fromIce() functions for STL container types.
std::shared_ptr< AbstractManipulatorVisualization > AbstractManipulatorVisualizationPtr