-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Package map fails when Drake is cloned to a folder with name other than "drake" #7855
Comments
I can't immediately reproduce this error. My steps:
followed by a long pause. |
My only guess at the moment is that I'll come back to this later today and see if there is more debug tracing we can turn on. |
I haven't run this code since before the |
Nope, it should just work (without any environment variables). Setting |
No, I don't have a |
This line looks suspiciously like it's searching up the directory tree for a folder called "drake", which no longer exists: drake/multibody/parsers/package_map.cc Line 175 in 7d805ac
|
Confirmed: changing |
It appears that this is actually a duplicate of #7593 . I'll update the title. |
Thanks! I'll try it out as soon as possible. |
@jwnimmer-tri yes, #7864 seems to fix it for me. Thanks! |
Trying to run the humanoid balancing demo currently fails with the following message:
likewise for the simulation:
The mesh file does exist, and it's still at
valkyrie/urdf/model/meshes/pelvis/pelvis.dae
, so it would seem that there's something wrong with the parser's package handling. Any suggestions?Edit: this is because my Drake clone is called
drake-distro
, and the examples only work if the clone is calleddrake
The text was updated successfully, but these errors were encountered: