I have a question about Rotation (R) and Translation (T) matrices, I hope someone can help me as we use R and T in robotics to find the position of the robot.
I have an R and T frame of an object in relation to a camera frame and an R and T of a second object relative to the same camera. If both objects are on a common surface / plane
Question No. 1: (being on the same surface / plane), this means that R is the same for both objects relative to the camera! is this assumption true?
question # 2: how can I calculate the distance between objects (for example, along the x or y axis) using translation matrices?
I have a 1x3 transformation matrix and a 3x3 rotation matrix => I inferred a 4x4 transformation matrix from R and T
early
source share