Skip to content

Commit 4655a37

Browse files
committed
Readme update
1 parent 776f74f commit 4655a37

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ Advantages of this module include:
1313
## Platforms
1414

1515
Supported OSes:
16+
- Ubuntu 22.04 (bash)
1617
- Ubuntu 20.04 (bash)
1718
- Windows 10 (powershell)
1819

19-
> **Notice:** Currently, ros2 humble is only supported on Ubuntu 20.04. You have to build it from sources since it is not available in `apt`.
20-
2120
Supported ROS2 distributions:
2221
- Foxy
2322
- Galactic
@@ -30,7 +29,7 @@ Older versions of Unity3d may work, but the editor executable most probably won'
3029

3130
This asset can be prepared in two flavours:
3231

33-
- standalone mode, where no ROS2 installation required on target machine, e.g. your Unity3D simulation server. All required dependencies are installed and can be used e.g. as a complete set of Unity3D plugins.
32+
- standalone mode, where no ROS2 installation is required on target machine, e.g., your Unity3D simulation server. All required dependencies are installed and can be used e.g. as a complete set of Unity3D plugins.
3433
- overlay mode, where the ROS2 installation is required on target machine. Only asset libraries and generated messages are installed therefore ROS2 instance must be sourced.
3534

3635
## Releases
@@ -51,7 +50,7 @@ Please see OS-specific instructions:
5150
## Custom messages
5251

5352
Custom messages can be included in the build by either:
54-
* list them in `ros2_for_unity_custom_messages.repos` file, or
53+
* listing them in `ros2_for_unity_custom_messages.repos` file, or
5554
* manually inserting them in `src/ros2cs` directory. If the folder doesn't exist, you must pull repositories first (see building steps for each OS).
5655

5756
## Installation

0 commit comments

Comments
 (0)