Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove raspimouse_description which is moved to another repository #42

Merged
merged 4 commits into from
May 25, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .ci.rosinstall
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- git:
uri: https://github.com/rt-net/raspimouse_description.git
local-name: raspimouse_description

3 changes: 3 additions & 0 deletions .github/workflows/industrial_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
schedule:
- cron: "0 1 * * 2" # Weekly on Tuesdays at 01:00(GMT)

env:
UPSTREAM_WORKSPACE: .ci.rosinstall

jobs:
industrial_ci:
continue-on-error: ${{ matrix.experimental }}
Expand Down
21 changes: 19 additions & 2 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,19 @@ Gaezbo上でシミュレートできるRaspberry Pi MouseのROSパッケージ

## インストール方法

ターミナルを開き、以下のコマンドを実行してください。
* このROSパッケージをダウンロードします

```
bash -exv -c "$(curl -sSfL https://git.io/raspimouse-sim-installer)"
cd ~/catkin_ws/src
git clone https://github.com/rt-net/raspimouse_sim.git
```

* 依存しているROSパッケージをインストールします

```
cd ~/catkin_ws/src
git clone https://github.com/rt-net/raspimouse_description.git
rosdep install -r -y -i --from-paths raspimouse*
```

## QuickStart
Expand All @@ -61,10 +70,18 @@ roslaunch raspimouse_gazebo raspimouse_with_samplemaze.launch

### サンプル迷路での動作例

```
roslaunch raspimouse_gazebo raspimouse_with_samplemaze.launch
```

![](./docs/images/raspimouse_samplemaze.png)

### URG付きモデルでの動作例

```
roslaunch raspimouse_gazebo raspimouse_with_gasstand.launch
```

![](./docs/images/raspimouse_urg.png)

## ライセンス
Expand Down
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,24 @@ or

## Installation

* Download this ROS package

```
cd ~/catkin_ws/src
git clone https://github.com/rt-net/raspimouse_sim.git
```

* Download the dependent ROS package

```
bash -exv -c "$(curl -sSfL https://git.io/raspimouse-sim-installer)"
cd ~/catkin_ws/src
git clone https://github.com/rt-net/raspimouse_description.git
rosdep install -r -y -i --from-paths raspimouse*
```

## QuickStart

After the installation, run the followings:
After the installation, run the following commands.

```
rosrun raspimouse_control gen_dev_file.sh
Expand All @@ -58,10 +69,18 @@ Checkout [this page](https://github.com/rt-net/raspimouse_sim/wiki/quickstart) f

### moving in sample maze

```
roslaunch raspimouse_gazebo raspimouse_with_samplemaze.launch
```

![](./docs/images/raspimouse_samplemaze.png)

### moving with URG

```
roslaunch raspimouse_gazebo raspimouse_with_gasstand.launch
```

![](./docs/images/raspimouse_urg.png)

## License
Expand Down
186 changes: 0 additions & 186 deletions raspimouse_description/CMakeLists.txt

This file was deleted.

Loading