Main Content

Model Import

Import a multibody model into theSimscape™ Multibody™environment

Import a multibody model into theSimscape Multibodyenvironment. Use thesmimportfunction for this task. You can import CAD, URDF, and Robotics System Toolbox models. Robotics System Toolbox models require a product license to create. The function parses the model, extracts the necessary data, and reconstructs the assembly using Simscape Multibody blocks for its bodies, constraints, and joints.

URDF models must be in URDF files and Robotics System Toolbox models inrigidBodyTreeobjects. CAD models must be in a suitable XML format. Use thesmexportonshapefunction to export them as such from Onshape software. Use the Simscape Multibody Link CAD plug-in for Autodesk®Inventor®, Creo™ Parametric, or SolidWorks®models. The plug-in is free to use. See theSimscapeMultibodyXML schemafor an example of a custom export app for models from other sources.

Functions

smexportonshape Export a CAD assembly model fromOnshapecloud software
smimport Import a CAD, URDF, orRobotics System Toolboxmodel

Topics

Desktop CAD Import

OnshapeCAD Import

  • Import an Onshape Humanoid Model
    Export a humanoid robot from Onshape®software and import it intoSimscape Multibodysoftware.
  • Onshape Import
    Overview of CAD import from Onshape software with emphasis on import workflow, tools, and user authentication.

URDF Import

  • Import a URDF Humanoid Model
    Export a humanoid robot from Onshape software and import it intoSimscape Multibodysoftware.
  • URDF Primer
    Learn about the URDF specification popular in the robotics community and create a simple URDF model for later import into theSimscape Multibodyenvironment.
  • URDF Import
    Importing a URDF model. Mapping URDF entities toSimscape Multibodyblocks. A simple URDF import example.