#include <attitude_indicator_plugin.h>
|  | 
|  | AttitudeIndicatorPlugin () | 
|  | 
| void | Draw (double x, double y, double scale) | 
|  | 
| QWidget * | GetConfigWidget (QWidget *parent) | 
|  | 
| bool | Initialize (QGLWidget *canvas) | 
|  | 
| void | LoadConfig (const YAML::Node &node, const std::string &path) | 
|  | 
| void | SaveConfig (YAML::Emitter &emitter, const std::string &path) | 
|  | 
| void | Shutdown () | 
|  | 
| void | Transform () | 
|  | 
| virtual | ~AttitudeIndicatorPlugin () | 
|  | 
| virtual void | ClearHistory () | 
|  | 
| int | DrawOrder () const | 
|  | 
| void | DrawPlugin (double x, double y, double scale) | 
|  | 
| bool | GetTransform (const ros::Time &stamp, swri_transform_util::Transform &transform) | 
|  | 
| bool | GetTransform (const std::string &source, const ros::Time &stamp, swri_transform_util::Transform &transform) | 
|  | 
| virtual bool | Initialize (boost::shared_ptr< tf::TransformListener > tf_listener, swri_transform_util::TransformManagerPtr tf_manager, QGLWidget *canvas) | 
|  | 
| std::string | Name () const | 
|  | 
| virtual void | Paint (QPainter *painter, double x, double y, double scale) | 
|  | 
| void | PaintPlugin (QPainter *painter, double x, double y, double scale) | 
|  | 
| void | PrintMeasurements () | 
|  | 
| void | SetDrawOrder (int order) | 
|  | 
| void | SetIcon (IconWidget *icon) | 
|  | 
| void | SetName (const std::string &name) | 
|  | 
| virtual void | SetNode (const ros::NodeHandle &node) | 
|  | 
| void | SetTargetFrame (std::string frame_id) | 
|  | 
| void | SetType (const std::string &type) | 
|  | 
| void | SetVisible (bool visible) | 
|  | 
| std::string | Type () const | 
|  | 
| bool | Visible () const | 
|  | 
| virtual | ~MapvizPlugin () | 
|  | 
Definition at line 63 of file attitude_indicator_plugin.h.
 
◆ AttitudeIndicatorPlugin()
      
        
          | mapviz_plugins::AttitudeIndicatorPlugin::AttitudeIndicatorPlugin | ( |  | ) |  | 
      
 
 
◆ ~AttitudeIndicatorPlugin()
  
  | 
        
          | mapviz_plugins::AttitudeIndicatorPlugin::~AttitudeIndicatorPlugin | ( |  | ) |  |  | virtual | 
 
 
◆ applyAttitudeOrientation()
  
  | 
        
          | void mapviz_plugins::AttitudeIndicatorPlugin::applyAttitudeOrientation | ( | const geometry_msgs::Quaternion & | orientation | ) |  |  | private | 
 
 
◆ AttitudeCallbackImu()
  
  | 
        
          | void mapviz_plugins::AttitudeIndicatorPlugin::AttitudeCallbackImu | ( | const sensor_msgs::ImuConstPtr & | imu | ) |  |  | private | 
 
 
◆ AttitudeCallbackOdom()
  
  | 
        
          | void mapviz_plugins::AttitudeIndicatorPlugin::AttitudeCallbackOdom | ( | const nav_msgs::OdometryConstPtr & | odometry | ) |  |  | private | 
 
 
◆ AttitudeCallbackPose()
  
  | 
        
          | void mapviz_plugins::AttitudeIndicatorPlugin::AttitudeCallbackPose | ( | const geometry_msgs::PoseConstPtr & | pose | ) |  |  | private | 
 
 
◆ Draw()
  
  | 
        
          | void mapviz_plugins::AttitudeIndicatorPlugin::Draw | ( | double | x, |  
          |  |  | double | y, |  
          |  |  | double | scale |  
          |  | ) |  |  |  | virtual | 
 
 
◆ drawBackground()
  
  | 
        
          | void mapviz_plugins::AttitudeIndicatorPlugin::drawBackground | ( |  | ) |  |  | protected | 
 
 
◆ drawBall()
  
  | 
        
          | void mapviz_plugins::AttitudeIndicatorPlugin::drawBall | ( |  | ) |  |  | protected | 
 
 
◆ drawPanel()
  
  | 
        
          | void mapviz_plugins::AttitudeIndicatorPlugin::drawPanel | ( |  | ) |  |  | protected | 
 
 
◆ GetConfigWidget()
  
  | 
        
          | QWidget * mapviz_plugins::AttitudeIndicatorPlugin::GetConfigWidget | ( | QWidget * | parent | ) |  |  | virtual | 
 
 
◆ handleMessage()
◆ Initialize()
  
  | 
        
          | bool mapviz_plugins::AttitudeIndicatorPlugin::Initialize | ( | QGLWidget * | canvas | ) |  |  | virtual | 
 
 
◆ LoadConfig()
  
  | 
        
          | void mapviz_plugins::AttitudeIndicatorPlugin::LoadConfig | ( | const YAML::Node & | node, |  
          |  |  | const std::string & | path |  
          |  | ) |  |  |  | virtual | 
 
 
◆ PrintError()
  
  | 
        
          | void mapviz_plugins::AttitudeIndicatorPlugin::PrintError | ( | const std::string & | message | ) |  |  | protectedvirtual | 
 
 
◆ PrintInfo()
  
  | 
        
          | void mapviz_plugins::AttitudeIndicatorPlugin::PrintInfo | ( | const std::string & | message | ) |  |  | protectedvirtual | 
 
 
◆ PrintWarning()
  
  | 
        
          | void mapviz_plugins::AttitudeIndicatorPlugin::PrintWarning | ( | const std::string & | message | ) |  |  | protectedvirtual | 
 
 
◆ SaveConfig()
  
  | 
        
          | void mapviz_plugins::AttitudeIndicatorPlugin::SaveConfig | ( | YAML::Emitter & | emitter, |  
          |  |  | const std::string & | path |  
          |  | ) |  |  |  | virtual | 
 
 
◆ SelectTopic
  
  | 
        
          | void mapviz_plugins::AttitudeIndicatorPlugin::SelectTopic | ( |  | ) |  |  | protectedslot | 
 
 
◆ Shutdown()
  
  | 
        
          | void mapviz_plugins::AttitudeIndicatorPlugin::Shutdown | ( |  | ) |  |  | virtual | 
 
 
◆ timerEvent()
  
  | 
        
          | void mapviz_plugins::AttitudeIndicatorPlugin::timerEvent | ( | QTimerEvent * |  | ) |  |  | protected | 
 
 
◆ TopicEdited
  
  | 
        
          | void mapviz_plugins::AttitudeIndicatorPlugin::TopicEdited | ( |  | ) |  |  | protectedslot | 
 
 
◆ Transform()
  
  | 
        
          | void mapviz_plugins::AttitudeIndicatorPlugin::Transform | ( |  | ) |  |  | inlinevirtual | 
 
 
◆ config_widget_
  
  | 
        
          | QWidget* mapviz_plugins::AttitudeIndicatorPlugin::config_widget_ |  | private | 
 
 
◆ odometry_sub_
◆ pitch_
  
  | 
        
          | double mapviz_plugins::AttitudeIndicatorPlugin::pitch_ |  | private | 
 
 
◆ placer_
◆ roll_
  
  | 
        
          | double mapviz_plugins::AttitudeIndicatorPlugin::roll_ |  | private | 
 
 
◆ topic_
  
  | 
        
          | std::string mapviz_plugins::AttitudeIndicatorPlugin::topic_ |  | private | 
 
 
◆ topics_
  
  | 
        
          | std::vector<std::string> mapviz_plugins::AttitudeIndicatorPlugin::topics_ |  | private | 
 
 
◆ ui_
  
  | 
        
          | Ui::attitude_indicator_config mapviz_plugins::AttitudeIndicatorPlugin::ui_ |  | private | 
 
 
◆ yaw_
  
  | 
        
          | double mapviz_plugins::AttitudeIndicatorPlugin::yaw_ |  | private | 
 
 
The documentation for this class was generated from the following files: