Importing Robot Model in MATLAB

15 Ansichten (letzte 30 Tage)
Riddhiman Laha
Riddhiman Laha am 7 Mai 2020
Kommentiert: Cam Salzberger am 31 Jan. 2022
I am trying to import the Franka Emika Panda robot in matlab for some simulation. However when I use robot = importrobot('frankaEmikaPanda'); it complains about invalid input argument. Can someone please let me know if it is possible or I have to design it myself ?
  1 Kommentar
Rik
Rik am 8 Mai 2020
[release information copied from duplicate]

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Cam Salzberger
Cam Salzberger am 8 Mai 2020
Hello Riddhiman,
The importrobot function is looking for the input argument to be either a URDF file or the URDF-formatted text. I believe the file extension is required. Ensure that there is a "frankaEmikaPanda.urdf" file in your current directory, and try:
robot = importrobot('frankaEmikaPanda.urdf');
-Cam
  3 Kommentare
zeynep ozkayikci
zeynep ozkayikci am 31 Jan. 2022
Bearbeitet: zeynep ozkayikci am 31 Jan. 2022
hi, ı can't find .urdf file you mention. How can I find could you help ?
Cam Salzberger
Cam Salzberger am 31 Jan. 2022
You will need the Robotics System Toolbox with a release that ships that model. Check the importrobot documentation page for your MATLAB release to see if that model is listed. For example, the current release (R2021b) shows it here.
-Cam

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Produkte


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by