How to export URDF files from Simscape Multibody XML

37 ビュー (過去 30 日間)
jgrizou
jgrizou 2017 年 10 月 17 日
編集済み: Hugo Tadashi Kussaba 2024 年 1 月 11 日
I managed to load a Onshape document into Simscape Multibody using this tutorial: - https://uk.mathworks.com/help/physmod/sm/ref/smexportonshape.html
I now would like to export it in URDF format but could not find any help online.
Is there a way to do this?
Thanks for your help

回答 (2 件)

Prashant Arora
Prashant Arora 2017 年 10 月 19 日
I don't believe there is a method available from MathWorks to convert a Simscape Multibody XML file to a URDF file. This is primarily because the Multibody XML file only contains a subset of information from the URDF file. You can try using an intermediate software like SolidWorks or Creo, which offer URDF exporters.
  1 件のコメント
Walter Roberson
Walter Roberson 2017 年 10 月 19 日
In particular with SolidWorks you could in theory use the ActiveX interface in ways similar to simscape multibody link does, to command SolidWorks to produce the output for you, if you are using Windows . A similar technique can be used with some other software; I just do not tend to read about other packages.

サインインしてコメントする。


Hugo Tadashi Kussaba
Hugo Tadashi Kussaba 2024 年 1 月 11 日
編集済み: Hugo Tadashi Kussaba 2024 年 1 月 11 日
The urdfExporter function was implemented in Robotics system toolbox since version R2023b and it can be used to generate a URDF file from a rigidBodyTree object.

カテゴリ

Help Center および File ExchangeModel Import についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by