Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 646 Bytes

File metadata and controls

25 lines (20 loc) · 646 Bytes

CMPT433-Project

Project Description

Our project aims to develop a survey-purpose rover controlled through internet connection. Users will have a web interface to interact with the rover where the rover will be streaming visual, light level, temperature and humidity data to the web server.

CMPT 433 Poster

Authors

Yoonhong Lee, Jusung Lee, Denys Dziubii

To Run Rover

  1. Go to rover folder
  2. Run "make"
  3. Run ./rover

To Run NodeJS Server

  1. Go to node_server folder
  2. Run "npm install"
  3. Run "npm start"