Self-driving-RC-car

所属分类:自动驾驶
开发工具:Python
文件大小:0KB
下载次数:0
上传日期:2015-03-30 02:22:51
上 传 者sh-1993
说明:  这是我在学校项目中做的,
(this is what i made in my schools project,)

文件列表:
cascade/ (0, 2015-03-29)
cascade/haarcascade_car_1.xml (150549, 2015-03-29)
cascade/haarcascade_car_2.xml (116094, 2015-03-29)
cascade/haarcascade_light.xml (177605, 2015-03-29)
cascade/haarcascade_ped.xml (636650, 2015-03-29)
cascade/haarcascade_stop.xml (228167, 2015-03-29)
cascade/stop sign/ (0, 2015-03-29)
cascade/stop sign/.DS_Store (6148, 2015-03-29)
cascade/stop sign/Stop_sign(standard).svg (3380, 2015-03-29)
cascade/stop sign/stop-sign-clipart-z7TaM5XiA.png (15309, 2015-03-29)
cascade/stop sign/stop-sign.jpg (1645300, 2015-03-29)
cascade/stop sign/stop_sign_printout.pages/ (0, 2015-03-29)
cascade/stop sign/stop_sign_printout.pages/Data/ (0, 2015-03-29)
cascade/stop sign/stop_sign_printout.pages/Data/Hardcover_bullet_black-13.png (7007, 2015-03-29)
cascade/stop sign/stop_sign_printout.pages/Data/STOP_sign-17.jpg (733979, 2015-03-29)
cascade/stop sign/stop_sign_printout.pages/Data/STOP_sign-small-18.jpg (42366, 2015-03-29)
cascade/stop sign/stop_sign_printout.pages/Data/stop-sign-clipart-z7TaM5XiA-20.png (21921, 2015-03-29)
cascade/stop sign/stop_sign_printout.pages/Data/stop-sign-clipart-z7TaM5XiA-small-21.png (14056, 2015-03-29)
cascade/stop sign/stop_sign_printout.pages/Index.zip (40631, 2015-03-29)
cascade/stop sign/stop_sign_printout.pages/Metadata/ (0, 2015-03-29)
cascade/stop sign/stop_sign_printout.pages/Metadata/BuildVersionHistory.plist (275, 2015-03-29)
cascade/stop sign/stop_sign_printout.pages/Metadata/DocumentIdentifier (36, 2015-03-29)
cascade/stop sign/stop_sign_printout.pages/Metadata/Properties.plist (340, 2015-03-29)
cascade/stop sign/stop_sign_printout.pages/preview-micro.jpg (2117, 2015-03-29)
cascade/stop sign/stop_sign_printout.pages/preview-web.jpg (11368, 2015-03-29)
cascade/stop sign/stop_sign_printout.pages/preview.jpg (70275, 2015-03-29)
cascade/stop sign/stop_sign_printout.pdf (652745, 2015-03-29)
detect-line.py (7285, 2015-03-29)
detectstopsign.py (2588, 2015-03-29)
for_debug/ (0, 2015-03-29)
for_debug/detectstopsign_with_recording.py (1891, 2015-03-29)
for_debug/keyop.py (2872, 2015-03-29)
for_debug/recordpi.py (903, 2015-03-29)
for_debug/showcamera.py (659, 2015-03-29)
material/ (0, 2015-03-29)
material/GPIO.png (226821, 2015-03-29)
material/stop-sign.png (15309, 2015-03-29)
... ...

Self-driving-RC-car =================== ![picture of car](https://github.com/TenninYan/Self-driving-RC-car/blob/master/./readme/pic1.jpg) This is what i made in my schools project. hack any radio-controlled medel car and put Raspberry Pi, camera,battery on it. and it will be self-driving-car!! ## Description Since Raspberry Pi is slow for image processing, you need another computer(let's call it Main PC). These codes in this repositly is for the Main PC for image processing. Codes runs in Raspberry Pi is [here](https://github.com/TenninYan/Self-driving-RC-car/blob/master/https://github.com/TenninYan/Self-driving-RC-car-raspi.git) You need Python and opencv in Main PC. For Raspberry Pi you need Python. Also you need a way to transfer images from camera on car. I used mjpg-streamer. If you put smartphone, I think you have another way. ## Usage # Detection of stop sign 0. print out stop sign in material/stop-sign.png 1.run mjpg-streamer (or something instead) to transfer video from raspi to Main PC 2. run detectstopsign.py in raspi (run as super user to control GPIO) 3. run detectstopsign.py in MainPC ![detect stop sign](https://github.com/TenninYan/Self-driving-RC-car/blob/master/./readme/pic2.png) # Detection of line 0. draw line on floor 1.run mjpg-streamer (or something instead) to transfer video from raspi to Main PC 2. run detectline.py in raspi (run as super user to control GPIO) 3. run detectline.py in MainPC ![detect line](https://github.com/TenninYan/Self-driving-RC-car/blob/master/./readme/pic3.png)

近期下载者

相关文件


收藏者