From 15b40071aa89a0fe84716462b104cc6870441ce4 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Sun, 22 Mar 2020 21:20:27 -0400 Subject: [PATCH] README Updates - Add course staff to list of contributors - Make filepath links consistent (no leading ./) - Remove CAD model links (moved to google doc) - Add section with instructions on running containers --- README.md | 40 +++++++++++++++++++++++++--------------- 1 file changed, 25 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 91f5171..d755b62 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,23 @@ # RRRobot! -## Team +## Contributors + +### Project Team - Sravan Balaji ([balajsra@umich.edu](mailto:balajsra@umich.edu)) - Chenxi Gu ([chenxgu@umich.edu](mailto:chenxgu@umich.edu)) - Jake Johnson ([thejakej@umich.edu](mailto:thejakej@umich.edu)) - Derek Witcpalek ([dwitcpa@umich.edu](mailto:dwitcpa@umich.edu)) +### EECS 467 W20 Course Staff + +- Prof. Chad Jenkins ([ocj@umich.edu](mailto:ocj@umich.edu)) +- Xiaotong Chen ([cxt@umich.edu](mailto:cxt@umich.edu)) +- Jana Pavlasek ([pavlasek@umich.edu](mailto:pavlasek@umich.edu)) + ## Documents -1. [Project Poster](./Documents/1.%20Project%20Poster.pdf) +1. [Project Poster](Documents/1.%20Project%20Poster.pdf) 2. [Project Proposal](Documents/2.%20Project%20Proposal.pdf) ## Introduction @@ -18,17 +26,19 @@ Repository for UMICH EECS 467: Autonomous Robotics (W20) RRRobot! project. To get started, you will need to install Docker on your system. Information on what Docker is, how to install it, and how to use it can be found in [Getting Started with Docker](https://sravanbalaji.com/Web%20Pages/blog_docker.html). -## CAD Models of Items for Simulation +## Running Containers -- Snack - - https://www.turbosquid.com/3d-models/free-cheez-it-white-cheddar-snack-3d-model/783634 -- Plastic Bottle - - https://www.turbosquid.com/3d-models/free-water-bottles-3d-model/582482 -- Paper Bag - - https://www.turbosquid.com/3d-models/3d-paper-bag-model-1190189 -- Glass - - https://www.turbosquid.com/3d-models/free-max-mode-drinking-glass/345178 -- Can - - https://www.turbosquid.com/3d-models/free-3ds-model-energy-drink/673830 -- Cardboard - - https://www.turbosquid.com/3d-models/cardboard-package-box-max-free/1138736 +**NOTE:** If using VcXsrv for Windows to enable GUI applications, run XLaunch using [config.xlaunch](utils/config.xlaunch). + +**NOTE:** To enable X forwarding, be sure to update the `IP_ADDRESS` variable in [.env](src/.env) with your computer's IP Address. + +1. Start Docker Machine (default) + - WSL: `docker-machine.exe start default` + - Other: `docker-machine start default` +2. Set Docker Machine Environment + - WSL: `docker-machine.exe env` + - Other: `docker-machine env` +3. Navigate to src folder + - `cd /PATH/TO/rrrobot/src` +4. Use Docker Compose to run a service (refer to [docker-compose.yml](src/docker-compose.yml) for a list of services) + - `docker-compose run --rm `