wachapman / JPL-Vision

2018-2019 Vision
1 stars 0 forks source link

Basic Test of Clouse's Software #14

Open robSteele-JPL opened 5 years ago

robSteele-JPL commented 5 years ago

This is just a basic test of Dan Clouse's (Team 696) software. There are LOTS of steps so be sure and ask questions if you have any problems:

robSteele-JPL commented 5 years ago

I got this working on my Raspberry Pi 3. I was having issues with another process using the 8080 port. To identify this I did the following:

sudo apt install lsof sudo lsof -i tcp:8080 sudo lsof -i udp:8080

After identifying the offending program I killed it with the command:

sudo kill -9