From b54c8c38566fa1de3f41249c2f4ac9f58b08f4ab Mon Sep 17 00:00:00 2001 From: Corwin Perren Date: Thu, 15 Feb 2018 18:33:15 -0800 Subject: [PATCH] Updated README for ground station. --- software/ground_station/Readme.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/software/ground_station/Readme.md b/software/ground_station/Readme.md index 731f311..4aa2c8e 100644 --- a/software/ground_station/Readme.md +++ b/software/ground_station/Readme.md @@ -2,9 +2,13 @@ This code is for the ground station side of the Mars Rover project. ## Requirements -* Python 3.X +* Python 2.X * PyQt5 -* ROS (Version TBD) +* ROS Kinetic + +Python Libraries +* inputs ## How to Launch -TBD \ No newline at end of file +Navigate to this directory on a linux system with the requirements listed above installed. +Run "python RoverGroundStation.py" or ./RoverGroundStation.py