How can I use the function 'trvec' to extract the translation vector from an SE3 object
10 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I have my SE3 object representing a 4x4 matrix. I need to extract the translation vector to get the [X Y Z] coordinates i.e. the values that are present at position (1,4) (2,4) (3,4) of the matrix represented by the object.
On the matlab documentation there are the various functions that the object can use. I followed the syntax but it doesn't recognize those functions either. Especially the function 'trvec' should solve my problem, but it doesn't work.
3 comentarios
Ronak Narkhede
el 14 de Mzo. de 2023
Hey, Do you know of any method to only extract the x coordinate.
Respuestas (0)
Ver también
Categorías
Más información sobre Specialized Messages en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!