Skip to content
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

[ign] paths in worlds/models need to be absolute #28

Open
kruusamae opened this issue Nov 17, 2020 · 1 comment
Open

[ign] paths in worlds/models need to be absolute #28

kruusamae opened this issue Nov 17, 2020 · 1 comment
Assignees

Comments

@kruusamae
Copy link
Contributor

No description provided.

@FabianPG11
Copy link

The problem is that SDF file doesn't support substitution as we used to do with xacro $(find my_package)
Ignition gazebo can find a model as long as its parent path is listed on the environment variable:
e.g. export IGN_GAZEBO_RESOURCE_PATH=~/robotont_ws/src/robotont_gazebo/ign_worlds

Inside of SDF files I have to put the entire path to be able to load a resource like:
file://src/robotont_description/meshes/body.stl (but this means the world/model has to be launched from the root path)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants