フィルターのクリア

se3 and so3 dose not support symbolic computation

2 ビュー (過去 30 日間)
Tan Shuwen is pig
Tan Shuwen is pig 2023 年 9 月 22 日
回答済み: Remo Pillat 2023 年 10 月 1 日
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
Bruno Luong 2023 年 9 月 22 日
Can you just use symbolic calculation on the matrix representation of elements of those groups?
Dyuman Joshi
Dyuman Joshi 2023 年 9 月 22 日
編集済み: Dyuman Joshi 2023 年 9 月 22 日
It does not seem so, @Bruno
rotation = so3(magic(3))
rotation = so3
8 1 6 3 5 7 4 9 2
%Conversion to double does not change anything
y = double(rotation)
class(y)
y = so3
8 1 6 3 5 7 4 9 2
ans = 'so3'
sym(rotation)
Error using sym>tomupad
Unable to convert 'so3' to 'sym'.

Error in sym (line 273)
S.s = tomupad(x);

サインインしてコメントする。

回答 (1 件)

Remo Pillat
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.

カテゴリ

Help Center および File ExchangeRobotics についてさらに検索

タグ

製品


リリース

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by