Launcher

Type to filter results. Use arrow keys to navigate, Enter to select.

Preferences

You've reached the end of the results

Project Overview

A Stewart platform (also known as a hexapod or 6-DOF platform) is a parallel robot that uses six adjustable actuators to control the position and orientation of a top plate. This project implements the simplest version of that concept in the Unity engine, using kinematics to estimate the platform’s position from its actuator lengths.

Source Code Repository

Technical Details

  • Built in Unity using C# for the kinematics logic and ShaderLab/HLSL for platform visuals.
  • Simulates the geometric relationship between the six linear actuators and the resulting plate position/orientation, with a small margin of error.

References