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

how can i add other objects to the gazebo world #8

Open
Meriem-ghrissi opened this issue May 8, 2024 · 1 comment
Open

how can i add other objects to the gazebo world #8

Meriem-ghrissi opened this issue May 8, 2024 · 1 comment

Comments

@Meriem-ghrissi
Copy link

how can i add other objects to the gazebo world

@monemati
Copy link
Owner

monemati commented May 8, 2024

@Meriem-ghrissi Hello. You can add other objects by modifying default.sdf in world folder. For example if you check the end of the file you can see this part:

    <include>
      <pose>280.64 -137.32 2.77 -0.019 -0.008 2.46</pose>
      <uri>model://casual_female</uri>
    </include>

With this format you can just add other objects (you can just copy and paste this lines), just don't forget to change the pose of objects.
You can find other models from this link.

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