Skip to content

WATonomous/wato_rover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WATO x UWRT Mars Rover Autonomy Repo

Prerequisite Installation

These steps are to setup the repo to work on your own PC. We utilize docker to enable ease of reproducibility and deployability.

Why docker? It's so that you don't need to download any coding libraries on your bare metal pc, saving headache :3

  1. This repo is supported on Linux Ubuntu >= 22.04, Windows (WSL), and MacOS. This is standard practice that roboticists can't get around. To setup, you can either setup an Ubuntu Virtual Machine, setting up WSL, or setting up your computer to dual boot. You can find online resources for all three approaches.
  2. Once inside Linux, Download Docker Engine using the apt repository
  3. You're all set! You can visit the WATO Wiki for more documentation on the WATO infrastructure.