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: Packages/ReachySimulator/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
{
2
2
"name": "com.pollenrobotics.reachysimulator",
3
-
"version": "1.0.2",
3
+
"version": "1.2",
4
4
"displayName": "Reachy Simulator",
5
5
"description": "Reachy Simulator for Unity.\nThis package requires Grpc that you can easy install from the menu Pollen Robotics/Install GRPC, or download from https://packages.grpc.io/",
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,14 @@
5
5
| Title |[Creatives Commons BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode)|
6
6
| Logo |[](http://creativecommons.org/licenses/by-nc-sa/4.0/)|
7
7
8
+
Reachy simulator based on Unity 2021. It allows to simply play around with our SDK or the teleoperation app.
8
9
9
-
## Install the simulator
10
+
## Quick start
11
+
12
+
Download the zip archive from the [release page](https://github.com/pollen-robotics/Simulator_Reachy2021/releases), and unzip it on a Windows computer. Simply run *Simulator.exe*. The simulator is ready [to be used](#use-your-simulator)!
13
+
14
+
15
+
## Install the simulator to your Unity project
10
16
11
17
1. Download the Unity package available on the [release page](https://github.com/pollen-robotics/Simulator_Reachy2021/releases), or add
12
18
```
@@ -40,3 +46,5 @@ reachy = ReachySDK(host='localhost') # Replace with the actual IP
40
46
41
47
- VR teleoperation app
42
48
- Any gRPC client you may create, based on [reachy-sdk-api](https://github.com/pollen-robotics/reachy-sdk-api)
49
+
50
+
Check out our [Medium article](https://medium.com/pollen-robotics/controlling-a-reachy-robot-in-unity-f3d90d550345) to see the python SDK in action!
0 commit comments