We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Original report (archived issue) by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).
As reported here: osrf/homebrew-simulation#479
The issue is that the install path searched by sdf::findFile is the install location at compile time:
sdf::findFile
We would need to change the logic of sdf::findFile to make it fully relocatable.
The text was updated successfully, but these errors were encountered:
Original comment by Jeongseok Lee (Bitbucket: jlee02, GitHub: jslee02).
DART also had the same issue and adopted the workaround of using the environment variable, which I believe sdformat already does. One possible solution I can think of now is searching typical install locations (like find_package does), which are platform dependent.
Sorry, something went wrong.
Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).
Yes, SDF already checks the SDF_PATH environment variable:
SDF_PATH
but it does take an extra step to set that.
Original comment by Silvio Traversaro (Bitbucket: traversaro).
Relevant issue (I was not finding it anymore, so I think it is useful to link it here): https://osrf-migration.github.io/sdformat-gh-pages/#!/osrf/sdformat/issues/141/embed-sdf-xml-files-into-library (#141) .
xref: gazebosim/gz-sim#626 (comment)
14.2.0
No branches or pull requests
Original report (archived issue) by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).
As reported here: osrf/homebrew-simulation#479
The issue is that the install path searched by
sdf::findFile
is the install location at compile time:We would need to change the logic of
sdf::findFile
to make it fully relocatable.The text was updated successfully, but these errors were encountered: