main.cpp
Go to the documentation of this file.
2 #include <QApplication>
3 
4 int main(int argc,
5  char *argv[])
6 {
7  ros::init(argc, argv, "simple_qt_gui");
8 
9  QApplication a(argc, argv);
11  w.setWindowTitle("Qt GUI with ROS");
12  w.show();
13  return a.exec();
14 }
ROSCPP_DECL void init(int &argc, char **argv, const std::string &name, uint32_t options=0)
int main(int argc, char *argv[])
Definition: main.cpp:4


rqt_app_example
Author(s): Victor Lamoine - Institut Maupertuis
autogenerated on Mon Feb 28 2022 23:34:52