How can I use the function 'trvec' to extract the translation vector from an SE3 object

조회 수: 10 (최근 30일)
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
Teodoro Lima
Teodoro Lima 2022년 9월 25일
편집: Teodoro Lima 2022년 9월 25일
no okay i solved it. i had to write " .t " next to my SE3 object to extract the vector t, i didn't use any function.
thanks anyway for helping me
Ronak Narkhede
Ronak Narkhede 2023년 3월 14일
Hey, Do you know of any method to only extract the x coordinate.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Specialized Messages에 대해 자세히 알아보기

제품


릴리스

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by