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