#include <mapviz_plugins/attitude_indicator_plugin.h>
#include <GL/glut.h>
#include <algorithm>
#include <cstdio>
#include <vector>
#include <QDebug>
#include <QDialog>
#include <QGLWidget>
#include <ros/master.h>
#include <mapviz/select_topic_dialog.h>
#include <mapviz/select_frame_dialog.h>
#include <pluginlib/class_list_macros.h>
Go to the source code of this file.
Namespaces | |
mapviz_plugins | |
Macros | |
#define | IS_INSTANCE(msg, type) (msg->getDataType() == ros::message_traits::datatype<type>()) |
#define IS_INSTANCE | ( | msg, | |
type | |||
) | (msg->getDataType() == ros::message_traits::datatype<type>()) |
Definition at line 56 of file attitude_indicator_plugin.cpp.