Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 1.71 KB

File metadata and controls

41 lines (22 loc) · 1.71 KB
description
The main assembly is for viewing the entire robot.

Main Assembly

The main assembly is for viewing the entire robot. It's important we constrain to our origin planes so we can use them to measure our robots and constrain game objects to our robots.

Placing the Chassis in our Main Assembly

In our main assembly file (mine is called ! Bingus), place your ! Chassis.iam.

Placing Chassis Subassebly

Use a flush constraint between the flange of the cross brace and the XY Plane, with an offset of 2.5/2.

Flush Constraint between Origin Plane and C-Channel

Use a flush constraint between the edge of the cross brace and the YZ Plane, with an offset of 15/2.

Flush Constraint between Origin Plane and C-Channel

The XZ Plane will become our ground plane. This is an important plane, because it is how we will measure our robot for sizing, or constrain game objects to the "floor".

Use a mate constraint between the bottom of the drive channel and the XZ Plane, with an offset of (4.125/2)-0.5. 4" wheels are actually 4.125". We divide that by two, and subtract half because the center of the wheel is 0.5" up from the bottom flange of the drive.

Mate Constraint between XZ Plane and C-Channel (Bottom View)

Mate Constraint between XZ Plane and C-Channel (Side View)

{% hint style="info" %} Remember to save! {% endhint %}

You've completed the Inventor Chassis: Best Practices tutorial!

Contributors to this Article:

  • Jess - EZ