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

SDF mesh path #15

Open
Gregwar opened this issue Feb 19, 2020 · 1 comment · May be fixed by #52
Open

SDF mesh path #15

Gregwar opened this issue Feb 19, 2020 · 1 comment · May be fixed by #52
Labels

Comments

@Gregwar
Copy link
Contributor

Gregwar commented Feb 19, 2020

Currently, using file://, is it the good way?

@Gregwar Gregwar added the sdf label Feb 19, 2020
@lokiledev
Copy link

It's not ideal using file:// Another approach would be to use model://robot_name/ so that a ros package can export the package to GAZEBO_MODEL_PATH. It can be done in the package.xml for ros2.

  <export>
    <gazebo_ros gazebo_model_path="${prefix}/simulation/models/"/>
    <gazebo_ros gazebo_media_path="${prefix}/simulation/worlds"/>
  </export>

The folder containing the config.json file here would be under simulation/models

I'll make a PR.

@lokiledev lokiledev linked a pull request Apr 13, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants