Skip to content

Commit 1101561

Browse files
committed
new logo
1 parent 03900f7 commit 1101561

13 files changed

Lines changed: 39 additions & 9 deletions

File tree

.DS_Store

0 Bytes
Binary file not shown.

README.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,26 @@
11
VisionProTeleop
22
===========
33

4-
> **🎉 UPDATE: Now supporting Low-Latency Video Streaming!** You can now stream back your robot's camera feed back to Vision Pro via webRTC protocol, alongside the original hand tracking data stream.
5-
No complicated network setting required. Download the app, `pip install avp_stream`, and you're done!
64

7-
![CleanShot 2024-03-03 at 13 55 11@2x](https://github.com/Improbable-AI/VisionProTeleop/assets/68195716/d87a906c-ccf3-4e2d-bd25-a66dc0df803b)
5+
> **🎉 UPDATE: Now supporting Low-Latency Video Streaming!** You can now stream back your robot's camera feed back to Vision Pro via webRTC protocol, alongside the original hand tracking data stream. No complicated network setting required. Download the app, `pip install avp_stream`, and you're done!
86
97

8+
<div align="center">
9+
<img width="340" src="assets/new-logo.png">
10+
</div>
11+
<p align="center">
12+
<a href="https://pypi.org/project/avp_stream/">
13+
<img src="https://img.shields.io/pypi/v/avp_stream" alt="CI">
14+
</a>
15+
<a href="https://pypi.org/project/avp_stream/">
16+
<img src="https://img.shields.io/pypi/dm/avp_stream" alt="CI">
17+
</a>
18+
<a href="https://opensource.org/licenses/MIT">
19+
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="CI">
20+
</a>
21+
</p>
22+
1023

11-
Wanna use your new Apple Vision Pro to control your robot? Wanna record how you navigate and manipulate the world?
1224

1325
This VisionOS app and python library streams your Head + Wrist + Hand Tracking result via gRPC over a WiFi network, so any robots connected to the same wifi network can subscribe and use. **It can also stream stereo (or mono) camera feeds from your robot, back to the Vision Pro.**
1426

@@ -42,7 +54,7 @@ After installation, click on the app on Vision Pro and click `Start`. That's it!
4254
**Tip** Remember the IP address before you click start; you need to specify this IP address to subscribe to the data. Once you click start, the app will immediately enter into pass-through mode. Click on the digital crown to stop streaming.
4355

4456

45-
### Step 3. Receive the stream from anywhere
57+
### Step 3. Receive the hand tracking data from anywhere
4658

4759
The following python package allows you to receive the data stream from any device that's connected to the same WiFi network. First, install the package:
4860

@@ -62,7 +74,7 @@ while True:
6274
print(r['head'], r['right_wrist'], r['right_fingers'])
6375
```
6476

65-
### Step 4. [🎉NEW FEATURE] Stream video feeds from your robot back to Vision Pro!
77+
### Step 4. [🎉NEW FEATURE] Stream video feeds back to Vision Pro!
6678

6779
Streaming your robot's video feed back to Vision Pro requires one additional line: `start_video_streaming`.
6880

Tracking Streamer/Supporting files/Assets.xcassets/AppIcon.solidimagestack/Front.solidimagestacklayer/Content.imageset/Contents.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"images" : [
33
{
4-
"filename" : "lab_logo_inverted.png",
4+
"filename" : "two.png",
55
"idiom" : "vision",
66
"scale" : "2x"
77
}
82.5 KB
Loading

Tracking Streamer/Supporting files/Assets.xcassets/AppIcon.solidimagestack/Front.solidimagestacklayer/Contents.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,15 @@
22
"info" : {
33
"author" : "xcode",
44
"version" : 1
5+
},
6+
"properties" : {
7+
"frame-center" : {
8+
"x" : 350,
9+
"y" : 110
10+
},
11+
"frame-size" : {
12+
"height" : 120,
13+
"width" : 120
14+
}
515
}
616
}

Tracking Streamer/Supporting files/Assets.xcassets/AppIcon.solidimagestack/Middle.solidimagestacklayer/Content.imageset/Contents.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"images" : [
33
{
4+
"filename" : "green-lab.png",
45
"idiom" : "vision",
56
"scale" : "2x"
67
}
Loading

0 commit comments

Comments
 (0)