File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- name : checkout
10
- uses : actions/checkout@v3
10
+ uses : actions/checkout@v4
11
11
- name : Add tag
12
12
if : startsWith(github.event.pull_request.title, 'Release') && github.event.pull_request.merged == true
13
13
env :
Original file line number Diff line number Diff line change 17
17
strategy :
18
18
matrix :
19
19
ROS_DISTRO : [jazzy]
20
- ROS_REPO : [ros ]
20
+ ROS_REPO : [main ]
21
21
runs-on : ubuntu-latest
22
22
steps :
23
23
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ ROS 2 node for the Raspberry Pi Mouse.
6
6
7
7
![ raspimouse] ( https://rt-net.github.io/images/raspberry-pi-mouse/Raspberry-Pi-Mouse.png )
8
8
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
+
9
13
## Requirements
10
14
11
15
- Raspberry Pi Mouse
@@ -15,10 +19,9 @@ ROS 2 node for the Raspberry Pi Mouse.
15
19
- Ubuntu server
16
20
- 22.04
17
21
- 24.04
18
- - [ Raspberry Pi OS] ( https://ubuntu.com/download/raspberry-pi )
19
22
- Device Driver
20
23
- [ rt-net/RaspberryPiMouse] ( https://github.com/rt-net/RaspberryPiMouse )
21
- - ROS
24
+ - ROS 2
22
25
- [ Humble Hawksbill] ( https://docs.ros.org/en/humble/Installation/Ubuntu-Install-Debians.html )
23
26
- [ Jazzy Jalisco] ( https://docs.ros.org/en/jazzy/Installation/Ubuntu-Install-Debs.html )
24
27
Original file line number Diff line number Diff line change 11
11
<author email =" daisuke.sato@rt-net.jp" >Daisuke Sato</author >
12
12
<author email =" kozasa@rt-net.jp" >Shuhei Kozasa</author >
13
13
<author email =" git@killbots.net" >Geoffrey Biggs</author >
14
+ <author email =" yusuke.kato@rt-net.jp" >Yusuke Kato</author >
14
15
<author email =" kurasawa@rt-net.jp" >Kazushi Kurasawa</author >
15
16
16
17
<buildtool_depend >ament_cmake</buildtool_depend >
You can’t perform that action at this time.
0 commit comments