Skip to content

Commit a358696

Browse files
authored
Update README.md
1 parent caa52d8 commit a358696

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

README.md

+18-11
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,28 @@
11
# zed-isaac-sim
22
ISAAC Sim integration for ZED SDK.
33

4-
All the ZED Isaac extensions are still under development. This repo will remain private until release versions are reached.
4+
The ZED camera extension streams your virtual ZED camera data to the ZED SDK.
55

6-
## Structure
7-
The structure of this repository is created in such a way to allow easier integration with Isaac Sim and a better development experience.
8-
The ZEDBot Playground will serve as an example of an extension when getting started with Extensions in Isaac.
6+
## Getting started
97

10-
The main branch will contain all the extensions that have reached an "internal release" version.
8+
### Adding the 3D model of the ZED
119

12-
Sub branches will contain extensions that are being actively changed/developed.
10+
Navigate to this extension's folder in the content browser, you can drag and drop the zed_x.usd under data into your stage.
1311

12+
### Starting the data stream
1413

15-
## Creating an extension
16-
Simply copy the sl.zedbot.playground extension and modify everything.
14+
To enable the streaming in Isaac sim, add the ZED Camera Omnigraph node to an Action graph, connect your camera to it and press play.
1715

18-
## Adding robots
19-
Since Omniverse Nucleus is not stable, to add a new robot it is preferred for now to create a new extension just for this robot that has a single button that loads the robots and shows relevant info. That way, ROS can be easilly rigged and the resulting robot can then be copied into a specific workstation.
16+
#### Parameters
17+
18+
You can configure the streamer properties in the Property panel on the right:
19+
- Serial number: this field allows you identify the virtual camera you are using. It has no functional effect and can be left to the default value. This field can be useful when using multiple camera and you need to identify each one.
20+
- Streaming port: Defines which port is used for streaming. It must be an even number.
21+
- Use system time: when set to true, the streamer assigns the latest system time to the images that are sent to the SDK. If set to false, the streamer only sets the first timestamp to system time and then increments the later timestamps by simulation time.
22+
- ZED Camera prim: this parameter should be set to the ZED X camera prim in the stage as shown in the picture above.
23+
24+
25+
### Connecting to the ZED SDK
26+
27+
Once you press play in the simulation, you can connect the virtual camera to the ZED SDK via the streaming interface.
2028

21-
**N.B.** This also prepares ROS configuration using code.

0 commit comments

Comments
 (0)