LoginSignup
4
5

More than 5 years have passed since last update.

DonkeyCar の製作(SunFounder Smart Video Car kit)(旧バージョン2.5.1)

Last updated at Posted at 2018-07-09

車体

SunFounder
Smart Video Car Kit for Raspberry Pi with Android App
https://www.sunfounder.com/robotic-drone/smartcar/smart-video-car-kit/rpi-car.html
RIMG0246.JPG
RIMG0247.JPG

改造

標準構成のUSBカメラは非対応なのでMIPI-CSI接続の広角カメラに交換
カメラのパンチルト部分を樹脂スペーサで高くする
標準の5V電源ボードは容量不足でラズパイ3の動作が安定しないためレギュレータを増設(写真のラズパイ3の下段の基板)

プロジェクトの生成

筆者のgitubからファイル一式を入手
$ git clone https://github.com/mituhiromatuura/donkey
テンプレートにpicarを指定
$ donkey createcar --template manage_picar ~/mycar
設定ファイルもpicar用をコピー
$ cp donkey/donkeycar/templates/config_picar.py ~/mycar/config.py

4
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
5