Unverified Commit 710f64d4 authored by jtigue-bdai's avatar jtigue-bdai Committed by GitHub

Sets native livestream extensions to Isaac Sim 4.1-4.0 defaults (#954)

# Description

Streaming does not work for `isaaclab --livestream 1` using streaming
client 103.1.1.

This change sets the streaming client extension versions to the defaults
in isaac-sim-4.1.0/apps/omni.isaac.sim.headless.native.kit

Fixes #949 

## Type of change

<!-- As you go through the list, delete the ones that are not
applicable. -->

## Checklist

- [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with
`./isaaclab.sh --format`
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] I have updated the changelog and the corresponding version in the
extension's `config/extension.toml` file
- [x] I have added my name to the `CONTRIBUTORS.md` or my name already
exists there
parent 5e84450c
......@@ -611,8 +611,8 @@ class AppLauncher:
if self._livestream == 1:
# Enable Native Livestream extension
# Default App: Streaming Client from the Omniverse Launcher
enable_extension("omni.kit.streamsdk.plugins-4.5.1")
enable_extension("omni.kit.livestream.core-4.3.6")
enable_extension("omni.kit.streamsdk.plugins-3.2.1")
enable_extension("omni.kit.livestream.core-3.2.0")
enable_extension("omni.kit.livestream.native-4.1.0")
elif self._livestream == 2:
# Enable WebRTC Livestream extension
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment