Skip to content

Commit dabc9c2

Browse files
authored
ドキュメントの不備を修正 (#54)
* add branch descriptions * add author * emphasize branch description * Update CI scripts * Remove vscode settings
1 parent 02ff085 commit dabc9c2

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.github/workflows/add-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: checkout
10-
uses: actions/checkout@v3
10+
uses: actions/checkout@v4
1111
- name: Add tag
1212
if: startsWith(github.event.pull_request.title, 'Release') && github.event.pull_request.merged == true
1313
env:

.github/workflows/industrial_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
ROS_DISTRO: [jazzy]
20-
ROS_REPO: [ros]
20+
ROS_REPO: [main]
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@v4

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ ROS 2 node for the Raspberry Pi Mouse.
66

77
![raspimouse](https://rt-net.github.io/images/raspberry-pi-mouse/Raspberry-Pi-Mouse.png)
88

9+
**This branch is dedicated to ROS 2 Jazzy. For other distributions, please refer to the corresponding branches listed below.**
10+
11+
- ROS 2 Humble ([humble](https://github.com/rt-net/raspimouse2/tree/humble?tab=readme-ov-file))
12+
913
## Requirements
1014

1115
- Raspberry Pi Mouse
@@ -15,10 +19,9 @@ ROS 2 node for the Raspberry Pi Mouse.
1519
- Ubuntu server
1620
- 22.04
1721
- 24.04
18-
- [Raspberry Pi OS](https://ubuntu.com/download/raspberry-pi)
1922
- Device Driver
2023
- [rt-net/RaspberryPiMouse](https://github.com/rt-net/RaspberryPiMouse)
21-
- ROS
24+
- ROS 2
2225
- [Humble Hawksbill](https://docs.ros.org/en/humble/Installation/Ubuntu-Install-Debians.html)
2326
- [Jazzy Jalisco](https://docs.ros.org/en/jazzy/Installation/Ubuntu-Install-Debs.html)
2427

raspimouse/package.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<author email="daisuke.sato@rt-net.jp">Daisuke Sato</author>
1212
<author email="kozasa@rt-net.jp">Shuhei Kozasa</author>
1313
<author email="git@killbots.net">Geoffrey Biggs</author>
14+
<author email="yusuke.kato@rt-net.jp">Yusuke Kato</author>
1415
<author email="kurasawa@rt-net.jp">Kazushi Kurasawa</author>
1516

1617
<buildtool_depend>ament_cmake</buildtool_depend>

0 commit comments

Comments
 (0)