Skip to content

Commit 4cdeeed

Browse files
authored
Survey links (#323)
* Survey links * Rewording
1 parent 019dc13 commit 4cdeeed

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Unity Robotics Hub
44

5-
[![Version](https://img.shields.io/github/v/tag/Unity-Technologies/Unity-Robotics-Hub)](https://github.com/Unity-Technologies/Unity-Robotics-Hub/releases)
5+
<!-- [![Version](https://img.shields.io/github/v/tag/Unity-Technologies/Unity-Robotics-Hub)](https://github.com/Unity-Technologies/Unity-Robotics-Hub/releases) -->
66
[![License](https://img.shields.io/badge/license-Apache--2.0-green.svg)](LICENSE.md)
77
![ROS](https://img.shields.io/badge/ros-melodic-brightgreen)
88
![ROS](https://img.shields.io/badge/ros-noetic-brightgreen)
@@ -13,6 +13,12 @@ This is a central repository for tools, tutorials, resources, and documentation
1313

1414
> The contents of this repository are in active development. Its features and API are subject to significant change as development progresses.
1515
16+
---
17+
18+
We're currently working on lots of things! Please take a short moment fill out our [survey](https://unitysoftware.co1.qualtrics.com/jfe/form/SV_0ojVkDVW0nNrHkW) to help us identify what products and packages to build next.
19+
20+
---
21+
1622
## Introduction
1723

1824
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.
@@ -60,7 +66,7 @@ An example simulation environment, integrated with ROS 2 and **[New!] Visualizat
6066

6167
### Blog Posts and Talks
6268

63-
- [**New!**] (October 4, 2021) Introducing: Unity Robotics Visualizations Package [blog post](https://blog.unity.com/manufacturing/introducing-unity-robotics-visualizations-package)
69+
- [**New!**] (October 4, 2021) Introducing: Unity Robotics Visualizations Package [blog post](https://blog.unity.com/manufacturing/Introducing-Unity-Robotics-Visualizations-Package)
6470
- (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)
6571
- (March 2, 2021) Teaching robots to see with Unity [blog post](https://blogs.unity3d.com/2021/03/02/teaching-robots-to-see-with-unity/)
6672
- (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/)
@@ -107,10 +113,6 @@ For feature requests, bugs, or other issues, please file a [GitHub issue](https:
107113
For any other questions or feedback, connect directly with the
108114
Robotics team at [[email protected]](mailto:[email protected]).
109115

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-
114116
## Newsletter
115117
To get notified about new updates and features, [sign up for our newsletter](https://create.unity3d.com/robotics-simulation-newsletter-sign-up)!
116118

tutorials/pick_and_place/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ This tutorial is designed such that you do not need prior experience with Unity
1010

1111
> Note: This project has been tested with Python 2 and ROS Melodic, as well as Python 3 and ROS Noetic.
1212
13+
---
14+
15+
We're currently working on lots of things! As a first step for this tutorial, please take a short moment fill out our [survey](https://unitysoftware.co1.qualtrics.com/jfe/form/SV_0ojVkDVW0nNrHkW) to help us identify what products and packages to build next.
16+
17+
---
18+
1319
### Pick-and-Place Tutorial
1420
- [Requirements](#requirements)
1521
- [Part 0: ROS Setup](#part-0-ros-setup)

tutorials/ros_unity_integration/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ The messages being passed between Unity and ROS are expected to be serialized as
1212

1313
The `ROSConnection` plugin (also from [ROS TCP Connector](https://github.com/Unity-Technologies/ROS-TCP-Connector)) provides the Unity scripts necessary to publish, subscribe, or call a service.
1414

15+
---
16+
17+
We're currently working on lots of things! As a first step for these tutorials, please take a short moment fill out our [survey](https://unitysoftware.co1.qualtrics.com/jfe/form/SV_0ojVkDVW0nNrHkW) to help us identify what products and packages to build next.
18+
19+
---
20+
1521

1622
## Tutorials
1723
- [ROS–Unity Integration: Initial Setup](setup.md) - ROS–Unity Initial Setup

0 commit comments

Comments
 (0)