-
Notifications
You must be signed in to change notification settings - Fork 494
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
model loader checking for hidden directories #489
Comments
Original comment by Nate Koenig (Bitbucket: Nathan Koenig). Thanks. I need to update the message to report a better error when an incorrect directory is in the model database path. You shouldn't point |
Original comment by Nate Koenig (Bitbucket: Nathan Koenig).
|
Original comment by Nate Koenig (Bitbucket: Nathan Koenig).
Until 2.0 |
Original comment by Nate Koenig (Bitbucket: Nathan Koenig).
|
Original comment by Nate Koenig (Bitbucket: Nathan Koenig).
|
Ok, I think at this point I spend much more time explaining to new users why this is not a problem, so it may be worth trying to mitigate this. My proposals are:
Any opinion on this? Note that we can easily implement just P1 or P2 or implement both, the proposal are quite indipendent. |
Thinking a bit more, probably P1 does not make a lot of sense. I still think that P2 is a convenient idea. |
See also KumarRobotics/mrsl_quadrotor#4 (comment) . |
Original report (archived issue) by Thomas Koletschka (Bitbucket: thomasko).
The newer Gazebo versions seem to also include hidden, unrelated directories in its
GAZEBO_MODEL_PATH
which then leads to error messages like these (non-fatal but still wrong and confusing):Error [InsertModelWidget.cc:252] model.config file is missing in directory["/home/drc/repo/trunk/worlds/drc_models/.svn"]
(drc_models
is in theGAZEBO_MODEL_PATH
)The text was updated successfully, but these errors were encountered: