# Raspberry Pi Mouse Simulator's Tutorial

## 概要

このサイトはRaspberry Pi Mouseのシミュレータを使いながらROSの使い方を学んでいけるオンラインチュートリアルです。

Raspberry Pi MouseやROSに親しみがない人も興味を持って取り組めるような構成にしていきます。

本チュートリアルは現在執筆中につき、まだ手順書のような構成にはなっていません。初めての方は[はじめに](https://raspimouse-sim-tutorial.gitbook.io/project/introduction)からお読みいただくとスムーズに読み進めていただけるかと思います。

このオンラインチュートリアルは千葉工業大学上田研究室にて研究の一環で開発されたものです。株式会社アールティによって提供されるものではありません。

## Raspberry Pi Mouse Simulator

Raspberry Pi Mouse SimulatorはメインボードにRaspberry Piを使った左右独立二輪方式の小型移動プラットフォームロボット、Raspberry Pi Mouseのシミュレータです。

![Raspberry Pi Mouse on sample maze](https://164413620-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LQj-2xtXRtxfWAIKc7B%2F-LRFtC9ejeQkdy3yzSJ8%2F-LRFtJ2XThNxwrRmxE2S%2Fraspimouse_samplemaze.png?alt=media\&token=06b48c96-565d-404c-a4c1-8e57d55d6767)

### 関連ページ

* Raspberry Pi Mouse 公式メーカーページ
  * [Raspberry Pi Mouse | 製品情報 | 株式会社ア－ルティ](https://www.rt-net.jp/products/raspimouse2/)
* ROS wiki
  * [raspimouse\_sim - ROS Wiki](https://wiki.ros.org/raspimouse_sim)
  * [raspimouse\_ros - ROS Wiki](https://wiki.ros.org/raspimouse_sim)
* GitHub repository
  * [rt-net/raspimouse\_sim - GitHub](https://github.com/rt-net/raspimouse_sim)

## 目次

* [はじめに](https://raspimouse-sim-tutorial.gitbook.io/project/introduction)
* [ROSとは](https://raspimouse-sim-tutorial.gitbook.io/project/introduction/ros)

### セットアップ

#### ROSのインストール

* [ROS Indigoのインストール方法(Ubuntu Trusty)](https://raspimouse-sim-tutorial.gitbook.io/project/setup/how_to_install_ros_indigo)
* [ROS Kineticのインストール方法(Ubuntu Xenial)](https://raspimouse-sim-tutorial.gitbook.io/project/setup/how_to_install_ros_kinetic)
* [ROS Melodicのインストール方法(Ubuntu Bionic)](https://raspimouse-sim-tutorial.gitbook.io/project/setup/how_to_install_ros_melodic)

#### シミュレータのインストール

* [Raspberry Pi Mouse Simulatorのインストール方法](https://raspimouse-sim-tutorial.gitbook.io/project/setup/how_to_install_simulator)
* [Raspberry Pi Mouse Simulatorの動作確認](https://raspimouse-sim-tutorial.gitbook.io/project/setup/how_to_use_raspimouse_sim)

### チュートリアル

#### ROSのチュートリアル

1. [ROSパッケージの作り方](https://raspimouse-sim-tutorial.gitbook.io/project/ros_tutorial/how_to_create_pkg)
2. [トピックの書き方](https://raspimouse-sim-tutorial.gitbook.io/project/ros_tutorial/how_to_write_topic)
3. [独自のメッセージファイルの作り方](https://raspimouse-sim-tutorial.gitbook.io/project/ros_tutorial/how_to_create_msg)
4. [まとめて起動するやり方](https://raspimouse-sim-tutorial.gitbook.io/project/ros_tutorial/how_to_use_launch)
5. [サービスを書き方](https://raspimouse-sim-tutorial.gitbook.io/project/ros_tutorial/how_to_write_service)
6. [独自のサービスファイルの作り方](https://raspimouse-sim-tutorial.gitbook.io/project/ros_tutorial/how_to_create_srv)
7. [付録](https://raspimouse-sim-tutorial.gitbook.io/project/ros_tutorial/appendix)
   * [ROSでよく使用する用語](https://raspimouse-sim-tutorial.gitbook.io/project/ros_tutorial/appendix/ros_word)
   * [よく使用するROSコマンド](https://raspimouse-sim-tutorial.gitbook.io/project/ros_tutorial/appendix/ros_comand)

#### シミュレータのチュートリアル

1. [シミュレータ上のラズパイマウスを動かす方法 Part1](https://raspimouse-sim-tutorial.gitbook.io/project/tutorial/how_to_control_raspimouse_on_sim_1)
2. [シミュレータ上のラズパイマウスを動かす方法 Part2](https://raspimouse-sim-tutorial.gitbook.io/project/tutorial/how_to_control_raspimouse_on_sim_2)
3. [シミュレータ上のラズパイマウスを動かす方法 Part3](https://raspimouse-sim-tutorial.gitbook.io/project/tutorial/how_to_control_raspimouse_on_sim_3)
4. [シミュレータ上のラズパイマウスを動かす方法 Part4](https://raspimouse-sim-tutorial.gitbook.io/project/tutorial/how_to_control_raspimouse_on_sim_4)
5. [シミュレータ上のラズパイマウスを動かす方法 Part5](https://raspimouse-sim-tutorial.gitbook.io/project/tutorial/how_to_control_raspimouse_on_sim_5)
6. [シミュレータ上のラズパイマウスを動かす方法 Part6](https://raspimouse-sim-tutorial.gitbook.io/project/tutorial/how_to_control_raspimouse_on_sim_6)

### トラブルシューティング

* [ROSのトラブルシューティング](https://raspimouse-sim-tutorial.gitbook.io/project/troubleshooting)

## 終わりに <a href="#afterword" id="afterword"></a>

本チュートリアルは千葉工業大学上田研究室にて研究の一環で開発されました。\
ぜひアンケートにご協力よろしくお願いします。

[利用者アンケート](https://docs.google.com/forms/d/1MS4NzNuZ98quCpD-EPRLXg-ltk9QZ5SK46gBR9cLhfg/edit)(Google Forms)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://raspimouse-sim-tutorial.gitbook.io/project/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
