Skip to content

Commit e019bbf

Browse files
authored
Merge pull request #291 from Unity-Technologies/dev
Adding Robotics-Nav2-SLAM-Example to "Getting Started" list (#289)
2 parents 7f238d9 + 4c81463 commit e019bbf

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
1414

1515
### Changed
1616

17-
Changed the Pick and Place Demo's topic from SourceDestination to SourceDestination_input
18-
1917
### Deprecated
2018

2119
### Removed
2220

2321
### Fixed
2422

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+
2531
Fixed the ROS-Unity Integration tutorial to use the correct link to install ROS-TCP-Connector package
2632

2733
Fixed the Pick and Place Tutorial to use ArticulationBody jointPositions, rather than the xDrive.target, for updating the current joint angle positions

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,22 @@ Simulation plays an important role in robotics development, and we’re here to
2222

2323
Brief steps on installing the Unity Robotics packages.
2424

25-
### [Pick-and-Place Demo](tutorials/pick_and_place/README.md)
25+
### [Pick-and-Place Tutorial](tutorials/pick_and_place/README.md)
2626

2727
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.
2828

29-
### [**New!**] [Object Pose Estimation Demo](https://github.com/Unity-Technologies/Robotics-Object-Pose-Estimation)
29+
### [Object Pose Estimation Tutorial](https://github.com/Unity-Technologies/Robotics-Object-Pose-Estimation)
3030

3131
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.
3232

3333
### [Articulations Robot Demo](https://github.com/Unity-Technologies/articulations-robot-demo)
3434

3535
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+
3641
## Documentation
3742

3843
| Tutorial | Description |
@@ -54,7 +59,8 @@ A robot simulation demonstrating Unity's new physics solver (no ROS dependency).
5459

5560
### Blog Posts and Talks
5661

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/)
5864
- (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/)
5965
- (November 12, 2020)
6066
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

Comments
 (0)