Go to the documentation of this file.
5 #include <VirtualRobot/VirtualRobot.h>
7 #include <RobotAPI/interface/core/RobotState.h>
48 std::optional<RobotNameHelper::Arm>
arm;
RobotHand & fileBySide(const std::string &side, RobotInfoNodePtr robotInfo)
Set the robot file according the desired side.
RobotHand & fileByArm(const RobotNameHelper::Arm &arm)
MatrixXX< 4, 4, float > Matrix4f
Left or right hand of a robot.
std::optional< RobotNameHelper::Arm > arm
The arm name helper. Set by fileBySide().
This file is part of ArmarX.
std::shared_ptr< class Robot > RobotPtr
RobotHand & tcpPose(const Eigen::Matrix4f &tcpPose, VirtualRobot::RobotPtr robot)
Set the pose of robotViz according to the given TCP pose.