2014-03-19 01:45:38 +09:00
|
|
|
|
|
|
|
# 競技用ランサーロボット 半蔵4.1 制御プログラム #
|
2013-09-26 22:09:41 +09:00
|
|
|
|
|
|
|
## これはなに ##
|
2014-03-19 01:45:38 +09:00
|
|
|
[ロボットグランプリ](http://www.robotgrandprix.com/)に向けて製作中のマシン、半蔵4.1のための制御プログラムです。
|
2013-09-26 22:09:41 +09:00
|
|
|
|
|
|
|
## システム構成 ##
|
2014-03-19 01:45:38 +09:00
|
|
|
以下に、半蔵4.1のシステム構成を示します。
|
2013-09-26 22:09:41 +09:00
|
|
|
|
|
|
|
### Hardware ###
|
|
|
|
[@ @@@@@@ @] - Sensor array
|
|
|
|
| |
|
|
|
|
| | |
|
|
|
|
[]---{|---[] - Servomotor for steering
|
|
|
|
/ |\
|
|
|
|
/ {} \ - Servomotor for lance
|
|
|
|
[]+------+[] - Motor for driving
|
|
|
|
$ - Rotary encoder
|
|
|
|
|
|
|
|
[Sensor array]
|
|
|
|
| [Rotary encoder]
|
|
|
|
| |
|
|
|
|
+--+->[MPU]
|
|
|
|
|
|
|
|
|
+->[Motor for driving]
|
|
|
|
+->[Servomotor for steering]
|
|
|
|
+->[Servomotor for lance]
|
|
|
|
|
|
|
|
MPU - Atmel AVR
|
|
|
|
Rotary encoder - ロータリーエンコーダー
|
|
|
|
Sensor array - 反射型フォトインタラプタSG-2BC
|
2014-03-19 01:45:38 +09:00
|
|
|
Motor for driving - 駆動用モーター/ダイセン
|
2013-09-26 22:09:41 +09:00
|
|
|
Servomotor for steering - ステアリング用サーボモーター
|
|
|
|
Servomotor for lance - ランス用サーボモーター
|
|
|
|
|
|
|
|
### 車体仕様 ###
|
|
|
|
* ホイールベース : 約150mm
|
|
|
|
* 車重 : 1kg以下
|
|
|
|
* 車体材料 : タミヤ ユニバーサルプレートL
|
2014-03-19 05:42:24 +09:00
|
|
|
* 使用ギアボックス :
|
|
|
|
* ギア比 :
|
|
|
|
* 使用モーター :
|
2013-09-26 22:09:41 +09:00
|
|
|
* 使用サーボモーター : Savox SC-0352(ランス用)
|
|
|
|
|
|
|
|
### 回路仕様 ###
|
2014-03-19 01:45:38 +09:00
|
|
|
* 動作電圧 : 11.1V(駆動用モーター), 7.4V(MPU, サーボ)
|
2013-09-26 22:09:41 +09:00
|
|
|
* 使用マイコン : Atmel AVR (Arduino)
|
|
|
|
* 使用センサーアレイ : SG-2BC x 8 (ロボラボ講習会のもの)
|
|
|
|
|
|
|
|
### ソフトウェア仕様 ###
|
|
|
|
* 使用言語 : Arduino 1.0
|
|
|
|
|
|
|
|
## ライセンス ##
|
2014-03-19 01:45:38 +09:00
|
|
|
(C)2014 kou029w - MIT Licence
|