This is a blog like introduction to the steps and component in making a robot. It is made for us as a reminder of all the processes and for everyone who wants to get into building your own mobile robot.
This blog is written using mkdocs.
To install mkdocs
and the theme used run:
python3 -m pip install -r requirements.txt
To run a local webserver serving the statically generated html run:
mkdocs serve
The webserver will listen on localhost:8000
Table of contents:
- Robot Components
- Robot Model
- Assembling the Robot
Information on the components used for this mobile robot can be found in the Robot Components documentation.
Information on the CAD model used in this project can be found in the Robot Model documentation.
- The frame
- Saw the laths to length.
- Using angle brackets and the 4 frame pieces, assemble the frame.
- Saw the board to size.
- With screws attach the board as flooring to the frame.
- Drivetrain
- Follow instructions from Flipsky on how to assemble the drivetrain.