HOw do I add ABB IRB 1520 ID robot to loadrobot input argument.
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
SATISH SONWANE
am 23 Nov. 2024
Bearbeitet: praguna manvi
am 2 Dez. 2024
I want to Estimate Pose of Fixed Camera Relative to Robot Base as per this link. But the robot I am using is ABB IRb 1520 ID. How do I add it to the library or use it in the code.
0 Kommentare
Akzeptierte Antwort
praguna manvi
am 2 Dez. 2024
Bearbeitet: praguna manvi
am 2 Dez. 2024
It looks like you are looking to use the pose estimation example for the ABB IRB 1520 robot. However, from my understanding of the list of "robotnames" supported by the "loadrobot" function in the documentation link below, this specific "robotname" is currently unsupported. Please refer to the section on input arguments:
https://www.mathworks.com/help/robotics/ug/estimate-pose-of-fixed-camera-relative-to-robot-base.html
A workaround is to use the "importrobot" function, which can load a "rigidBodyTree" from a Unified Robot Description Format (URDF), XML Macros (Xacro), Simulation Description Format (SDF) file, or a Simscape Multibody model. For more information, refer to the following link:
Another workaround is to create a "rigidBodyTree" object for this robot with custom parameters. Here is a useful discussion thread on the topic:
Hope this helps!
0 Kommentare
Weitere 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!