Hello everyone,
I am trying to read the orientation of the text with TextObjectPlane. The problem that I have is when a text is rotated and bring back to the original position the return I have is ((0, 0, 0), (0, 0, 0)).
Any ideas for this problem?
plane = rs.TextObjectPlane(texto)
eje_x=int(plane[1][0]),int(plane[1][1]),int(plane[1][2])
eje_y=int(plane[2][0]),int(plane[2][1]),int(plane[2][2])
Thanks