File tree Expand file tree Collapse file tree 2 files changed +11
-32
lines changed Expand file tree Collapse file tree 2 files changed +11
-32
lines changed Original file line number Diff line number Diff line change @@ -8,31 +8,21 @@ ROS package suite for Raspberry Pi Mouse Simulator runs on Gazebo
8
8
9
9
## ROS Package Status
10
10
11
- | main develop<br >(master)| Kinetic + Ubuntu Xenial< br >(kinetic-devel) | Melodic + Ubuntu Bionic<br >(melodic-devel)|
12
- | :---:| :---:| :---: |
13
- | [ ![ industrial_ci] ( https://github.com/rt-net/raspimouse_sim/workflows/industrial_ci/badge.svg?branch=master )] ( https://github.com/rt-net/raspimouse_sim/actions?query=branch%3Amaster+workflow%3Aindustrial_ci ) | [ ![ industrial_ci] ( https://github.com/rt-net/raspimouse_sim/workflows/industrial_ci/badge.svg?branch=kinetic-devel )] ( https://github.com/rt-net/raspimouse_sim/actions?query=branch%3Akinetic-devel+workflow%3Aindustrial_ci ) | [ ![ industrial_ci ] ( https://github.com/rt-net/raspimouse_sim/workflows/industrial_ci/badge.svg?branch= melodic-devel)] ( https://github.com/rt-net/raspimouse_sim/actions?query=branch%3Amelodic-devel+workflow%3Aindustrial_ci ) |
11
+ | main develop<br >(master)| Melodic + Ubuntu Bionic<br >(melodic-devel)|
12
+ | :---:| :---:|
13
+ | [ ![ industrial_ci] ( https://github.com/rt-net/raspimouse_sim/workflows/industrial_ci/badge.svg?branch=master )] ( https://github.com/rt-net/raspimouse_sim/actions?query=branch%3Amaster+workflow%3Aindustrial_ci ) | [ ![ industrial_ci] ( https://github.com/rt-net/raspimouse_sim/workflows/industrial_ci/badge.svg?branch=melodic-devel )] ( https://github.com/rt-net/raspimouse_sim/actions?query=branch%3Amelodic-devel+workflow%3Aindustrial_ci ) |
14
14
15
15
The follwing branches are not maintained.
16
16
17
17
* rpim_book_version
18
18
* indigo-devel
19
+ * kinetic-devel
19
20
20
21
21
22
## Requirements
22
23
23
24
requires the following to run:
24
25
25
- * Ubuntu
26
- * Ubuntu Xenial Xerus 16.04.*
27
- * ROS
28
- * ROS Kinetic Kame
29
- * Gazebo
30
- * Gazebo 7.x
31
- * ROS Package
32
- * ros-kinetic-desktop-full
33
-
34
- or
35
-
36
26
* Ubuntu
37
27
* Ubuntu Bionic Beaver 18.04.*
38
28
* ROS
@@ -149,4 +139,4 @@ Unless attributed otherwise, everything in this repository is under the MIT lice
149
139
* maintainer
150
140
* Daniel Stonier
151
141
* BSD ([ BSD 3-Clause License] ( https://opensource.org/licenses/BSD-3-Clause ) )
152
- * See [ package.xml] ( https://github.com/yujinrobot/kobuki/blob/melodic/kobuki/package.xml ) for details。
142
+ * See [ package.xml] ( https://github.com/yujinrobot/kobuki/blob/melodic/kobuki/package.xml ) for details。
Original file line number Diff line number Diff line change 2
2
3
3
# raspimouse_sim
4
4
5
- Gaezbo上でシミュレートできるRaspberry Pi MouseのROSパッケージ一式です。
5
+ Gazebo上でシミュレートできるRaspberry Pi MouseのROSパッケージ一式です。
6
6
7
7
詳細なセットアップ方法は[ Wiki] ( https://github.com/rt-net/raspimouse_sim/wiki ) にまとめています。
8
8
9
9
![ ] ( https://rt-net.github.io/images/raspberry-pi-mouse/raspimouse_sim_samplemaze_animation.gif )
10
10
11
11
## ROS Package Status
12
12
13
- | main develop<br >(master)| Kinetic + Ubuntu Xenial< br >(kinetic-devel) | Melodic + Ubuntu Bionic<br >(melodic-devel)|
14
- | :---:| :---:| :---: |
15
- | [ ![ industrial_ci] ( https://github.com/rt-net/raspimouse_sim/workflows/industrial_ci/badge.svg?branch=master )] ( https://github.com/rt-net/raspimouse_sim/actions?query=branch%3Amaster+workflow%3Aindustrial_ci ) | [ ![ industrial_ci] ( https://github.com/rt-net/raspimouse_sim/workflows/industrial_ci/badge.svg?branch=kinetic-devel )] ( https://github.com/rt-net/raspimouse_sim/actions?query=branch%3Akinetic-devel+workflow%3Aindustrial_ci ) | [ ![ industrial_ci ] ( https://github.com/rt-net/raspimouse_sim/workflows/industrial_ci/badge.svg?branch= melodic-devel)] ( https://github.com/rt-net/raspimouse_sim/actions?query=branch%3Amelodic-devel+workflow%3Aindustrial_ci ) |
13
+ | main develop<br >(master)| Melodic + Ubuntu Bionic<br >(melodic-devel)|
14
+ | :---:| :---:|
15
+ | [ ![ industrial_ci] ( https://github.com/rt-net/raspimouse_sim/workflows/industrial_ci/badge.svg?branch=master )] ( https://github.com/rt-net/raspimouse_sim/actions?query=branch%3Amaster+workflow%3Aindustrial_ci ) | [ ![ industrial_ci] ( https://github.com/rt-net/raspimouse_sim/workflows/industrial_ci/badge.svg?branch=melodic-devel )] ( https://github.com/rt-net/raspimouse_sim/actions?query=branch%3Amelodic-devel+workflow%3Aindustrial_ci ) |
16
16
17
17
以下のブランチのメンテナンスは終了しています。
18
18
19
19
* rpim_book_version
20
20
* indigo-devel
21
+ * kinetic-devel
21
22
22
23
23
24
## 動作環境
24
25
25
26
以下の環境を前提として動作確認しています。
26
27
27
-
28
- * Ubuntu
29
- * Ubuntu Xenial Xerus 16.04.*
30
- * ROS
31
- * ROS Kinetic Kame
32
- * Gazebo
33
- * Gazebo 7.x
34
- * ROS Package
35
- * ros-kinetic-desktop-full
36
-
37
- または
38
-
39
28
* Ubuntu
40
29
* Ubuntu Bionic Beaver 18.04.*
41
30
* ROS
@@ -157,4 +146,4 @@ MITライセンスについては[LICENSE]( ./LICENSE )を確認してくださ
157
146
* maintainer
158
147
* Daniel Stonier
159
148
* BSD ([ BSD 3-Clause License] ( https://opensource.org/licenses/BSD-3-Clause ) )
160
- * 詳細は [ package.xml] ( https://github.com/yujinrobot/kobuki/blob/melodic/kobuki/package.xml ) を参照してください。
149
+ * 詳細は [ package.xml] ( https://github.com/yujinrobot/kobuki/blob/melodic/kobuki/package.xml ) を参照してください。
You can’t perform that action at this time.
0 commit comments