forked from lforet/robomow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme
59 lines (31 loc) · 1.16 KB
/
readme
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Ubuntu 12.04 LTS – Precise Pangolin
Install OpenCV 2.3.1
sudo apt-get install libopencv-*
sudo apt-get install python-opencv
#sudo apt-get install python-numpy
sudo pip install numpy
sudo pip install milk
sudo easy_install mahotas
That’s it! OpenCV 2.3.1 is installed completely in Ubuntu 12.04 (Thanks for the package).
Install SimpleCV.
sudo apt-get install python-pygame
sudo apt-get install python-setuptools
sudo apt-get install ipython
Download the latest SimpleCV version from GitHub.
Extract it and change the directroy.
sudo python setup.py install
###########################################
install easygui
sudo apt-get install python-easygui
###################################
install tk
sudo apt-get install python-tk
######################################
hg clone https://code.google.com/p/pymeanshift/
###################################################
sudo apt-get install python-imaging-tk
##################################################
must be added to the dial out group for aruduino com to work
##########################################
GPS library for distance calculations
sudo easy_install geopy