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
1. Pull the Isaac Sim image (`docker login` is required, please refer to [NGC Documents](https://catalog.ngc.nvidia.com/orgs/nvidia/containers/isaac-sim)).
81
+
1. Pull the InternUtopia docker image.
82
82
83
83
```bash
84
-
$ docker pull nvcr.io/nvidia/isaac-sim:4.5.0
85
-
```
86
-
1. Build docker image, replacing <yourtag> with your desired tag:
You are now ready to use InternUtopia in this container.
119
112
120
-
**NOTE**: If you are using a remote server without display, you can use the [Omniverse Streaming Client](https://docs.omniverse.nvidia.com/extensions/latest/ext_livestream/native.html) to stream the simulation UI.
113
+
**NOTE**: If you are using a remote server without display, you can use the [WebRTC Streaming Client](https://docs.isaacsim.omniverse.nvidia.com/4.5.0/installation/manual_livestream_clients.html) to stream the simulation UI.
Copy file name to clipboardExpand all lines: source/en/user_guide/internutopia/tutorials/how-to-use-metric.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
> This tutorial guides you on how to use a metric.
6
6
7
-
## Pre-defined Metric
7
+
## Pre-defined Metrics
8
8
9
9
The directory [`internutopia_extension/metrics/__init__.py`](https://github.com/InternRobotics/InternUtopia/blob/main/internutopia_extension/metrics/__init__.py) contains a list of all our pre-defined metrics:
0 commit comments