se3 and so3 dose not support symbolic computation
조회 수: 10 (최근 30일)
이전 댓글 표시
the se3 and so3 object dose not support symbolic computation. Do you have any plans to carry out this update, which is very important for the kinematics and dynamics research of robots.
댓글 수: 3
Bruno Luong
2023년 9월 22일
Can you just use symbolic calculation on the matrix representation of elements of those groups?
Dyuman Joshi
2023년 9월 22일
편집: Dyuman Joshi
2023년 9월 22일
It does not seem so, @Bruno
rotation = so3(magic(3))
%Conversion to double does not change anything
y = double(rotation)
class(y)
sym(rotation)
답변 (1개)
Remo Pillat
2023년 10월 1일
Thank you for your interest in the spatial math objects. Supporting symbolic inputs and outputs is something our development team is considering. Your feedback is useful and we hope to address it in an upcoming release.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Robotics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!