File tree 1 file changed +5
-16
lines changed
docs/raspimouse/simulator
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
57
57
=== "ROS 2"
58
58
次のコマンドを実行します。
59
59
60
- シミュレータパッケージのダウンロード
60
+ シミュレータパッケージのインストール
61
61
62
62
```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
65
64
```
66
65
67
- 依存パッケージをインストール
66
+ サンプルパッケージのインストール
68
67
69
68
```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
73
70
```
74
71
75
72
キーボードで操作するためのパッケージをインストール
76
73
77
74
```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
87
76
```
88
77
89
78
## 動作確認(キーボードで操縦) {: #teleop}
You can’t perform that action at this time.
0 commit comments