se3 and so3 dose not support symbolic computation
10 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Bruno Luong
el 22 de Sept. de 2023
Can you just use symbolic calculation on the matrix representation of elements of those groups?
Dyuman Joshi
el 22 de Sept. de 2023
Editada: Dyuman Joshi
el 22 de Sept. de 2023
It does not seem so, @Bruno
rotation = so3(magic(3))
%Conversion to double does not change anything
y = double(rotation)
class(y)
sym(rotation)
Respuestas (1)
Remo Pillat
el 1 de Oct. de 2023
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 comentarios
Ver también
Categorías
Más información sobre Robotics 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!