choreo_panel.cpp
Go to the documentation of this file.
1 #include <ros/console.h>
2 
5 
6 #include <QVBoxLayout>
7 
8 choreo_gui::ChoreoPanel::ChoreoPanel(QWidget* parent) : rviz::Panel(parent)
9 {
10  QVBoxLayout* layout = new QVBoxLayout(this);
11  widget_ = new ChoreoWidget();
12 
13  layout->addWidget(widget_);
14  setLayout(layout);
15 
16  ROS_INFO("[UI] Loaded choreo rviz panel");
17 }
18 
20 
22 {
23  ROS_INFO("[UI] Initializing choreo panel");
24 }
25 
The ChoreoWidget class works in states:
Definition: choreo_widget.h:34
ChoreoWidget * widget_
Definition: choreo_panel.h:22
ChoreoPanel(QWidget *parent=0)
Definition: choreo_panel.cpp:8
#define ROS_INFO(...)
virtual void onInitialize()
#define PLUGINLIB_EXPORT_CLASS(class_type, base_class_type)


choreo_gui
Author(s): Yijiang Huang
autogenerated on Thu Jul 18 2019 03:58:56