Skip to content

Commit

Permalink
Wording changes
Browse files Browse the repository at this point in the history
Signed-off-by: methylDragon <[email protected]>
  • Loading branch information
methylDragon committed May 26, 2022
1 parent 009344d commit 0dfe036
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ release will remove the deprecated code.
+ The `ParticleEmitter2` system was renamed to `ParticleEmitter`. The
`ParticleEmitter2` system is now deprecated. Please use the
`ParticleEmitter` system.
+ The `ignition` namespace is deprecated and will be removed in future versions. Use `gz` instead.
+ The `ignition::gazebo` namespace is deprecated and will be removed in future versions. Use `gz::sim` instead.
+ Header files under `ignition/...` are deprecated and will be removed in future versions.
Use `gz/...` instead.

Expand Down
2 changes: 1 addition & 1 deletion src/cmd/ign.cc
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ extern "C" int runGui(const char *_guiConfig)
}

// Use the first world name with the config file
// TODO(anyone) Most of ign-gazebo's transport API includes the world name,
// TODO(anyone) Most of gz-sim's transport API includes the world name,
// which makes it complicated to mix configurations across worlds.
// We could have a way to use world-agnostic topics like Gazebo-classic's ~

Expand Down
2 changes: 1 addition & 1 deletion src/gui/Gui.cc
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ std::unique_ptr<gz::gui::Application> createGui(
std::string(_guiConfig) != "_playback_")
{
// Use the first world name with the config file
// TODO(anyone) Most of ign-gazebo's transport API includes the world name,
// TODO(anyone) Most of gz-sim's transport API includes the world name,
// which makes it complicated to mix configurations across worlds.
// We could have a way to use world-agnostic topics like Gazebo-classic's ~
auto runner = new gz::sim::GuiRunner(worldsMsg.data(0));
Expand Down

0 comments on commit 0dfe036

Please sign in to comment.