4 #include "../../support/header/defines.h" 15 Eigen::Matrix4d wTgoalVeh_eigen;
16 Eigen::Matrix4d wTgoalEE_eigen;
17 Eigen::Matrix4d wTgoalTool_eigen;
19 Eigen::Matrix4d wTt_eigen;
20 Eigen::Matrix4d wTholeEstimated_eigen;
23 Eigen::Matrix4d wTotherPeg;
35 Eigen::Matrix4d link0Tee_eigen;
36 Eigen::Matrix4d vTee_eigen;
41 std::vector<Eigen::Matrix4d> wTjoints;
46 std::vector<double> jState;
57 Eigen::Matrix<double, 6, ARM_DOF> v_Jtool_man;
64 Eigen::Matrix<double, 6, TOT_DOF> w_Jee_robot;
68 Eigen::Matrix<double, 6, TOT_DOF> w_Jtool_robot;
69 Eigen::Matrix<double, 6, TOT_DOF> w_JNoKdltool_robot;
83 Eigen::Matrix4d vTlink0;
85 Eigen::Matrix4d eeTtoolTip;
102 Eigen::Vector3d otherRobPos;
103 Eigen::Matrix<double, VEHICLE_DOF, 1> coopCartVel;
112 Eigen::Vector3d forcePegTip;
113 Eigen::Vector3d torquePegTip;
std::vector< double > vehicleVel
vehicle and joint
The RobotStruct struct CONSTANT info about the robot (e.g. fixed frame for vehicle to sensors) ...
The RobotState struct VARIABLE info about the robot (e.g. position of vehicle respect world) ...
The RobotSensor struct used to store info from robot sensors (eg force torque)
Eigen::Matrix< double, 6, ARM_DOF > link0_Jee_man
Jacobians.
Eigen::Matrix4d wTv_eigen
Transforms.
The ExchangedInfo struct VARIABLE infos about thing not physically internally in the robot (e...