Skip to content

Commit 59c37f7

Browse files
authored
Readme Updates (#59)
* Header image, blog post link
1 parent 475c1df commit 59c37f7

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![](images/unity-wide.png)
22

3-
<p align="center"><img src="tutorials/pick_and_place/img/0_pick_place.gif" width="600"/></p>
3+
<p align="center"><img src="images/warehouse.gif" width="800"/></p>
44

55
# Unity Robotics Hub
66

@@ -38,6 +38,7 @@ For any questions or feedback, connect directly with the Robotics team at [unity
3838

3939
We have published a series of blog posts and talks that are relevant for Unity Robotics:
4040

41+
- (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/)
4142
- (November 12, 2020)
4243
Unite Now 2020: Simulating Robots with ROS and Unity [video](https://resources.unity.com/unitenow/onlinesessions/simulating-robots-with-ros-and-unity)
4344
- (August 26, 2020)

images/warehouse.gif

2.83 MB
Loading

tutorials/pick_and_place/2_ros_tcp.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ To enable communication between Unity and ROS, a TCP endpoint running as a ROS n
6060

6161
In the Message Auto Generation window click `Browse File...` and navigate to the MoveIt Msgs repository. Select `moveit_msgs/msg/RobotTrajectory.msg`, and then click `GENERATE!`
6262
- One new C# script should populate the `Assets/RosMessages/Moveit/msg` directory: RobotTrajectory.
63+
64+
> Note: If any of these ROS directories appear to be empty, you can run the command `git submodule update --init --recursive` to download the packages via Git submodules.
6365
6466
1. Next, the custom message scripts for this tutorial will be generated.
6567

0 commit comments

Comments
 (0)