#include <pose_publisher_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) |
|
void | Paint (QPainter *painter, double x, double y, double scale) |
|
| PosePublisherPlugin () |
|
void | SaveConfig (YAML::Emitter &emitter, const std::string &path) |
|
void | Shutdown () |
|
void | Transform () |
|
virtual | ~PosePublisherPlugin () |
|
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 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 |
|
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 58 of file pose_publisher_plugin.h.
◆ PosePublisherPlugin()
mapviz_plugins::PosePublisherPlugin::PosePublisherPlugin |
( |
| ) |
|
◆ ~PosePublisherPlugin()
mapviz_plugins::PosePublisherPlugin::~PosePublisherPlugin |
( |
| ) |
|
|
virtual |
◆ Draw()
void mapviz_plugins::PosePublisherPlugin::Draw |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
scale |
|
) |
| |
|
virtual |
◆ eventFilter()
bool mapviz_plugins::PosePublisherPlugin::eventFilter |
( |
QObject * |
object, |
|
|
QEvent * |
event |
|
) |
| |
|
overrideprotectedvirtual |
◆ GetConfigWidget()
QWidget * mapviz_plugins::PosePublisherPlugin::GetConfigWidget |
( |
QWidget * |
parent | ) |
|
|
virtual |
◆ handleMouseMove()
bool mapviz_plugins::PosePublisherPlugin::handleMouseMove |
( |
QMouseEvent * |
event | ) |
|
|
protected |
◆ handleMousePress()
bool mapviz_plugins::PosePublisherPlugin::handleMousePress |
( |
QMouseEvent * |
event | ) |
|
|
protected |
◆ handleMouseRelease()
bool mapviz_plugins::PosePublisherPlugin::handleMouseRelease |
( |
QMouseEvent * |
event | ) |
|
|
protected |
◆ Initialize()
bool mapviz_plugins::PosePublisherPlugin::Initialize |
( |
QGLWidget * |
canvas | ) |
|
|
virtual |
◆ LoadConfig()
void mapviz_plugins::PosePublisherPlugin::LoadConfig |
( |
const YAML::Node & |
node, |
|
|
const std::string & |
path |
|
) |
| |
|
virtual |
◆ on_pushButtonPose_toggled
void mapviz_plugins::PosePublisherPlugin::on_pushButtonPose_toggled |
( |
bool |
checked | ) |
|
|
privateslot |
◆ Paint()
void mapviz_plugins::PosePublisherPlugin::Paint |
( |
QPainter * |
painter, |
|
|
double |
x, |
|
|
double |
y, |
|
|
double |
scale |
|
) |
| |
|
inlinevirtual |
◆ PrintError()
void mapviz_plugins::PosePublisherPlugin::PrintError |
( |
const std::string & |
message | ) |
|
|
overrideprotectedvirtual |
◆ PrintInfo()
void mapviz_plugins::PosePublisherPlugin::PrintInfo |
( |
const std::string & |
message | ) |
|
|
overrideprotectedvirtual |
◆ PrintWarning()
void mapviz_plugins::PosePublisherPlugin::PrintWarning |
( |
const std::string & |
message | ) |
|
|
overrideprotectedvirtual |
◆ SaveConfig()
void mapviz_plugins::PosePublisherPlugin::SaveConfig |
( |
YAML::Emitter & |
emitter, |
|
|
const std::string & |
path |
|
) |
| |
|
virtual |
◆ Shutdown()
void mapviz_plugins::PosePublisherPlugin::Shutdown |
( |
| ) |
|
|
inlinevirtual |
◆ timerCallback()
◆ topicChanged
void mapviz_plugins::PosePublisherPlugin::topicChanged |
( |
const QString & |
topic | ) |
|
|
privateslot |
◆ Transform()
void mapviz_plugins::PosePublisherPlugin::Transform |
( |
| ) |
|
|
inlinevirtual |
◆ updateFrames
void mapviz_plugins::PosePublisherPlugin::updateFrames |
( |
| ) |
|
|
privateslot |
◆ arrow_angle_
float mapviz_plugins::PosePublisherPlugin::arrow_angle_ |
|
private |
◆ arrow_tail_position_
QPointF mapviz_plugins::PosePublisherPlugin::arrow_tail_position_ |
|
private |
◆ config_widget_
QWidget* mapviz_plugins::PosePublisherPlugin::config_widget_ |
|
private |
◆ frame_timer_
QTimer mapviz_plugins::PosePublisherPlugin::frame_timer_ |
|
private |
◆ is_mouse_down_
bool mapviz_plugins::PosePublisherPlugin::is_mouse_down_ |
|
private |
◆ map_canvas_
◆ monitoring_action_state_
bool mapviz_plugins::PosePublisherPlugin::monitoring_action_state_ |
|
private |
◆ nh_
◆ pose_pub_
◆ timer_
ros::Timer mapviz_plugins::PosePublisherPlugin::timer_ |
|
private |
◆ ui_
Ui::pose_publisher_config mapviz_plugins::PosePublisherPlugin::ui_ |
|
private |
The documentation for this class was generated from the following files: