NVlabs / curobo

CUDA Accelerated Robot Library
https://curobo.org
Other
798 stars 125 forks source link

AttributeError: 'NoneType' object has no attribute 'GetPath' #198

Closed starnetB closed 8 months ago

starnetB commented 8 months ago

cuRobo installation mode: isaac sim version: cuda11.7 and isaacsim2022.2.1; cuda11.8 and isaacsim2023.1.1

After setup environment and run example/isaacsim scripts, error occured. Maybe some packages missed Screenshot from 2024-03-23 16-34-40

starnetB commented 8 months ago

isaacsim2023 pip list: Screenshot from 2024-03-23 16-40-28 Screenshot from 2024-03-23 16-41-49 Screenshot from 2024-03-23 16-44-06 Screenshot from 2024-03-23 16-42-14

balakumar-s commented 8 months ago

Does the example work if you pass --robot ur5e.yml?

starnetB commented 8 months ago

Does the example work if you pass --robot ur5e.yml?

Screenshot from 2024-03-24 13-36-41

balakumar-s commented 8 months ago

Did you pip install usd-core? There will be one already in the isaac sim environment. If you installed a new version, that can cause issues.

In addition, is this a remote machine or local machine?

starnetB commented 8 months ago

Did you pip install usd-core? There will be one already in the isaac sim environment. If you installed a new version, that can cause issues.

In addition, is this a remote machine or local machine?

yes, when i install curobo, it said that 'usd-core' missed, so i installed a new one It's local machine i think

balakumar-s commented 8 months ago

Can you uninstall with pip uninstall usd-core?

starnetB commented 8 months ago

Can you uninstall with pip uninstall usd-core?

im reinstalling isaacsim now, this time it didnt show any message of usd-core. Maybe for the reason of ros environment (this time, i remove ros activate command in ~/.bashrc

starnetB commented 8 months ago

Screenshot from 2024-03-25 15-25-01 @balakumar-s run with omni_python example/isaac_sim/motion_gen_reacher.py --robot ur5e.yml

starnetB commented 8 months ago

I tried install curobo without isaacsim and ran test code, maybe it will give some tips:

Screenshot from 2024-03-25 16-56-55 Screenshot from 2024-03-25 16-56-29

starnetB commented 8 months ago

Idk the details, but it's actually a network problem

chiawenwang commented 4 months ago

Idk the details, but it's actually a network problem

Hi! I got the same problem about 'NoneType' object has no attribute 'GetPath'. How did you fix it?