Skip to content

Commit e08651b

Browse files
committed
update docs
1 parent 4df0712 commit e08651b

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,19 @@ Ros2cs is also an independent part of [Ros2 For Unity](https://github.com/Robote
1515
### Platforms
1616

1717
Supported OSes:
18+
- Ubuntu 24.04 (bash)
1819
- Ubuntu 22.04 (bash)
1920
- Ubuntu 20.04 (bash)
20-
- Windows 10 (powershell)
21-
- Windows 11* (powershel)
21+
- Windows 10* (powershell)
22+
- Windows 11* (powershell)
2223

2324
> \* ROS2 Galactic and Humble support only Windows 10 ([ROS 2 Windows system requirements](https://docs.ros.org/en/humble/Installation/Windows-Install-Binary.html#system-requirements)), but it is proven that it also works fine on Windows 11.
2425
2526
Supported ROS2 distributions:
26-
- Galactic
27+
- Jazzy
2728
- Humble
29+
- Galactic
30+
- Foxy
2831

2932
### Flavours
3033

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ display_usage() {
1010
}
1111

1212
if [ -z "${ROS_DISTRO}" ]; then
13-
echo "Source your ros2 distro first (foxy, galactic, humble or rolling are supported)"
13+
echo "Source your ros2 distro first (foxy, galactic, humble, jazzy or rolling are supported)"
1414
exit 1
1515
fi
1616

0 commit comments

Comments
 (0)