![]() |
lebai sdk 1.4.1
lebai c++ sdk with swig to support sereval languages.
|
机械臂关节运动数据结构. More...
#include <robot.hh>
Public Attributes | |
| DoubleVector | actual_joint_pose |
| DoubleVector | actual_joint_speed |
| DoubleVector | actual_joint_acc |
| DoubleVector | actual_joint_torque |
| DoubleVector | target_joint_pose |
| DoubleVector | target_joint_speed |
| DoubleVector | target_joint_acc |
| DoubleVector | target_joint_torque |
| CartesianPose | actual_tcp_pose |
| CartesianPose | target_tcp_pose |
| CartesianPose | actual_flange_pose |
机械臂关节运动数据结构.
| CartesianPose lebai::l_master::JointMotionData::actual_flange_pose |
法兰实际位置.
| DoubleVector lebai::l_master::JointMotionData::actual_joint_acc |
关节实际加速度.
| DoubleVector lebai::l_master::JointMotionData::actual_joint_pose |
关节实际位置.
| DoubleVector lebai::l_master::JointMotionData::actual_joint_speed |
关节实际速度.
| DoubleVector lebai::l_master::JointMotionData::actual_joint_torque |
关节实际力矩.
| CartesianPose lebai::l_master::JointMotionData::actual_tcp_pose |
法兰实际位置.
| DoubleVector lebai::l_master::JointMotionData::target_joint_acc |
关节目标加速度.
| DoubleVector lebai::l_master::JointMotionData::target_joint_pose |
关节目标位置.
| DoubleVector lebai::l_master::JointMotionData::target_joint_speed |
关节目标速度.
| DoubleVector lebai::l_master::JointMotionData::target_joint_torque |
关节目标力矩.
| CartesianPose lebai::l_master::JointMotionData::target_tcp_pose |
法兰目标位置.