Is the getTransform function in rigidBodyTree working base on DH method?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello,
I'll go straight to my problem.
I'm using Robotics System Toolbox (ver. 2020b). I load a robot by using
[robotKUKA,robotData] = loadrobot("kukaIiwa14","DataFormat","column");
Then getting a random configuration by
config = randomConfiguration(robotKUKA);
And use the following code to get transform matrix from body 2 frame to body 1 frame
transform2 = getTransform(robotKUKA,config,'iiwa_link_2','iiwa_link_1')
From the result above, I found that this matrix isn't a form of transform matrix when using both DH and Modified DH Method.
My questions are
- What is the transmission matrix theory of getTransform? Is it DH or Modified DH method?
- What is the rules of building the body frame of the robots which can import from the loadrobot function? If the body frame building uses DH or Modified DH method, how can I get the DH parameter of this predefined robot?
Thank you.
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Manipulator Modeling finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!