#include <marti_nav_path_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) |
| |
| | MartiNavPathPlugin () |
| |
| void | SaveConfig (YAML::Emitter &emitter, const std::string &path) |
| |
| void | Shutdown () |
| |
| void | Transform () |
| |
| 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 55 of file marti_nav_path_plugin.h.
◆ MartiNavPathPlugin()
| mapviz_plugins::MartiNavPathPlugin::MartiNavPathPlugin |
( |
| ) |
|
◆ Draw()
| void mapviz_plugins::MartiNavPathPlugin::Draw |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
scale |
|
) |
| |
|
virtual |
◆ GetConfigWidget()
| QWidget * mapviz_plugins::MartiNavPathPlugin::GetConfigWidget |
( |
QWidget * |
parent | ) |
|
|
virtual |
◆ handlePath()
| void mapviz_plugins::MartiNavPathPlugin::handlePath |
( |
const marti_nav_msgs::Path & |
path | ) |
|
|
protected |
◆ handlePathPoint()
| void mapviz_plugins::MartiNavPathPlugin::handlePathPoint |
( |
const marti_nav_msgs::PathPoint & |
pt | ) |
|
|
protected |
◆ historyChanged
| void mapviz_plugins::MartiNavPathPlugin::historyChanged |
( |
| ) |
|
|
protectedslot |
◆ Initialize()
| bool mapviz_plugins::MartiNavPathPlugin::Initialize |
( |
QGLWidget * |
canvas | ) |
|
|
virtual |
◆ LoadConfig()
| void mapviz_plugins::MartiNavPathPlugin::LoadConfig |
( |
const YAML::Node & |
node, |
|
|
const std::string & |
path |
|
) |
| |
|
virtual |
◆ messageCallback()
◆ PrintError()
| void mapviz_plugins::MartiNavPathPlugin::PrintError |
( |
const std::string & |
message | ) |
|
|
protectedvirtual |
◆ PrintInfo()
| void mapviz_plugins::MartiNavPathPlugin::PrintInfo |
( |
const std::string & |
message | ) |
|
|
protectedvirtual |
◆ PrintWarning()
| void mapviz_plugins::MartiNavPathPlugin::PrintWarning |
( |
const std::string & |
message | ) |
|
|
protectedvirtual |
◆ SaveConfig()
| void mapviz_plugins::MartiNavPathPlugin::SaveConfig |
( |
YAML::Emitter & |
emitter, |
|
|
const std::string & |
path |
|
) |
| |
|
virtual |
◆ selectTopic
| void mapviz_plugins::MartiNavPathPlugin::selectTopic |
( |
| ) |
|
|
protectedslot |
◆ setColorForDirection()
| void mapviz_plugins::MartiNavPathPlugin::setColorForDirection |
( |
const bool |
in_reverse | ) |
|
|
protected |
◆ Shutdown()
| void mapviz_plugins::MartiNavPathPlugin::Shutdown |
( |
| ) |
|
|
virtual |
◆ topicEdited
| void mapviz_plugins::MartiNavPathPlugin::topicEdited |
( |
| ) |
|
|
protectedslot |
◆ Transform()
| void mapviz_plugins::MartiNavPathPlugin::Transform |
( |
| ) |
|
|
virtual |
◆ config_widget_
| QWidget* mapviz_plugins::MartiNavPathPlugin::config_widget_ |
|
private |
◆ items_
| boost::circular_buffer<marti_nav_msgs::Path> mapviz_plugins::MartiNavPathPlugin::items_ |
|
private |
◆ subscriber_
◆ topic_
| std::string mapviz_plugins::MartiNavPathPlugin::topic_ |
|
private |
◆ ui_
| Ui::marti_nav_path_config mapviz_plugins::MartiNavPathPlugin::ui_ |
|
private |
The documentation for this class was generated from the following files: