Skip to content

Commit e82459a

Browse files
committed
2 parents 641fb04 + 92c8660 commit e82459a

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,29 @@
11
# RobotControllerForUnityROS2
22
ROS 2とUnityを連携させたロボット制御用コントローラーです。
3+
4+
## 🚀 使用技術
5+
6+
このプロジェクトは、以下の技術とツールを使用して開発されています。
7+
8+
### フレームワーク & ライブラリ
9+
10+
| 技術名 | アイコン | 説明 |
11+
| :--- | :---: | :--- |
12+
| **Unity** | <img src="https://img.shields.io/badge/Unity-100000?style=for-the-badge&logo=unity&logoColor=white"> | ロボットの可視化と制御インターフェースを提供するためのプラットフォーム。 |
13+
| **ROS 2** | <img src="https://img.shields.io/badge/ROS2-F4F1DE?style=for-the-badge&logo=ros&logoColor=black"> | ロボット通信の中核となる分散制御システム。 |
14+
| **ROS 2 for Unity** | <img src="https://img.shields.io/badge/ROS2_for_Unity-000000?style=for-the-badge&logo=unity&logoColor=white"> | UnityとROS 2のメッセージ通信を可能にするライブラリ。 |
15+
16+
### プログラミング言語
17+
18+
| 技術名 | アイコン | 説明 |
19+
| :--- | :---: | :--- |
20+
| **C#** | <img src="https://img.shields.io/badge/C%23-239120?style=for-the-badge&logo=c-sharp&logoColor=white"> | Unityスクリプトの作成に使用。 |
21+
| **Python** | <img src="https://img.shields.io/badge/Python-3776AB?style=for-the-badge&logo=python&logoColor=white"> | ROS 2ノードの開発に使用。 |
22+
23+
### 開発環境 & ツール
24+
25+
| 技術名 | アイコン | 説明 |
26+
| :--- | :---: | :--- |
27+
| **Visual Studio Code** | <img src="https://img.shields.io/badge/VS%20Code-007ACC?style=for-the-badge&logo=visual-studio-code&logoColor=white"> | コード編集に使用。 |
28+
| **Git** | <img src="https://img.shields.io/badge/Git-F05032?style=for-the-badge&logo=git&logoColor=white"> | バージョン管理に使用。 |
29+
| **GitHub** | <img src="https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white"> | リポジトリホスティングに使用。 |

0 commit comments

Comments
 (0)