### Introduction
This is the fun part of the academy. Build your own robot!
The complete journey from the TDA4VM starter kit to a fully assembled autonomous robot is shown in the below animation.
![sk_to_scuttle](./resources/0_sk_to_scuttle.gif)
### DIY Robot
While there are many community robotics platforms one can use with TDA4VM Edge AI processor, in this academy, we will focus on the SCUTTLE platform originated in Texas A&M University. SCUTTLE stands for Sensing Connected Utility Transport Taxi for Level Environment and is an extensive, open source robotics platform. There is a full curriculum developed around TI's Beaglebone black processor platform.
The original SCUTTLE design was iterated upon to require ZERO fabrication and to be sourced from parts available world-wide at low cost. All of the documentation to build your own robot can be found through links right here.
Below is the video that shows an overview of the scuttle platform.
### Hardware
We will first start with the minimum hardware you need to get started.
The main component you need is TDA4 starter kit EVM. Once you have this, you can jump into robotics world using simulated sensors and environment. Next section of this academy has details on that.
The next components you need for building the robot are:
SCUTTLE Chassis Kit
The SCUTTLE Chassis Kit includes all components necessary for constructing a fully functional Scuttle Robot that will work with TDA4 starter kit EVM. It is encouraged for most users to start with this kit to gain familiarity with the hardware platform and assembling hardware components (soldering, crimping, wiring, sensors, battery handling, and mechanical assembly). This will aid in future endeavors to extend the capability of the robot through custom add-ons.
![scuttle chassis](./resources/2_scuttle_chassis.png)
TDA4 Starter Kit Bracket
This bracket mounts the TDA4VM starter kit to the twin rails on the SCUTTLE robot chassis as shown below.
![sk_to_scuttle](./resources/2_bracket.gif)
The 3D print design for the bracket is also available here if one has access to a 3D printer.
https://grabcad.com/library/ti-edge-ai-sk-board-1
Once you have these, you can jump into creating demos starting with part 4 of this academy.
### Software
#### Edge AI application development
We recommend you to be well versed in the edge AI application development. You can follow our edge AI Academy for more detailed understanding of edge AI software development starting with "Hello World AI" application.
Texas Instruments also provides extensive training videos at this link below.
#### ROS (Robot Operating System)
The Robot Operating System (ROS) is a set of software libraries and tools that help you build robot applications easily. All the examples in this academy will be using ROS software framework. ROS is completely open-source and has powerful developer tools from drivers to state-of-the-art algorithms needed for robotics application development. You can learn more about ROS at ros.org.
### Next Steps
Now, you have the minimum hardware and know the fundamentals of vision analytics application. You can now jump into robotics demo development either using simulator or with the full robot chassis.
##### [Part 3: Simulator >](3_simulator.html)
##### [Part 4: Object following demo >](4_demo1.html)