MacRover / Rover

McMaster Mars Rover Faraday (2020-2024)
MIT License
5 stars 1 forks source link

McMaster Mars Rover

Quick Start (ROS already installed)

1. Clone this repo to your desired location

git clone https://github.com/MacRover/Rover.git

2. Install required system dependencies

cd ROS_WS
rosdep install --from-paths src --ignore-src -r -y

3. Build the ROS environment

catkin_make

Windows Install (Windows 11)

1. Set up WSL 2 on Windows

2. Clone this Rover repo to your Ubuntu WSL distro

3. Install ROS

4. Install required system dependencies

5. Build the ROS environment

5. VSCode Integration (optional but useful)

Native Linux install

Check out the ROS installation instructions on the ROS wiki. It is highly recommended you install ROS on Ubuntu 18.04.