Sravan Balaji 4300de9346 config.xlaunch OpenGL Fix
- Disable native OpenGL option since it was causing errors when trying to open Gazebo GUI
2020-03-25 10:39:43 -04:00
2020-02-22 17:31:56 -05:00
2020-03-22 21:19:17 -04:00
2020-03-25 10:39:43 -04:00
2020-03-22 21:20:27 -04:00

RRRobot!

Contributors

Project Team

EECS 467 W20 Course Staff

Documents

  1. Project Poster
  2. Project Proposal

Introduction

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.

Running Containers

NOTE: If using VcXsrv for Windows to enable GUI applications, run XLaunch using config.xlaunch.

NOTE: To enable X forwarding, be sure to update the IP_ADDRESS variable in .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 for a list of services)
    • docker-compose run --rm <service_name>
Description
UMICH EECS 467: Autonomous Robotics Laboratory WN 2020 RRRobot Project
Readme MIT 94 MiB
Languages
C++ 48.9%
Python 31.7%
CMake 6.8%
Shell 6.6%
Dockerfile 5%
Other 1%