Skip to content
This repository has been archived by the owner on Feb 3, 2025. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:Rione-SSL/RACOON-Pi
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuzz1e committed May 27, 2022
2 parents f01b88a + 32aaca1 commit 555915e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# RACOON-Pi
高速に情報を受信・制御を行うためのラズパイ側ソフトウェアです。

## Robot ID Estimation / ロボットID予測
ロボットIDを予測する際には、割り当てられたIPアドレスを用います。
192.168.100.1xxのxxの部分がロボットIDになります。
例: 192.168.100.103 -> ID 03

## PIN ASSIGN / ピン配置
FOR RASPBERRY PI ONLY
ロボットのドリブラ、およびキッカーのピン配置は以下の通りです。
| 名称 | ピン番号 |
| ------------- | ------------- |
| DRIBBLER / ドリブラ | 12 |
| INFRARED / 赤外線 | 18 |

キッカー・各ホイールへの通信はUARTによって行われます。
その際は、Raspberry Pi の設定によって有効化を行ってください。

0 comments on commit 555915e

Please sign in to comment.