You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prim path expression /World/env_0/robots/X1/Franka/panda_rightfinger is invalid, a prim matching the expression needs to created before wrapping it as view
#4
Open
VictoriYang opened this issue
Mar 4, 2025
· 2 comments
Hi, an error happened when I'was running python src/standalone/clean_example/pick_into_basket_lmdb.py like this:
Prim path expression /World/env_0/robots/X1/Franka/panda_rightfinger is invalid, a prim matching the expression needs to created before wrapping it as view
Have you ever seen this before? Any advice would be really appreciated.
The text was updated successfully, but these errors were encountered:
It seems the Franka robot loaded in Isaac Sim is located in an incorrect prim path. The expected root prim path for Franka should be: /World/env_0/robots/X1/Franka
I’ll take some time to investigate which part of the code is causing the incorrect path. Thank you for your patience!
If you’d like to debug this issue yourself, here are some suggestions:
You can use the following methods to launch a GUI to view the prim paths of items.
Note: Currently, the installation is only supported via Docker, so these two methods are the only options for visualization. The configuration process can be a bit challenging, especially if there are network issues. I’m also working on providing an alternative installation method directly on the host machine, which will be available soon.
Alternatively, you can use the Prim API to inspect and debug the prim path.
However, please note that this might still encounter network-related issues, which could result in the robot being loaded incorrectly. To address this, I’ve updated the README and provided a pre-collected USD file for the Franka robot. You can try loading the robot locally using this file to avoid potential network problems. The detailed instructions are also in README.
Hi, an error happened when I'was running
python src/standalone/clean_example/pick_into_basket_lmdb.py
like this:Have you ever seen this before? Any advice would be really appreciated.
The text was updated successfully, but these errors were encountered: