Skip to content

Commit 5f6fd0d

Browse files
LaurieCheers-unitysdiao
authored andcommitted
Updating tutorials to the glorious new world (#211)
1 parent 15c9305 commit 5f6fd0d

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

tutorials/ros_unity_integration/subscriber.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,6 @@ public class RosSubscriberExample : MonoBehaviour
5656
- Attach the `RosSubscriberExample` script to the `RosSubscriber` GameObject and drag the cube GameObject onto the `cube` parameter in the Inspector window.
5757

5858
- From the Unity menu bar, open `Robotics/ROS Settings`, and set the `ROS IP Address` variable to your ROS IP.
59-
- Unlike the previous tutorial, using a subscriber requires an incoming connection from ROS to Unity. You may need to adjust your firewall settings for this to work.
60-
- The IP for Unity to listen on should be determined automatically, but if you're having trouble, you can set it manually in the `Override Unity IP` field. Finding the IP address of your local machine (the one running Unity) depends on your operating system.
61-
- On a Mac, open `System Preferences > Network`. Your IP address should be listed on the active connection.
62-
- On Windows, click the Wi-Fi icon on the taskbar, and open `Properties`. Your IP address should be listed near the bottom, next to "IPv4 address."
63-
6459
- Press play in the editor
6560

6661
### In ROS Terminal Window

tutorials/ros_unity_integration/unity_service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public class RosUnityServiceExample : MonoBehaviour
8080
- From the main menu bar, open `Robotics/ROS Settings`, and change the `ROS IP Address` variable to the ROS IP.
8181
- Create an empty GameObject and name it `UnityService`.
8282
- Attach the `RosUnityServiceExample` script to the `UnityService` GameObject.
83-
- Pressing play in the Editor should start running as a ROS node, waiting to accept ObjectPose requests. Once a connection to ROS has been established, a message will be printed on the ROS terminal similar to `ROS-Unity Handshake received, will connect to 192.168.50.130:5005`.
83+
- Pressing play in the Editor should start running as a ROS node, waiting to accept ObjectPose requests. Once a connection to ROS has been established, a message will be printed on the ROS terminal similar to `Connection from 172.17.0.1`.
8484

8585

8686
## Start the Client

0 commit comments

Comments
 (0)