mirror of
https://github.com/EECS-467-W20-RRRobot-Project/RRRobot.git
synced 2025-08-25 17:22:45 +00:00
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
This commit is contained in:
40
README.md
40
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 <service_name>`
|
||||
|
Reference in New Issue
Block a user