#include <QApplication>#include <QPushButton>#include <QVBoxLayout>#include <QFileDialog>#include <fstream>#include <sstream>#include <yaml-cpp/yaml.h>#include "rviz/properties/color_property.h"#include "rviz/properties/property.h"#include "rviz/properties/quaternion_property.h"#include "rviz/properties/vector_property.h"#include "rviz/properties/property_tree_model.h"#include "rviz/properties/property_tree_widget.h"#include "rviz/properties/status_list.h"#include "rviz/display.h"#include "rviz/display_group.h"#include "rviz/visualization_manager.h"#include "fun_display.h"#include "mock_display_factory.h"#include "playground.h"
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| void | makeBigTree (DisplayGroup *parent) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 197 of file playground.cpp.
| void makeBigTree | ( | DisplayGroup * | parent | ) |
Definition at line 56 of file playground.cpp.