-
Notifications
You must be signed in to change notification settings - Fork 229
Manus + vive extension #142
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: main
Are you sure you want to change the base?
Manus + vive extension #142
Conversation
| carb.log_info("Vive tracker initialized (mock)") | ||
|
|
||
| def update(self): | ||
| if not PYSURVIVE_AVAILABLE: |
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.
If libsurvive is not avaliable, I'd prefer to throw a runtime error vs silent failing like this.
| if libsurvive_python_path: | ||
| if libsurvive_python_path not in sys.path: | ||
| sys.path.insert(0, libsurvive_python_path) | ||
| carb.log_info(f"Using LIBSURVIVE_PYTHON_PATH={libsurvive_python_path}") |
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.
Can we pull libsurvive and build it locally? That way we don't have to depend on user installing it.
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.
What is this?
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.
Is this needed?
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.
Can we rename this to something that is specific to manus-vive? Or do you disagree?
No description provided.