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
Allow the user to use a custom world passed by launch argument
ros2 launch andino_gz andino_gz.launch.py world_path:=<path/to/custom/map>
What if we add the worlds folder to the GZ_RESOURCE_PATH (via env hook) and let gazebo to pick up the sdf from there.
So the user in order to use the world they just have to add the world to the GZ_RESOURCE_PATH and use the name of their custom world.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
Allow the user to use a custom world passed by launch argument
Suggestion
Alternative
What if we add the worlds folder to the GZ_RESOURCE_PATH (via env hook) and let gazebo to pick up the sdf from there.
So the user in order to use the world they just have to add the world to the GZ_RESOURCE_PATH and use the name of their custom world.
The text was updated successfully, but these errors were encountered: