moveit_task_constructor
moveit_task_constructor copied to clipboard
travel (trajectory) length and time of end-effector joint
[rookie] ive a robot arm of 6 joints and would like to know:
- how does mtc and rviz know joint1 corresponds to the base joint, etc.
- i have the below code snippet calc the total trajectory length and time but i believe it computes both linear and rotary movement of all 6 joints.
(x, y, z) from home position to an arbitrary (0, 0.5, 1.5) metres:
how do i verify mtc and rviz are reading the last joint (joint 6) as end-effector joint and get the travel (trajectory) length, time of specified joint.