CAD Training
CAD Software Installation
Before you can CAD robot parts, you need to install Source Control Software as well as CAD Software Components.
Source Control Software
We use GitHub Desktop as our source control software that accesses our CAD files stored on the Internet at GitHub.com (GitHub repositories). Follow these instructions to set up and install software to access our GitHub repositories.
- Create a GitHub account if you do not already have one link here.
- Our CAD repositories are private, so you need to send us your GitHub account ID so that we can grant you the access to them.
- Once we grant you the access, you should receive an invitation from your registered email to be a collaborator to the CAD repositories. Accept the invitation before continuing with the next steps.
- Download and install the GitHub Desktop software from here.
- Start GitHub Desktop, click File->Clone repository...
- Select the URL tab and enter the repository URL: https://github.com/TitanRoboticsClub/Inventor.git
- Enter the local path to clone the repository into. Please note that Windows may suggest cloning into your OneDrive folder. Unless you pay for huge storage on OneDrive, we recommend you change it to your local hard drive. For example:
C:\Users\<You>\Document\GitHub
- Click the Clone button. This cloned the Inventor container repository which includes a massive CADLibrary that contains all the vendor defined parts.
- Next step is to clone the CADTraining repository by clicking File->Clone repository...
- Select the URL tab and enter the repository URL: https://github.com/TitanRoboticsClub/CADTraining.git
- Enter the local path to clone the repository into. This must be inside the Inventory project you cloned previously.
For example:
C:\User\<You>\Document\GitHub\Inventor
- Click the Clone button.
Congratulations! You have now successfully cloned the CADTraining repository.
CAD Software Components
In general, CAD software requires relatively powerful computer hardware to run, especially in Computer Graphics. Our robot models will have less than 500 parts, so you can get by with minimum requirements as outlined below:
Autodesk Inventor System Requirements
We use Autodesk Inventor as our CAD software. Autodesk provides free license for FIRST robotics teams.
- Get an education account with Autodesk in order to obtain the proper education license here.
- Installing the latest Autodesk Inventor Pro here.
- Optionally installing the latest Autodesk Inventor CAM here if you are interested in learning CNC machining.
Lesson Videos
Lesson 1
Lesson 2
Lesson 3
Lesson 4
Lesson 5
Lesson 6
Lesson 7
Lesson 8
Lesson 9
Lesson 10
Lesson 11
Lesson 12
Lesson 13