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

15
ground_station/.idea/deployment.xml generated Normal file
View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="PublishConfigData" autoUpload="Always" serverName="ssh://rover@192.168.1.15:22/usr/bin/python" autoUploadExternalChanges="true">
<serverData>
<paths name="ssh://rover@192.168.1.15:22/usr/bin/python">
<serverdata>
<mappings>
<mapping deploy="/home/rover/ground_station" local="$PROJECT_DIR$" />
</mappings>
</serverdata>
</paths>
</serverData>
<option name="myAutoUpload" value="ALWAYS" />
</component>
</project>