浏览代码

Updating tutorials to the glorious new world (#211)

/merge-resolve-conflicts
peifeng-unity 3 年前
当前提交
888da10c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      tutorials/ros_unity_integration/unity_service.md

2
tutorials/ros_unity_integration/unity_service.md


- From the main menu bar, open `Robotics/ROS Settings`, and change the `ROS IP Address` variable to the ROS IP.
- Create an empty GameObject and name it `UnityService`.
- Attach the `RosUnityServiceExample` script to the `UnityService` GameObject.
- 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`.
- 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`.
## Start the Client

正在加载...
取消
保存