ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Below is a pseudocode of solution that works for me:

  • Get rotation of tool tip in the bin's frame (r1)
  • get target's rotation in bin's frame (r2)
  • calculate r12
  • Form a new rotation r3 from r12 with the rz = 0
  • required rotation = r13

There may be issues with pre and post multiplications in the notations, but I hope the idea is clear.