Skip to content

Commit 58dcda1

Browse files
authoredApr 9, 2024
Raspberry Pi Mouseのシミュレータパッケージのインストール方法を修正 (#39)
1 parent 4cf674f commit 58dcda1

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed
 

‎docs/raspimouse/simulator/install.md

+5-16
Original file line numberDiff line numberDiff line change
@@ -57,33 +57,22 @@ Raspberry Pi Mouse Simulator([rt-net/raspimouse_sim](https://github.com/rt-net
5757
=== "ROS 2"
5858
次のコマンドを実行します。
5959

60-
シミュレータパッケージのダウンロード
60+
シミュレータパッケージのインストール
6161

6262
```sh
63-
cd ~/ros2_ws/src
64-
git clone -b humble-devel https://github.com/rt-net/raspimouse_sim.git
63+
sudo apt install ros-humble-raspimouse-sim
6564
```
6665

67-
依存パッケージをインストール
66+
サンプルパッケージのインストール
6867

6968
```sh
70-
git clone -b humble-devel https://github.com/rt-net/raspimouse_ros2_examples.git
71-
git clone -b humble-devel https://github.com/rt-net/raspimouse_slam_navigation_ros2.git
72-
rosdep install -r -y -i --from-paths raspimouse*
69+
sudo apt install ros-humble-raspimouse-slam-navigation
7370
```
7471

7572
キーボードで操作するためのパッケージをインストール
7673

7774
```sh
78-
git clone -b dashing https://github.com/ros2/teleop_twist_keyboard.git
79-
```
80-
81-
パッケージをビルド
82-
83-
```sh
84-
cd ~/ros2_ws
85-
colcon build --symlink-install
86-
source ~/ros2_ws/install/setup.bash
75+
sudo apt install ros-humble-teleop-twist-keyboard
8776
```
8877

8978
## 動作確認(キーボードで操縦) {: #teleop}

0 commit comments

Comments
 (0)