Skip to content

Commit

Permalink
READMEに簡易シミュレータに関する記述を追加 (#139)
Browse files Browse the repository at this point in the history
* READMEに簡易シミュレータに関する記述を追加

* 不要な変更を削除
  • Loading branch information
Kuwamai authored Sep 29, 2023
1 parent 9815b5e commit 9fb93b6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sciurus17_examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,17 @@ Rvizを使用する/使用しない
- use_chest_camera (default: true)
胸部カメラを使用する/使用しない

### シミュレータを使う場合
### 簡易シミュレータを使う場合

実機無しで動作を確認する場合、制御信号のケーブルを接続しない状態で次のコマンドを実行します。

```
roslaunch sciurus17_bringup sciurus17_bringup.launch
```

物理演算やセンサを含めたシミュレーションは、
後述の[「Gazeboを使う場合」](#gazeboを使う場合)の手順に従ってください。

### 実機を使う場合

実機で動作を確認する場合、制御信号のケーブルを接続し取り扱い説明書に従いモータパワーをONにした状態で次のコマンドを実行します。
Expand Down

0 comments on commit 9fb93b6

Please sign in to comment.