RVC3-MATLAB icon indicating copy to clipboard operation
RVC3-MATLAB copied to clipboard

symbolic operation

Open amiao1017 opened this issue 2 years ago • 1 comments

hello, the RVC3-matlab dose not support symbolic operation. For example:

rotmx(theta)

ans =

[1, 0, 0] [0, cos(theta), -sin(theta)] [0, sin(theta), cos(theta)]

this one is ok, but for so3, se3, Twist and so on, it can't work.

Do you have any plans to carry out this update, which is very important for the kinematics and dynamics research of robots

amiao1017 avatar Sep 21 '23 13:09 amiao1017

The functions so3, se3 are part of core MATLAB, and their support for symbolics is a MathWorks decision not ours. Twist uses se3 internally and so it inherits the limitation.

Either stick with native matrices, or try the older Robotics Toolbox for MATLAB on my GitHub but unfortunately that's no longer being maintained.

petercorke avatar Aug 05 '24 03:08 petercorke