浏览代码

Adding Editor version to Ros Integration Readme

/laurie-RosConnection2.0
Devin Miller (Unity) 4 年前
当前提交
9f4d40b2
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 5
      tutorials/ros_unity_integration/README.md

5
tutorials/ros_unity_integration/README.md


# ROS–Unity Integration
## Editor Version
Most of our projects are developed/tested on Unity Editor version 2020.2.0f9 or later. We expect that anything 2020.2+ should be compatible, and will be actively working to ensure this for future versions. 2020.1.X and below are unlikely to work well, if at all, and we strongly encourage updating to a more recent version to support the bleeding edge updates to Unity's physics and simulation components that we are leveraging.
## ROS–Unity Communication
![](images/unity_ros.png)

- Returns a destination position for a GameObject to move towards each time the service is called.
- `unity_scripts/RosSubscriberExample.cs`
- Subscribes to a topic that accepts color messages and uses them to change the color of a GameObject in the Unity scene.
- Subscribes to a topic that accepts color messages and uses them to change the color of a GameObject in the Unity scene.
正在加载...
取消
保存