src
rviz
noetic_eol_dialog.cpp
Go to the documentation of this file.
1
#include <
rviz/noetic_eol_dialog.h
>
2
3
namespace
rviz
4
{
5
NoeticEOLDialog::NoeticEOLDialog
(QWidget* parent) : QMessageBox(parent)
6
{
7
setIcon(QMessageBox::Critical);
8
setTextFormat(Qt::RichText);
9
setText(
10
"<p>ROS Noetic goes end-of-life 2025-05-31.</p>"
11
"<p>Users are encouraged to migrate to ROS 2 as soon as possible!"
12
"Alternatively, switch to the <a href='https://ros.packages.techfak.net'>ROS One "
13
"distribution</a>.</p>"
14
"<p>For more information see <a href='https://www.ros.org/blog/noetic-eol'>this blog post</a>.</p>"
15
"<p>To disable this dialog, set the <code>DISABLE_ROS1_EOL_WARNINGS</code> environment "
16
"variable.</p>"
);
17
setWindowTitle(
"ROS 1 End-of-Life is May 31st, 2025"
);
18
setStandardButtons(QMessageBox::Ok);
19
}
20
}
// end namespace rviz
rviz::NoeticEOLDialog::NoeticEOLDialog
NoeticEOLDialog(QWidget *parent=nullptr)
Definition:
noetic_eol_dialog.cpp:5
noetic_eol_dialog.h
rviz
Definition:
add_display_dialog.cpp:54
rviz
Author(s): Dave Hershberger, David Gossow, Josh Faust, William Woodall
autogenerated on Sun May 4 2025 02:31:26