Started playing with the beginnings of this software. Video streams from 3 cameras works, and it broadcasts some simple drive control data.

This commit is contained in:
2017-11-18 01:45:33 -08:00
parent e17fbb3863
commit 03e268e4c9
13 changed files with 1113 additions and 0 deletions

12
ground_station/.idea/webServers.xml generated Normal file
View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="WebServers">
<option name="servers">
<webServer id="ssh://rover@192.168.1.15:22/usr/bin/python" name="ssh://rover@192.168.1.15:22/usr/bin/python">
<fileTransfer host="192.168.1.15" port="22" accessType="SFTP">
<option name="port" value="22" />
</fileTransfer>
</webServer>
</option>
</component>
</project>