You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-8Lines changed: 13 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,21 +36,22 @@ A robot simulation demonstrating Unity's new physics solver (no ROS dependency).
36
36
37
37
### [**New!**][Navigation 2 SLAM Example](https://github.com/Unity-Technologies/Robotics-Nav2-SLAM-Example)
38
38
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.
40
40
41
41
## Documentation
42
42
43
43
| Tutorial | Description |
44
44
|---|---|
45
45
|[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 |
46
46
|[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 |
47
48
48
49
## Component Repos
49
50
50
51
| Repo | Functionality |
51
52
|---|---|
52
53
|[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 |
54
55
|[URDF Importer](https://github.com/Unity-Technologies/URDF-Importer)| Unity package for loading [URDF](http://wiki.ros.org/urdf) files |
55
56
56
57
@@ -59,7 +60,8 @@ An example simulation environment, integrated with ROS 2, which enables the exer
59
60
60
61
### Blog Posts and Talks
61
62
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)
- (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
65
- (March 2, 2021) Teaching robots to see with Unity [blog post](https://blogs.unity3d.com/2021/03/02/teaching-robots-to-see-with-unity/)
64
66
- (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/)
65
67
- (November 12, 2020)
@@ -87,13 +89,9 @@ Here’s a peek into what our Physics Team is hard at work on…
87
89
-**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.
88
90
-**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.
89
91
90
-
## [**New!**]ROS 2
92
+
## ROS 2
91
93
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).
92
94
93
-
94
-
## FAQs
95
-
[FAQs](faq.md)
96
-
97
95
## Community and Feedback
98
96
99
97
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:
109
107
For any other questions or feedback, connect directly with the
110
108
Robotics team at [unity-robotics@unity3d.com](mailto:unity-robotics@unity3d.com).
111
109
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
+
112
114
## Newsletter
113
115
To get notified about new updates and features, [sign up for our newsletter](https://create.unity3d.com/robotics-simulation-newsletter-sign-up)!
0 commit comments