Augmented Labs

Creating a 6-Axis Robot

Step-by-step guide

This guide shows how to create a 6-axis collaborative robot (FANUC) for simulating different applications.

  1. Separate your model into fixed and moving parts, as shown below.
  1. Add a Physics component and an Articulation component to each chain part.

Warning

Set the Physics component to Dynamic. Only the base articulation should be Static so gravity does not affect that joint and the articulation remains stable.

  1. Configure the articulation type, anchor, and actuation axis.

Warning

The anchor setting is critical. Torque is applied around that point.

  1. Configure your articulated chain.

Warning

The system supports serial chains and parallel chains connected by serial chains. Keep this in mind when building the chain.

  1. Add an Articulation Controller to the articulation parent so you can control it programmatically.
  1. Create a program and run it to test the articulation.

Warning

Set the program to Auto-start if it should run when the simulation begins.