Skip to content

Conversation

@cathyliyuanchen
Copy link

No description provided.

carb.log_info("Vive tracker initialized (mock)")

def update(self):
if not PYSURVIVE_AVAILABLE:
Copy link

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}")
Copy link

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.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this needed?

Copy link

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?

@cathyliyuanchen cathyliyuanchen changed the title initial commit for manus + vive extension Manus + vive extension Sep 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants