-
Notifications
You must be signed in to change notification settings - Fork 40
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
[Question] cannot acess cloud.ply #76
Comments
Hi @leo7611, Thanks for using our work. The issue seems to be related to a wrong installation as the package cannot be found. Please, see again the installation guide and make sure you follow every step and have the correct versions for IsaacLab and IsaacSim. |
Thank you for your reply. I'm using the code in this repo: https://github.com/fan-ziqi/viplanner_data_generator.git. When I run it following the steps in this repo, it reports an error: |
How can I obtain the |
This is a repo not supported by the authors of this work. Simply use the generation code provided in this repo https://github.com/leggedrobotics/viplanner/blob/main/omniverse/standalone/data_collect.py and then execute the script to reconstruct the cost |
Thank you for your reply. I used data_collect.py to obtain data and got viewpoints_seed1_samples10000.pkl, but the cloud.ply file is missing. This causes the following error when I use the Town01 data of Carla in the cost-builder:
|
You have to adjust the config to your file location, as described in the READMEs! Please check these first |
I'm very sorry to bother you. I carefully read the readme.md again and then ran data_collect.py once more:
Due to the lack of contents in the carla_export/carla/semantics folder, I'm unable to perform the depth_reconstruct. The running log is as follows:
|
Did you check that you are using the correct version of IsaacSim and IsaacLab? I checked it on my side and the semantics are rendered, thus I cannot replicate the behavior, especially since there is no error message for the semantics. |
Question
I apologize for the interruption, but I'm really eager to know how I can obtain the "cloud.ply" file. It's of great significance to me, and I'd greatly appreciate your guidance.
Traceback (most recent call last):
File "/home/xxx/viplanner_data_generator/standalone/omni.viplanner.collectors/check_carla_trajectory_sampling.py", line 32, in
from omni.viplanner.collectors.collectors import (
ModuleNotFoundError: No module named 'omni.viplanner.collectors.collectors'
2025-02-18 11:45:39 [18,524ms] [Warning] [omni.graph.core.plugin] Could not find category 'Replicator:Annotators' for removal
2025-02-18 11:45:39 [18,524ms] [Warning] [omni.graph.core.plugin] Could not find category 'Replicator:Annotators' for removal
2025-02-18 11:45:39 [18,524ms] [Warning] [omni.graph.core.plugin] Could not find category 'Replicator:Annotators' for removal
2025-02-18 11:45:39 [18,524ms] [Warning] [omni.graph.core.plugin] Could not find category 'Replicator:Annotators' for removal
2025-02-18 11:45:39 [18,524ms] [Warning] [omni.graph.core.plugin] Could not find category 'Replicator:Annotators' for removal
2025-02-18 11:45:39 [18,524ms] [Warning] [omni.graph.core.plugin] Could not find category 'Replicator:Annotators' for removal
2025-02-18 11:45:39 [18,524ms] [Warning] [omni.graph.core.plugin] Could not find category 'Replicator:Annotators' for removal
2025-02-18 11:45:39 [18,524ms] [Warning] [omni.graph.core.plugin] Could not find category 'Replicator:Annotators' for removal
2025-02-18 11:45:39 [18,525ms] [Warning] [omni.graph.core.plugin] Could not find category 'Replicator:Annotators' for removal
2025-02-18 11:45:39 [18,525ms] [Warning] [omni.graph.core.plugin] Could not find category 'Replicator:Annotators' for removal
2025-02-18 11:45:39 [18,525ms] [Warning] [omni.graph.core.plugin] Could not find category 'Replicator:Annotators' for removal
2025-02-18 11:45:39 [18,525ms] [Warning] [omni.graph.core.plugin] Could not find category 'Replicator:Annotators' for removal
2025-02-18 11:45:39 [18,525ms] [Warning] [omni.graph.core.plugin] Could not find category 'Replicator:Core' for removal
2025-02-18 11:45:39 [18,643ms] [Warning] [carb] Recursive unloadAllPlugins() detected!
The text was updated successfully, but these errors were encountered: