Difference between revisions of "Self Driving RC Car/2020"
Jump to navigation
Jump to search
Line 144: | Line 144: | ||
sudo apt-get install screen | sudo apt-get install screen | ||
</source> | </source> | ||
− | = | + | = Server Installation = |
− | Tested on Mac OS 10.13.6 High Sierra with macports 2.5.4 | + | Tested on |
+ | # Mac OS 10.13.6 High Sierra with macports 2.5.4 | ||
+ | # Ubuntu 18.04.2 LTS | ||
== OpenCV == | == OpenCV == | ||
+ | === MacOS === | ||
If you'd like to generally use OpenCV you can get it e.g. from the macports project: | If you'd like to generally use OpenCV you can get it e.g. from the macports project: | ||
<source lang='bash'> | <source lang='bash'> | ||
Line 154: | Line 157: | ||
</source> | </source> | ||
For your convenience you'll find these two files in the lib directory. | For your convenience you'll find these two files in the lib directory. | ||
+ | === Ubuntu 18 === | ||
+ | You might want to use scripts/opencvubuntu to download the 75 MByte libopencv_java343.so and install the backports libjasper libraries that are not published with Ubuntu 18 by default. You'll find | ||
+ | some other links in the script that might also give you hints on how to proceed if you have another environment or different needs. You might want to create an Issue if you run into trouble. | ||
+ | === Windows === | ||
+ | Help Wanted -please file an issue if you want to things running on Windows. | ||
= Deployment = | = Deployment = | ||
Deploying to your Raspberry is done by compiling e.g. on a laptop and then transferring | Deploying to your Raspberry is done by compiling e.g. on a laptop and then transferring |