Skip to content

Commit

Permalink
include media
Browse files Browse the repository at this point in the history
  • Loading branch information
jhirsh authored Apr 15, 2020
1 parent 32a4059 commit a612e82
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# EECS 467 - Autonomous Robotics Final Project
## University of Michigan - Adam Dziedzic, Jingliang Ren, Ryan Wunderly, Jonas Hirshland {dziedada, meow, rywunder, jhirshey}@umich.edu

---
### Goalkeeper

## Goalkeeper
![Example](media/EECS%20467%20Final%20Project.mp4)

Goalkeeper is an autonomous robot that senses incoming balls and blocks them from passing. It was inspired by goalies in various sports, but mainly soccer. We demonstrate what ability is required in order to react to a human rolling a ball in the robot’s direction.

The arm mimics a human arm playing air hockey, projected to a two-dimensional space. We first used Solidworks to mock up the configuration of Rexarm parts, and then designed a custom end effector and 3D printed the end effector. The arm uses one AX-12+ and two Dynamixel MX-28 servos to move.

## Perception
![Mechanism](media/IMG_2193.jpeg)

We use Intel Realsense D435 RGBD cameras for rgb and depth images as well as point clouds of the environment.
### Perception

---
We use Intel Realsense D435 RGBD cameras for rgb and depth images as well as point clouds of the environment.

### Setup and Running

Expand All @@ -29,4 +29,7 @@ We use Intel Realsense D435 RGBD cameras for rgb and depth images as well as poi

`make -j`

---
### Reports

![Report](media/eecs467_final_report-1.pdf)
![Poster](media/EECS467%20Poster-1.pdf)

0 comments on commit a612e82

Please sign in to comment.