File tree Expand file tree Collapse file tree 1 file changed +5
-16
lines changed
docs/raspimouse/simulator Expand file tree Collapse file tree 1 file changed +5
-16
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments