Skip to content

Commit 4f7917d

Browse files
committed
Minor update in README.md
1 parent 0403f02 commit 4f7917d

File tree

1 file changed

+25
-6
lines changed

1 file changed

+25
-6
lines changed

README.md

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,28 @@ This is a central repository for tools, tutorials, resources, and documentation
1212

1313
Simulation plays an important role in robotics development, and we’re here to ensure that roboticists can use Unity for these simulations. We're starting off with a set of tools to make it easier to use Unity with existing ROS-based workflows. Try out some of our samples below to get started quickly.
1414

15-
## Getting Started with Unity Robotics
15+
## Getting Started
16+
### [Quick Installation Instructions](tutorials/quick_setup.md)
17+
18+
Brief steps on installing the Unity Robotics packages.
19+
20+
### [Pick-and-Place Demo](tutorials/pick_and_place/README.md)
21+
22+
A complete end-to-end demonstration, including how to set up the Unity environment, how to import a robot from URDF, and how to set up two-way communication with ROS for control.
23+
24+
### [**New!**] [Object Pose Estimation Demo](https://github.com/Unity-Technologies/Robotics-Object-Pose-Estimation)
25+
26+
A complete end-to-end demonstration in which we collect training data in Unity and use that data to train a deep neural network to predict the pose of a cube. This model is then deployed in a simulated robotic pick-and-place task.
27+
28+
### [Articulations Robot Demo](https://github.com/Unity-Technologies/articulations-robot-demo)
29+
30+
A robot simulation demonstrating Unity's new physics solver (no ROS dependency).
31+
## Documentation
1632

1733
| Tutorial | Description |
1834
|---|---|
19-
| [Quick Installation Instructions](tutorials/quick_setup.md) | Brief steps on installing the Unity Robotics packages |
20-
| [Pick-and-Place Demo](tutorials/pick_and_place/README.md) | A complete end-to-end demonstration, including how to set up the Unity environment, how to import a robot from URDF, and how to set up two-way communication with ROS for control |
2135
| [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 |
2236
| [URDF Importer](tutorials/urdf_importer/urdf_tutorial.md) | Steps on using the Unity package for loading [URDF](http://wiki.ros.org/urdf) files |
23-
| [Articulations Robot Demo](https://github.com/Unity-Technologies/articulations-robot-demo) | A robot simulation demonstrating Unity's new physics solver (no ROS dependency) |
24-
| [Object Pose Estimation Demo](https://github.com/Unity-Technologies/Robotics-Object-Pose-Estimation) | A complete end-to-end demonstration in which we collect training data in Unity and use that data to train a deep neural network to predict the pose of a cube. This model is then deployed in a simulated robotic pick-and-place task
25-
2637

2738
## Component Repos
2839

@@ -38,6 +49,7 @@ Simulation plays an important role in robotics development, and we’re here to
3849

3950
### Blog Posts and Talks
4051

52+
- [**New!**] (March 2, 2021) Teaching robots to see with Unity [blog post](https://blogs.unity3d.com/2021/03/02/teaching-robots-to-see-with-unity/)
4153
- (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/)
4254
- (November 12, 2020)
4355
Unite Now 2020: Simulating Robots with ROS and Unity [video](https://resources.unity.com/unitenow/onlinesessions/simulating-robots-with-ros-and-unity)
@@ -50,6 +62,7 @@ Use articulation bodies to easily prototype industrial designs with realistic mo
5062

5163
- [Unity Industrial Simulation](https://unity.com/products/unity-simulation)
5264
- [Unity Computer Vision](https://unity.com/computer-vision)
65+
- [Unity ML-Agents Toolkit](https://github.com/Unity-Technologies/ml-agents)
5366

5467
## New Physics Features in Unity
5568
### New Features
@@ -63,6 +76,9 @@ Here’s a peek into what our Physics Team is hard at work on…
6376
- **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.
6477
- **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.
6578

79+
## [**New!**] ROS 2
80+
Interested in early access to ROS 2 integration? Email [unity-robotics@unity3d.com](mailto:unity-robotics@unity3d.com) to join our alpha program.
81+
6682
## FAQs
6783
[FAQs](faq.md)
6884

@@ -81,5 +97,8 @@ For feature requests, bugs, or other issues, please file a [GitHub issue](https:
8197
For any other questions or feedback, connect directly with the
8298
Robotics team at [unity-robotics@unity3d.com](mailto:unity-robotics@unity3d.com).
8399

100+
## Newsletter
101+
To get notified about new updates and features, [sign up for our newsletter](https://create.unity3d.com/robotics-simulation-newsletter-sign-up)!
102+
84103
## License
85104
[Apache License 2.0](LICENSE)

0 commit comments

Comments
 (0)