Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gazebo_RoIS_tanacchi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Daiki Tanaka
gazebo_RoIS_tanacchi
Commits
0645069c
Commit
0645069c
authored
4 years ago
by
Ryota Higashi
Browse files
Options
Downloads
Patches
Plain Diff
Update README_higashi.md
parent
614ac617
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#207
failed
4 years ago
Stage: build
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README_higashi.md
+10
-10
10 additions, 10 deletions
README_higashi.md
with
10 additions
and
10 deletions
README_higashi.md
+
10
−
10
View file @
0645069c
# シミュレーションの実行方法(with pyRoIS_higashi)
pyRoIS_higashiのHRIエンジンを用いたシミュレーションの実行方法は以下の通りです。
## 環境
-
OS: Linux 18.04
-
ROS: ROS merodic
-
ROS: ROS merodic
まず
[
公式サイト
](
http://wiki.ros.org/melodic/Installation/Ubuntu
)
を参考にROSのインストールをし、以下の要領でセットアップ。
## セットアップ
```
shell
$
mkdir
gazebo_RoIS_ws
$
cd
gazebo_RoIS_ws
$
git clone https://inohira.mns.kyutech.ac.jp/git/tanacchi/gazebo_RoIS_tanacchi.git src
$
git clone
--recursive
https://inohira.mns.kyutech.ac.jp/git/tanacchi/gazebo_RoIS_tanacchi.git src
# "--recursive"を付けることで サブモジュールも合わせてcloneできる
$
cd
src
$
catkin_init_workspace
$
sh install_packages.sh
...
...
@@ -18,17 +22,13 @@ $ cd ..
$
catkin_make
$
echo
"source
${
PWD
}
/devel/setup.bash"
>>
~/.bashrc
`
# 必要があれば
```
## pyRoIS_higashiのロード方法
<!-- ## pyRoIS_higashi
gazebo_RoIS_tanacchi/route_guidance_ros/scriptsリポジトリにpyRoIS_higashiのgazebo_roisブランチをサブモジュールとして接続している。
pyRoIS_higashiが動作しない場合はsubmoduleがインストールされていない場合がある。
その際は該当のリポジトリに移動し以下のようにしてsubmoduleをインストールする。
submoduleのインストールは以下の通り。
```
shell
git submodule update
--init
--recursive
```
また、git cloneする場合は以下のようにsubmoduleも併せてクローンすることもできる。
```
shell
git clone
--recursive
{
gitリポジトリurl
}
```
```
-->
## シミュレーション実行方法
ロボットサービスのシミュレーションの実行方法を起動するターミナルごとに分けて説明する。
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment