pose1 is [0,0,0,3.14,0,-1.57], pose2 is [10,20,0,0,0,0,78], what should be the result of pose_trans(pose1, pose2)?
Hi,
It will give resultant of both poses and values inside the brackets should be in Meters and Radians. pose2 [0.010,0.020,0,0,0, d2r(78)]
Below links may helpful: