-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Enable smooth CloudXR.js pacing #6865
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,5 @@ | ||
| NV_DEVICE_PROFILE=auto-webrtc | ||
| NV_CXR_ENABLE_PUSH_DEVICES=0 | ||
| NV_ENABLE_POSE_WAIT=0 | ||
| NV_ENABLE_POSE_WAIT=1 | ||
| NV_ENABLE_CONSERVATIVE_PACING=1 | ||
| NV_SKIP_FRAME_ON_SPIKE=0 | ||
|
Comment on lines
+3
to
+5
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
The profile now enables pose waiting and adds two pacing controls, but the existing configuration table and explanation still describe pose waiting as disabled for every profile. This leaves users with obsolete guidance when interpreting or troubleshooting the new pacing behavior. Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time! |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🟡 Warning · Implementation — Missing changelog fragment for isaaclab_teleop
Repository policy requires one changelog fragment per touched package under
source/<pkg>/changelog.d/. This PR changes user-visible CloudXR.js runtime pacing behavior inisaaclab_teleopbut adds no fragment, so the nightly changelog compilation and patch bump will omit it. Addsource/isaaclab_teleop/changelog.d/<slug>.rstwith aFixedentry describing the pacing change;.skipis reserved for CI/docs/test-only changes.