Skip to content

Commit

Permalink
表記修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiryoh committed Nov 29, 2022
1 parent d00c15e commit 7737708
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 14 deletions.
17 changes: 9 additions & 8 deletions docs/raspicat/driver/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Raspberry Pi Catのデバイスドライバは**Ubuntu**と**Raspberry Pi OS (
後ほどRaspberry Pi Catで**ROSを扱う場合はUbuntu Serverのインストールを推奨します**

=== "Ubuntu Server 18.04"
[こちらのリンク](http://cdimage.ubuntu.com/ubuntu/releases/18.04/release/)から**Ubuntu 18.04 server**のイメージをダウンロードします
[Ubuntu 18.04 LTSのリリースページ](http://cdimage.ubuntu.com/ubuntu/releases/18.04/release/)から**Ubuntu 18.04 server**のイメージファイル(`ubuntu-18.04.5-preinstalled-server-arm64+raspi4.img.xz`)をダウンロードします

ダウンロードしたイメージは[rpi-imager](https://www.raspberrypi.com/software/)等でSDカードに書き込みます。

Expand All @@ -46,9 +46,9 @@ Raspberry Pi Cat制御基板にはUSBシリアル変換機能が搭載されて
Windowsでは[Tera Term](https://ja.osdn.net/projects/ttssh2/)、Linuxでは[screen](https://wiki.archlinux.jp/index.php/GNU_Screen)などのソフトウェアを使うことでRaspberry Pi Cat制御基板経由でRaspberry Piにログインすることができます。

=== "Ubuntu"
1. まず、USB-BケーブルをRaspberry Pi Cat制御基板に接続します。まだRaspberry Pi Cat本体の電源は入れません。
1. まず、USB Type-BケーブルをRaspberry Pi Cat制御基板に接続します。まだRaspberry Pi Cat本体の電源は入れません。
`$ ls /dev/ttyUSB*`と実行し、Raspberry Pi Cat制御基板が認識されていることを確認します。このときのデバイスファイル名を控えておきます。
1. screenでデバイスファイルにアクセスします。上記の手順で確認したデバイスファイル名は`/dev/ttyUSB0`だった場合は、`$ screen /dev/ttyUSB0 115200`などのように実行します。
1. screenでデバイスファイルにアクセスします。上記の手順で確認したデバイスファイル名が`/dev/ttyUSB0`だった場合は、`$ screen /dev/ttyUSB0 115200`などのように実行します。
1. ここで、Raspberry Pi Cat操作基板にある電源スイッチを操作し、Raspberry Pi Cat本体の電源をオンにします。電源をオンにすると電源LEDが点灯します。
![](../../img/raspicat/driver/windows-vcp-5.jpg){: style="width:50%"}
1. 電源をオンにしてしばらく待つとログイン画面が表示されます。何も表示されない場合はEnterキーを押すと表示されます。
Expand All @@ -63,10 +63,10 @@ Windowsでは[Tera Term](https://ja.osdn.net/projects/ttssh2/)、Linuxでは[scr
pi@raspberrypi: ~$
```
=== "Windows"
1. まず、USB-BケーブルをRaspberry Pi Cat制御基板に接続します。まだRaspberry Pi Cat本体の電源は入れません。
1. まず、USB Type-BケーブルをRaspberry Pi Cat制御基板に接続します。まだRaspberry Pi Cat本体の電源は入れません。
Windowsのデバイスマネージャを起動してRaspberry Pi Cat制御基板が認識されていることを確認します。以下のようにUSB Serial Portとして認識されます。このときのCOMポートの番号を控えておきます。今回の例ではCOM3です。
![](../../img/raspicat/driver/windows-vcp-1.png)
1. デバイスマネージャで確認したCOMポートを指定して接続します。
1. Tera Termを起動し、デバイスマネージャで確認したCOMポートを指定して接続します。
![](../../img/raspicat/driver/windows-vcp-2.png)
1. 「設定」 - 「シリアルポート」を開きシリアルポートの設定を行います。
![](../../img/raspicat/driver/windows-vcp-3.png)
Expand All @@ -81,7 +81,7 @@ Windowsでは[Tera Term](https://ja.osdn.net/projects/ttssh2/)、Linuxでは[scr

## ネットワークへの接続 {: #network-setup}

PCとRaspberry Pi Cat制御基板をUSB Type-Bケーブルで接続して操作する方法を説明します
Wi-Fiへの接続方法を説明します


=== "Ubuntu Server"
Expand Down Expand Up @@ -118,6 +118,7 @@ PCとRaspberry Pi Cat制御基板をUSB Type-Bケーブルで接続して操作
```
`Wi-Fi ON`とメッセージが返ってきたらWi-Fiへの接続設定完了です
1. `$ ip addr`を実行し、Wi-Fiに接続してIPアドレスを取得できているか確認します

## ソースファイルのダウンロードとインストール {: #driver-installation}

Raspberry Pi Catのデバイスドライバのソースファイルは
Expand Down Expand Up @@ -206,10 +207,10 @@ network:

### 有線LANを使用し、PCのネットワークを利用する {: #pc-lan}

**Raspberry Pi****PC**間で有線LAN接続を行い、PCのネットワークを利用する手順について説明します。
**Raspberry Pi****Ubuntu PC**間で有線LAN接続を行い、PCのネットワークを利用する手順について説明します。

!!! Warning
**PC****Wi-Fi**に接続している必要があります。
**Ubuntu PC****Wi-Fi**に接続している必要があります。

1. PC側でEthernetの接続プロファイルを作成します
`PROFILE-NAME`は任意の名前、`NIC-NAME``ip addr`コマンド等で調べたEthernetのインターフェイス名です。
Expand Down
4 changes: 2 additions & 2 deletions docs/raspicat/ros/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ robot: Raspberry Pi Cat

## 事前準備 {: #preparation}

[デバイスドライバのインストール](./install.md)[Raspberry Piへのログイン](./install.md#raspberry-pi-login)に沿ってRaspberry Piへログインします。
[デバイスドライバのインストール](../driver/install.md)[Raspberry Piへのログイン](../driver/install.md#raspberry-pi-login)に沿ってRaspberry Piへログインします。

## ROSのインストール(公式のドキュメントに沿って進める場合) {: #official-document}

Expand Down Expand Up @@ -102,4 +102,4 @@ https://github.com/Tiryoh/ros_setup_scripts_ubuntu/

```sh
$ source ~/.bashrc
```
```
4 changes: 2 additions & 2 deletions docs/raspicat/ros/package-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ robot: Raspberry Pi Cat

## 事前準備 {: #preparation}

[デバイスドライバのインストール](./install.md)[Raspberry Piへのログイン](./install.md#raspberry-pi-login)に沿ってRaspberry Piへログインします。
[デバイスドライバのインストール](../driver/install.md)[Raspberry Piへのログイン](../driver/install.md#raspberry-pi-login)に沿ってRaspberry Piへログインします。

## ROSパッケージのインストール {: #install-ros-packages}

Expand Down Expand Up @@ -57,4 +57,4 @@ $ rosdep install -r -y -i --from-paths raspicat* raspimouse*
# make & install
$ cd ~/catkin_ws && catkin_make
$ source ~/catkin_ws/devel/setup.bash
```
```
5 changes: 3 additions & 2 deletions docs/raspicat/simulator/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,11 @@ $ cd ~/catkin_ws/src

# Clone ROS packages
$ git clone -b $ROS_DISTRO-devel https://github.com/rt-net/raspimouse.git
$ git clone -b $ROS_DISTRO-devel https://github.com/rt-net/raspimouse_description.git
$ git clone -b $ROS_DISTRO-devel https://github.com/rt-net/raspicat_ros.git
$ git clone -b $ROS_DISTRO-devel https://github.com/rt-net/raspicat_slam_navigation.git
$ git clone https://github.com/rt-net/raspicat_sim.git
$ git clone https://github.com/rt-net/raspicat_description.git
$ git clone -b $ROS_DISTRO-devel https://github.com/rt-net/raspicat_sim.git
$ git clone -b $ROS_DISTRO-devel https://github.com/rt-net/raspicat_description.git

# Install dependencies
$ rosdep update
Expand Down

0 comments on commit 7737708

Please sign in to comment.