File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ cd rcrs-server
3737BUILD SUCCESSFUL in ...
3838```
3939
40- ## シュミレーションサーバーの動作確認
40+ ## シミュレーションサーバーの動作確認
4141
4242``` bash
4343cd WORKING_DIR/rcrs-server/scripts
Original file line number Diff line number Diff line change 88
99ダウンロードしたファイルを解凍し、中のファイルを ` rcrs-server/maps/ ` の中に移動させてください。
1010
11- ## シュミレーションサーバーの動作確認
11+ ## シミュレーションサーバーの動作確認
1212
1313``` bash
1414cd WORKING_DIR/rcrs-server/scripts
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ class SampleSearch(Search):
6060 ),
6161 )
6262
63- # モジュールの登録(これをしないと、モジュール内のシュミレーション環境の情報が更新されません )
63+ # モジュールの登録(これをしないと、モジュール内のシミュレーション環境の情報が更新されません )
6464 self.register_sub_module(self._clustering)
6565 self.register_sub_module(self._path_planning)
6666` ` `
You can’t perform that action at this time.
0 commit comments