Skip to content

Commit e584fee

Browse files
authored
README Update (#321)
* Update README * Survey link
1 parent 67c6461 commit e584fee

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

README.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,22 @@ A robot simulation demonstrating Unity's new physics solver (no ROS dependency).
3636

3737
### [**New!**] [Navigation 2 SLAM Example](https://github.com/Unity-Technologies/Robotics-Nav2-SLAM-Example)
3838

39-
An example simulation environment, integrated with ROS 2, which enables the exercise of ROS 2's Navigation 2 and slam_toolbox packages using a simulated Turtlebot 3.
39+
An example simulation environment, integrated with ROS 2 and **[New!] Visualizations**, which enables the exercise of ROS 2's Navigation 2 and slam_toolbox packages using a simulated Turtlebot 3.
4040

4141
## Documentation
4242

4343
| Tutorial | Description |
4444
|---|---|
4545
| [ROS–Unity Integration](tutorials/ros_unity_integration/README.md) | A set of component-level tutorials showing how to set up communication between ROS and Unity |
4646
| [URDF Importer](tutorials/urdf_importer/urdf_tutorial.md) | Steps on using the Unity package for loading [URDF](http://wiki.ros.org/urdf) files |
47+
| [**New!**] [Visualizations](https://github.com/Unity-Technologies/ROS-TCP-Connector/blob/main/com.unity.robotics.visualizations/Documentation~/README.md) | Usage instructions for adding visualizations for incoming and outgoing ROS messages |
4748

4849
## Component Repos
4950

5051
| Repo | Functionality |
5152
|---|---|
5253
| [ROS TCP Endpoint](https://github.com/Unity-Technologies/ROS-TCP-Endpoint) | ROS node for sending/receiving messages from Unity |
53-
| [ROS TCP Connector](https://github.com/Unity-Technologies/ROS-TCP-Connector) | Unity package for sending/receiving messages from ROS |
54+
| [ROS TCP Connector](https://github.com/Unity-Technologies/ROS-TCP-Connector) | Unity package for sending, receiving, and visualizing messages from ROS |
5455
| [URDF Importer](https://github.com/Unity-Technologies/URDF-Importer) | Unity package for loading [URDF](http://wiki.ros.org/urdf) files |
5556

5657

@@ -59,7 +60,8 @@ An example simulation environment, integrated with ROS 2, which enables the exer
5960

6061
### Blog Posts and Talks
6162

62-
- [**New!**] (August 13, 2021) Advance your robot autonomy with ROS 2 and Unity [blog post](https://blog.unity.com/manufacturing/advance-your-robot-autonomy-with-ros-2-and-unity)
63+
- [**New!**] (October 4, 2021) Introducing: Unity Robotics Visualizations Package [blog post](https://blog.unity.com/manufacturing/introducing-unity-robotics-visualizations-package)
64+
- (August 13, 2021) Advance your robot autonomy with ROS 2 and Unity [blog post](https://blog.unity.com/manufacturing/advance-your-robot-autonomy-with-ros-2-and-unity)
6365
- (March 2, 2021) Teaching robots to see with Unity [blog post](https://blogs.unity3d.com/2021/03/02/teaching-robots-to-see-with-unity/)
6466
- (November 19, 2020) Robotics simulation in Unity is as easy as 1, 2, 3! [blog post](https://blogs.unity3d.com/2020/11/19/robotics-simulation-in-unity-is-as-easy-as-1-2-3/)
6567
- (November 12, 2020)
@@ -87,13 +89,9 @@ Here’s a peek into what our Physics Team is hard at work on…
8789
- **Force/Torque Sensor API**. This API will allow users to get the force and torque acting on an articulation body (useful for simulating a force/torque sensor!), as well as to get the motor torque applied by an articulation drive.
8890
- **Query primitives**. These simple, GameObject-less shapes allow for collision detection without requiring simulation (i.e., without calling Physics.Simulate). This feature will allow users to initialize objects in feasible locations, and can also be used for motion planning.
8991

90-
## [**New!**] ROS 2
92+
## ROS 2
9193
ROS2 support is now available! You can get started by following [this tutorial](https://github.com/Unity-Technologies/Unity-Robotics-Hub/blob/main/tutorials/ros_unity_integration/publisher.md).
9294

93-
94-
## FAQs
95-
[FAQs](faq.md)
96-
9795
## Community and Feedback
9896

9997
The Unity Robotics projects are open-source and we encourage and welcome contributions.
@@ -109,8 +107,15 @@ For feature requests, bugs, or other issues, please file a [GitHub issue](https:
109107
For any other questions or feedback, connect directly with the
110108
Robotics team at [unity-robotics@unity3d.com](mailto:unity-robotics@unity3d.com).
111109

110+
## Survey
111+
112+
We're interested in learning more about who is interested in the Unity Robotics tools! Please consider filling out our [survey](https://unitysoftware.co1.qualtrics.com/jfe/form/SV_0ojVkDVW0nNrHkW) to help us better understand your scenarios and use cases for robotics and simulation.
113+
112114
## Newsletter
113115
To get notified about new updates and features, [sign up for our newsletter](https://create.unity3d.com/robotics-simulation-newsletter-sign-up)!
114116

117+
## FAQs
118+
[FAQs](faq.md)
119+
115120
## License
116121
[Apache License 2.0](LICENSE)

0 commit comments

Comments
 (0)