Skip to content

Commit

Permalink
Update src/rviz/visualizer_app.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Haschke <[email protected]>
  • Loading branch information
kscottz and rhaschke authored Jan 14, 2025
1 parent 6884476 commit 2892fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rviz/visualizer_app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ bool VisualizerApp::init(int argc, char** argv)
// Get the environment variables
QProcessEnvironment env = QProcessEnvironment::systemEnvironment();
// If environment variable is not set
if(env.contains(QString::fromStdString("DISABLE_ROS1_EOL_WARNINGS")) == false)
if(env.contains("DISABLE_ROS1_EOL_WARNINGS") == false)
{
// Create a warning pop up
NoeticEOLDialog eol_dialog;
Expand Down

0 comments on commit 2892fdd

Please sign in to comment.