Onshape to robot

Contents:

  • Getting started
  • Design-time considerations
  • Configuration (config.json)
  • URDF
  • SDF
  • MuJoCo
  • Handling kinematic loops
  • Processors
    • Introduction
    • Retrieve and Convert Modes
      • Ball to Euler
      • Merge STLs
      • Simplify STLs
      • OpenSCAD pure shapes approximation
      • Adding dummy base link
        • Introduction
        • config.json entries
      • Removing collision meshes
      • Use collisions as visual
      • Convex decomposition (CoACD)
      • Using fixed links
      • Writing & registering custom Processor
  • Cache
Onshape to robot
  • Processors
  • Adding dummy base link
  • View page source

Adding dummy base link

Introduction

If this processor is enabled, a dummy base called base_link will be added in your robot. The base will be attached to this link using a fixed joint.

config.json entries

{
    // ...
    // General import options (see config.json documentation)
    // ...

    // Add a dummy base link (default: false)
    "add_dummy_base_link": true
}

add_dummy_base_link (default: false)

If set to true, a dummy base link will be added to the robot.

Previous Next

© Copyright 2025, Rhoban.

Built with Sphinx using a theme provided by Read the Docs.