#include <laserscan_plugin.h>
|  | 
| void | ClearHistory () | 
|  | 
| void | Draw (double x, double y, double scale) | 
|  | 
| QWidget * | GetConfigWidget (QWidget *parent) | 
|  | 
| bool | Initialize (QGLWidget *canvas) | 
|  | 
|  | LaserScanPlugin () | 
|  | 
| void | LoadConfig (const YAML::Node &node, const std::string &path) | 
|  | 
| void | SaveConfig (YAML::Emitter &emitter, const std::string &path) | 
|  | 
| void | Shutdown () | 
|  | 
| void | Transform () | 
|  | 
| virtual | ~LaserScanPlugin () | 
|  | 
| 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 52 of file laserscan_plugin.h.
 
◆ anonymous enum
| Enumerator | 
|---|
| COLOR_FLAT |  | 
| COLOR_INTENSITY |  | 
| COLOR_RANGE |  | 
| COLOR_X |  | 
| COLOR_Y |  | 
| COLOR_Z |  | 
Definition at line 57 of file laserscan_plugin.h.
 
 
◆ LaserScanPlugin()
      
        
          | mapviz_plugins::LaserScanPlugin::LaserScanPlugin | ( |  | ) |  | 
      
 
 
◆ ~LaserScanPlugin()
  
  | 
        
          | mapviz_plugins::LaserScanPlugin::~LaserScanPlugin | ( |  | ) |  |  | virtual | 
 
 
◆ AlphaEdited
  
  | 
        
          | void mapviz_plugins::LaserScanPlugin::AlphaEdited | ( | double | val | ) |  |  | protectedslot | 
 
 
◆ BufferSizeChanged
  
  | 
        
          | void mapviz_plugins::LaserScanPlugin::BufferSizeChanged | ( | int | value | ) |  |  | protectedslot | 
 
 
◆ CalculateColor()
  
  | 
        
          | QColor mapviz_plugins::LaserScanPlugin::CalculateColor | ( | const StampedPoint & | point, |  
          |  |  | bool | has_intensity |  
          |  | ) |  |  |  | private | 
 
 
◆ ClearHistory()
  
  | 
        
          | void mapviz_plugins::LaserScanPlugin::ClearHistory | ( |  | ) |  |  | virtual | 
 
 
◆ ColorTransformerChanged
  
  | 
        
          | void mapviz_plugins::LaserScanPlugin::ColorTransformerChanged | ( | int | index | ) |  |  | protectedslot | 
 
 
◆ Draw()
  
  | 
        
          | void mapviz_plugins::LaserScanPlugin::Draw | ( | double | x, |  
          |  |  | double | y, |  
          |  |  | double | scale |  
          |  | ) |  |  |  | virtual | 
 
 
◆ DrawIcon
  
  | 
        
          | void mapviz_plugins::LaserScanPlugin::DrawIcon | ( |  | ) |  |  | protectedslot | 
 
 
◆ GetConfigWidget()
  
  | 
        
          | QWidget * mapviz_plugins::LaserScanPlugin::GetConfigWidget | ( | QWidget * | parent | ) |  |  | virtual | 
 
 
◆ GetScanTransform()
◆ Initialize()
  
  | 
        
          | bool mapviz_plugins::LaserScanPlugin::Initialize | ( | QGLWidget * | canvas | ) |  |  | virtual | 
 
 
◆ laserScanCallback()
  
  | 
        
          | void mapviz_plugins::LaserScanPlugin::laserScanCallback | ( | const sensor_msgs::LaserScanConstPtr & | scan | ) |  |  | private | 
 
 
◆ LoadConfig()
  
  | 
        
          | void mapviz_plugins::LaserScanPlugin::LoadConfig | ( | const YAML::Node & | node, |  
          |  |  | const std::string & | path |  
          |  | ) |  |  |  | virtual | 
 
 
◆ MaxValueChanged
  
  | 
        
          | void mapviz_plugins::LaserScanPlugin::MaxValueChanged | ( | double | value | ) |  |  | protectedslot | 
 
 
◆ MinValueChanged
  
  | 
        
          | void mapviz_plugins::LaserScanPlugin::MinValueChanged | ( | double | value | ) |  |  | protectedslot | 
 
 
◆ PointSizeChanged
  
  | 
        
          | void mapviz_plugins::LaserScanPlugin::PointSizeChanged | ( | int | value | ) |  |  | protectedslot | 
 
 
◆ PrintError()
  
  | 
        
          | void mapviz_plugins::LaserScanPlugin::PrintError | ( | const std::string & | message | ) |  |  | protectedvirtual | 
 
 
◆ PrintInfo()
  
  | 
        
          | void mapviz_plugins::LaserScanPlugin::PrintInfo | ( | const std::string & | message | ) |  |  | protectedvirtual | 
 
 
◆ PrintWarning()
  
  | 
        
          | void mapviz_plugins::LaserScanPlugin::PrintWarning | ( | const std::string & | message | ) |  |  | protectedvirtual | 
 
 
◆ ResetTransformedScans
  
  | 
        
          | void mapviz_plugins::LaserScanPlugin::ResetTransformedScans | ( |  | ) |  |  | protectedslot | 
 
 
◆ SaveConfig()
  
  | 
        
          | void mapviz_plugins::LaserScanPlugin::SaveConfig | ( | YAML::Emitter & | emitter, |  
          |  |  | const std::string & | path |  
          |  | ) |  |  |  | virtual | 
 
 
◆ SelectTopic
  
  | 
        
          | void mapviz_plugins::LaserScanPlugin::SelectTopic | ( |  | ) |  |  | protectedslot | 
 
 
◆ Shutdown()
  
  | 
        
          | void mapviz_plugins::LaserScanPlugin::Shutdown | ( |  | ) |  |  | inlinevirtual | 
 
 
◆ TopicEdited
  
  | 
        
          | void mapviz_plugins::LaserScanPlugin::TopicEdited | ( |  | ) |  |  | protectedslot | 
 
 
◆ Transform()
  
  | 
        
          | void mapviz_plugins::LaserScanPlugin::Transform | ( |  | ) |  |  | virtual | 
 
 
◆ UpdateColors
  
  | 
        
          | void mapviz_plugins::LaserScanPlugin::UpdateColors | ( |  | ) |  |  | protectedslot | 
 
 
◆ updatePreComputedTriginometic()
  
  | 
        
          | void mapviz_plugins::LaserScanPlugin::updatePreComputedTriginometic | ( | const sensor_msgs::LaserScanConstPtr & | msg | ) |  |  | private | 
 
 
◆ UseRainbowChanged
  
  | 
        
          | void mapviz_plugins::LaserScanPlugin::UseRainbowChanged | ( | int | check_state | ) |  |  | protectedslot | 
 
 
◆ alpha_
  
  | 
        
          | double mapviz_plugins::LaserScanPlugin::alpha_ |  | private | 
 
 
◆ buffer_size_
  
  | 
        
          | size_t mapviz_plugins::LaserScanPlugin::buffer_size_ |  | private | 
 
 
◆ config_widget_
  
  | 
        
          | QWidget* mapviz_plugins::LaserScanPlugin::config_widget_ |  | private | 
 
 
◆ has_message_
  
  | 
        
          | bool mapviz_plugins::LaserScanPlugin::has_message_ |  | private | 
 
 
◆ laserscan_sub_
◆ max_value_
  
  | 
        
          | double mapviz_plugins::LaserScanPlugin::max_value_ |  | private | 
 
 
◆ min_value_
  
  | 
        
          | double mapviz_plugins::LaserScanPlugin::min_value_ |  | private | 
 
 
◆ point_size_
  
  | 
        
          | size_t mapviz_plugins::LaserScanPlugin::point_size_ |  | private | 
 
 
◆ precomputed_cos_
  
  | 
        
          | std::vector<double> mapviz_plugins::LaserScanPlugin::precomputed_cos_ |  | private | 
 
 
◆ precomputed_sin_
  
  | 
        
          | std::vector<double> mapviz_plugins::LaserScanPlugin::precomputed_sin_ |  | private | 
 
 
◆ prev_angle_min_
  
  | 
        
          | float mapviz_plugins::LaserScanPlugin::prev_angle_min_ |  | private | 
 
 
◆ prev_increment_
  
  | 
        
          | float mapviz_plugins::LaserScanPlugin::prev_increment_ |  | private | 
 
 
◆ prev_ranges_size_
  
  | 
        
          | size_t mapviz_plugins::LaserScanPlugin::prev_ranges_size_ |  | private | 
 
 
◆ scans_
  
  | 
        
          | std::deque<Scan> mapviz_plugins::LaserScanPlugin::scans_ |  | private | 
 
 
◆ topic_
  
  | 
        
          | std::string mapviz_plugins::LaserScanPlugin::topic_ |  | private | 
 
 
◆ ui_
  
  | 
        
          | Ui::laserscan_config mapviz_plugins::LaserScanPlugin::ui_ |  | private | 
 
 
The documentation for this class was generated from the following files: