Consider the following manipulator that consists of 2 revolving joints and 1 prismatic (sliding) joint. How many degrees of freedom does the structure have?
At time t = tk-1, the joint euler angles at Pose 1 are θ(tk−1)=[θ1,θ2,θ3]T
At time t = tk, the joint euler angles at Pose 2 are θ(tk) = [θ'1, θ'2, θ'3]T
(each euler angle θi=[θix,θiy,θiz]T)
With θ(tk-1) and θ(tk) known, show how you would compute θ˙(tk) using a backwards difference approach where the time step is deltaT.
With θ˙(tk) now known, and assuming a Z->Y->X order of rotation, show how you would compute ωroot(tk), ωhip(tk), and ωknee(tk).
With all the ω(tk) now known and given the distance vectors as stated before, show how you would compute the velocity of the ankle joint vankle(tk) at time t=tk.