Writing robot arm section
This commit is contained in:
parent
48617c843b
commit
0423bed954
2 changed files with 15 additions and 4 deletions
|
@ -43,6 +43,7 @@ The Arduino Nano handles I/O control for the 4 button panels which enable player
|
|||
<img src="system_overview.png" alt="System Overview" style="border-radius: 15px;">
|
||||
</div>
|
||||
|
||||
<!--
|
||||
## Design Reviews
|
||||
|
||||
### Card Dealer (Turret)
|
||||
|
@ -57,4 +58,5 @@ The Arduino Nano handles I/O control for the 4 button panels which enable player
|
|||
|
||||
### Button Panel
|
||||
|
||||
### Game Display
|
||||
### Game Display
|
||||
-->
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: "Educational Robot Arm"
|
||||
date: 2024-01-05T09:00:00+00:00
|
||||
description: Introduction to Sample Post
|
||||
description: Educational Kit for Introductory Robotics
|
||||
hero: images/kavar_background.jpg
|
||||
author:
|
||||
image: /images/sharwin_portrait.jpg
|
||||
|
@ -10,6 +10,15 @@ menu:
|
|||
name: Educational Robot Arm
|
||||
identifier: robot-arm-edu
|
||||
weight: 4
|
||||
tags: ["Basic", "Multi-lingual"]
|
||||
tags: ["3D Printing", "Arduino", "C++", "MATLAB"]
|
||||
# categories: ["Basic"]
|
||||
---
|
||||
---
|
||||
|
||||
An educational kit designed to teach the fundamentals of kinematics and dynamics. The kit is intended to accompany the course ME3460: Robot Dynamics & Control at Northeastern University. The kit is a physical representation of the final project, which is currently done purely through MATLAB simulation.
|
||||
|
||||
## Kit Design
|
||||
The entire kit is composed of 3D printed parts, and off-the-shelf hardware/electronics. Students can assemble the kit without any soldering and with minimal tools.
|
||||
|
||||
<div align="center">
|
||||
<img src="assembly_instructions.png" alt="Assembly Instructions" style="border-radius: 15px;">
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue