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

ign -> gz Environment Variable Migration : gz-gui #412

Merged
merged 1 commit into from
Jun 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/MainWindow.cc
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ void MainWindow::OnStopServer()
gzerr << "Calling service [" << this->dataPtr->controlService << "] to "
<< "stop the server failed. Please check that the "
<< "<server_control_service> of the GUI is configured correctly and "
<< "that the server is running in the same IGN_PARTITION and with "
<< "the same configuration of IGN_TRANSPORT_TOPIC_STATISTICS."
<< "that the server is running in the same GZ_PARTITION and with "
<< "the same configuration of GZ_TRANSPORT_TOPIC_STATISTICS."
<< std::endl;
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/topic_viewer/TopicViewer_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ TEST(TopicViewerTest, IGN_UTILS_TEST_ENABLED_ONLY_ON_LINUX(Load))
// See https://github.com/gazebosim/gz-gui/issues/75
TEST(TopicViewerTest, IGN_UTILS_TEST_ENABLED_ONLY_ON_LINUX(Model))
{
setenv("IGN_PARTITION", "ign-gazebo-test", 1);
setenv("GZ_PARTITION", "ign-gazebo-test", 1);

// =========== Publish =================
transport::Node node;
Expand Down