Skip to content
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

Changes for Windows 11 #319

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

MikeWise2718
Copy link

@MikeWise2718 MikeWise2718 commented Jul 3, 2024

Changes to make curobo compile under Win11 (with Visual Studio 2022 Enterprise and Cuda 11.8). Tested with Isaac Sim 4.0.0 Stole a couple changes from curobo_for_windows, but it was not difficult.

These changes should work just as well on Linux.


Update: Tried compiling under Isaac Sim 2023.1.1 and 2023.1.0-hotfix.1 and ran into various import errors. In the end I fixed them all by adding an "import" of the offending module at the head of the python script before the initial "import torch". Explicitly I had to add these lines to get motion_gen_reacher.py to run:

# Third Party
from torch.fx.experimental.symbolic_shapes import expect_true
import numpy.linalg.lapack_lite
import torch
...

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.

1 participant