Skip to content

Commit 6263bb1

Browse files
authored
Update README.md
1 parent 4d95ad8 commit 6263bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Please see OS-specific instructions:
4848
3. Go to Assets in the menu bar (at the top of the Unity Window).
4949
4. Select `Import Package``Custom Package`.
5050
5. In the file browser, select the .unitypackage file built by `create_unity_asset` script (by default located in `install/unity_package`) and follow the instructions on the screen.
51-
6. Create a top-level object containing `ROS2UnityComponent.cs`. This is the central Monobehavior for ROS2ForUnity that manages all the nodes. Refer to class documentation for details.
51+
6. Create a top-level object containing `ROS2UnityComponent.cs`. This is the central Monobehavior for `ROS2 For Unity` that manages all the nodes. Refer to class documentation for details.
5252
7. Add example script to any object in the hierarchy tab, e.g. by dragging `ROS2TalkerExample.cs` to the object in the inspector tab.
5353
8. Select another object in the hierarchy tab and add repeat the previous step using `ROS2ListenerExample.cs`.
5454
9. Once you start the project in Unity, you should be able to see two nodes talking with each other in Unity Editor's console or use `ros2 node list` and `ros2 topic echo /chatter` to verify ros2 communication.

0 commit comments

Comments
 (0)