Skip to content

Commit aee36cb

Browse files
authored
Merge pull request #300 from mschweig/main
Fixes broken links to GitHub of robopoint tutorial
2 parents 9753497 + 6b40037 commit aee36cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/robopoint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ One key advantage of this architecture is its efficiency. The process of project
5858
bash jetson-containers/install.sh
5959
```
6060

61-
5. Take a look at the container [README](https://github.com/dusty-nv/jetson-containers/blob/master/packages/robots/robopoint/README.md){:target="_blank"}
61+
5. Take a look at the container [README](https://github.com/dusty-nv/jetson-containers/blob/master/packages/vla/robopoint/README.md){:target="_blank"}
6262

6363
6. Run the RoboPoint Container
6464

@@ -110,7 +110,7 @@ Connect the RoboPoint VLM to a Boston Dynamics Spot with Arm for mobile manipula
110110

111111
## Optional: No robot at hand? Demo script with camera input
112112

113-
The Gradio inference API enables seamless command execution for other robots or testing purposes. It simplifies integration and allows for quick deployment across different robotic platforms or testing purpose. We provide a convenient [demo script](https://github.com/dusty-nv/jetson-containers/blob/master/packages/robots/robopoint/client.py){:target="_blank"} to test the API and inference with images or a live camera input. Start the [RoboPoint container](#1-setting-up-the-environment-with-jetson-containers) and execute the `client.py`demo script.
113+
The Gradio inference API enables seamless command execution for other robots or testing purposes. It simplifies integration and allows for quick deployment across different robotic platforms or testing purpose. We provide a convenient [demo script](https://github.com/dusty-nv/jetson-containers/blob/master/packages/vla/robopoint/client.py){:target="_blank"} to test the API and inference with images or a live camera input. Start the [RoboPoint container](#1-setting-up-the-environment-with-jetson-containers) and execute the `client.py`demo script.
114114
Run `python3 client.py --help` for input parameter details.
115115

116116
```bash

0 commit comments

Comments
 (0)