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

Updates after the removal of Scene3D plugin #304

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

j-rivero
Copy link
Contributor

Fixes: gazebosim/garden-tutorial-party#2015

Following gazebosim/gz-gui#484 (comment)

Updates for https://gazebosim.org/docs/garden/sdf_worlds and the example SDF file:

  • Use gz instead of ign a25b01b
  • Update world_demo.sdf after the removal of Scene3D dd5db60
  • Update instructions after the removal of Scene3D 3f2366b

@github-actions github-actions bot added the 🌱 garden Gazebo Garden label Sep 12, 2022
@osrf-triage osrf-triage added this to Inbox in Core development Sep 12, 2022

* `showTitleBar` if true it will show the blue title bar over the plugin with the name mentioned in the `<title>` tag.
* `state` is the state of the plugin it can be docked in its place using `docked` or it can be `floating`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this one is also below. Remove?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 for removing

Suggested change
* `state` is the state of the plugin it can be docked in its place using `docked` or it can be `floating`.

#### Common used 3D scene controllers

To provide some minimal functionality and controls, a part of the 3D scene implemented by `MinimalScene`,
a [usual set of plugins](https://github.com/gazebosim/gz-sim/blob/ff1c82b41e548dfdc8076374f9500db2df2c35a1/examples/worlds/minimal_scene.sdf#L29-L128) can be copied from the `gz-sim` repository.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
a [usual set of plugins](https://github.com/gazebosim/gz-sim/blob/ff1c82b41e548dfdc8076374f9500db2df2c35a1/examples/worlds/minimal_scene.sdf#L29-L128) can be copied from the `gz-sim` repository.
a [usual set of plugins](https://github.com/gazebosim/gz-sim/blob/gz-sim7/examples/worlds/minimal_scene.sdf#L29-L128) can be copied from the `gz-sim` repository.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest we leave the commit in the url to guarantee the correct lines are referenced

Core development automation moved this from Inbox to In review Sep 13, 2022

* `showTitleBar` if true it will show the blue title bar over the plugin with the name mentioned in the `<title>` tag.
* `state` is the state of the plugin it can be docked in its place using `docked` or it can be `floating`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 for removing

Suggested change
* `state` is the state of the plugin it can be docked in its place using `docked` or it can be `floating`.

#### Common used 3D scene controllers

To provide some minimal functionality and controls, a part of the 3D scene implemented by `MinimalScene`,
a [usual set of plugins](https://github.com/gazebosim/gz-sim/blob/ff1c82b41e548dfdc8076374f9500db2df2c35a1/examples/worlds/minimal_scene.sdf#L29-L128) can be copied from the `gz-sim` repository.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest we leave the commit in the url to guarantee the correct lines are referenced

@azeey
Copy link
Contributor

azeey commented Mar 18, 2024

@j-rivero would you be able to address the feedback?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌱 garden Gazebo Garden
Projects
Status: In review
Development

Successfully merging this pull request may close these issues.

docs: sdf_worlds
4 participants