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: CHANGELOG.md
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,14 +14,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
14
14
15
15
### Changed
16
16
17
-
Changed the Pick and Place Demo's topic from SourceDestination to SourceDestination_input
18
-
19
17
### Deprecated
20
18
21
19
### Removed
22
20
23
21
### Fixed
24
22
23
+
## v0.5.1
24
+
25
+
### Changed
26
+
27
+
Added link to Robotics-Nav2-SLAM-Example to list of "Getting Started" resources.
28
+
29
+
### Fixed
30
+
25
31
Fixed the ROS-Unity Integration tutorial to use the correct link to install ROS-TCP-Connector package
26
32
27
33
Fixed the Pick and Place Tutorial to use ArticulationBody jointPositions, rather than the xDrive.target, for updating the current joint angle positions
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.
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.
A robot simulation demonstrating Unity's new physics solver (no ROS dependency).
36
+
37
+
### [**New!**][Navigation 2 SLAM Example](https://github.com/Unity-Technologies/Robotics-Nav2-SLAM-Example)
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.
40
+
36
41
## Documentation
37
42
38
43
| Tutorial | Description |
@@ -54,7 +59,8 @@ A robot simulation demonstrating Unity's new physics solver (no ROS dependency).
54
59
55
60
### Blog Posts and Talks
56
61
57
-
-[**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/)
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
+
- (March 2, 2021) Teaching robots to see with Unity [blog post](https://blogs.unity3d.com/2021/03/02/teaching-robots-to-see-with-unity/)
58
64
- (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/)
59
65
- (November 12, 2020)
60
66
Unite Now 2020: Simulating Robots with ROS and Unity [video](https://resources.unity.com/unitenow/onlinesessions/simulating-robots-with-ros-and-unity)
0 commit comments