#include <pose_array_plugin.h>
|
| 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) |
| |
| | PoseArrayPlugin () |
| |
| void | SaveConfig (YAML::Emitter &emitter, const std::string &path) |
| |
| void | Shutdown () |
| |
| virtual | ~PoseArrayPlugin () |
| |
| void | ClearHistory () |
| |
| virtual void | CollectLaps () |
| |
| virtual bool | DrawArrow (const StampedPoint &point) |
| |
| virtual bool | DrawArrows () |
| |
| virtual void | DrawCovariance () |
| |
| virtual bool | DrawLaps () |
| |
| virtual bool | DrawLapsArrows () |
| |
| virtual bool | DrawLines () |
| |
| virtual bool | DrawPoints (double scale) |
| |
| | PointDrawingPlugin () |
| |
| virtual void | Transform () |
| |
| virtual bool | TransformPoint (StampedPoint &point) |
| |
| virtual void | TransformPoint (StampedPoint &point, const swri_transform_util::Transform &transform) |
| |
| virtual void | UpdateColor (QColor base_color, int i) |
| |
| virtual | ~PointDrawingPlugin () |
| |
| 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 58 of file pose_array_plugin.h.
◆ PoseArrayPlugin()
| mapviz_plugins::PoseArrayPlugin::PoseArrayPlugin |
( |
| ) |
|
◆ ~PoseArrayPlugin()
| mapviz_plugins::PoseArrayPlugin::~PoseArrayPlugin |
( |
| ) |
|
|
virtual |
◆ Draw()
| void mapviz_plugins::PoseArrayPlugin::Draw |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
scale |
|
) |
| |
|
virtual |
◆ GetConfigWidget()
| QWidget * mapviz_plugins::PoseArrayPlugin::GetConfigWidget |
( |
QWidget * |
parent | ) |
|
|
virtual |
◆ Initialize()
| bool mapviz_plugins::PoseArrayPlugin::Initialize |
( |
QGLWidget * |
canvas | ) |
|
|
virtual |
◆ LoadConfig()
| void mapviz_plugins::PoseArrayPlugin::LoadConfig |
( |
const YAML::Node & |
node, |
|
|
const std::string & |
path |
|
) |
| |
|
virtual |
◆ PoseArrayCallback()
| void mapviz_plugins::PoseArrayPlugin::PoseArrayCallback |
( |
const geometry_msgs::PoseArrayConstPtr & |
msg | ) |
|
|
private |
◆ PrintError()
| void mapviz_plugins::PoseArrayPlugin::PrintError |
( |
const std::string & |
message | ) |
|
|
protectedvirtual |
◆ PrintInfo()
| void mapviz_plugins::PoseArrayPlugin::PrintInfo |
( |
const std::string & |
message | ) |
|
|
protectedvirtual |
◆ PrintWarning()
| void mapviz_plugins::PoseArrayPlugin::PrintWarning |
( |
const std::string & |
message | ) |
|
|
protectedvirtual |
◆ SaveConfig()
| void mapviz_plugins::PoseArrayPlugin::SaveConfig |
( |
YAML::Emitter & |
emitter, |
|
|
const std::string & |
path |
|
) |
| |
|
virtual |
◆ SelectTopic
| void mapviz_plugins::PoseArrayPlugin::SelectTopic |
( |
| ) |
|
|
protectedslot |
◆ Shutdown()
| void mapviz_plugins::PoseArrayPlugin::Shutdown |
( |
| ) |
|
|
inlinevirtual |
◆ TopicEdited
| void mapviz_plugins::PoseArrayPlugin::TopicEdited |
( |
| ) |
|
|
protectedslot |
◆ config_widget_
| QWidget* mapviz_plugins::PoseArrayPlugin::config_widget_ |
|
private |
◆ has_message_
| bool mapviz_plugins::PoseArrayPlugin::has_message_ |
|
private |
◆ pose_sub_
◆ topic_
| std::string mapviz_plugins::PoseArrayPlugin::topic_ |
|
private |
◆ ui_
| Ui::pose_array_config mapviz_plugins::PoseArrayPlugin::ui_ |
|
private |
The documentation for this class was generated from the following files: