#include <plan_route_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) |
| |
| | PlanRoutePlugin () |
| |
| void | SaveConfig (YAML::Emitter &emitter, const std::string &path) |
| |
| void | Shutdown () |
| |
| bool | SupportsPainting () |
| |
| void | Transform () |
| |
| virtual | ~PlanRoutePlugin () |
| |
| 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 |
| |
| 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 61 of file plan_route_plugin.h.
◆ PlanRoutePlugin()
| mapviz_plugins::PlanRoutePlugin::PlanRoutePlugin |
( |
| ) |
|
◆ ~PlanRoutePlugin()
| mapviz_plugins::PlanRoutePlugin::~PlanRoutePlugin |
( |
| ) |
|
|
virtual |
◆ Clear
| void mapviz_plugins::PlanRoutePlugin::Clear |
( |
| ) |
|
|
protectedslot |
◆ Draw()
| void mapviz_plugins::PlanRoutePlugin::Draw |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
scale |
|
) |
| |
|
virtual |
◆ eventFilter()
| bool mapviz_plugins::PlanRoutePlugin::eventFilter |
( |
QObject * |
object, |
|
|
QEvent * |
event |
|
) |
| |
|
protected |
◆ GetConfigWidget()
| QWidget * mapviz_plugins::PlanRoutePlugin::GetConfigWidget |
( |
QWidget * |
parent | ) |
|
|
virtual |
◆ handleMouseMove()
| bool mapviz_plugins::PlanRoutePlugin::handleMouseMove |
( |
QMouseEvent * |
event | ) |
|
|
protected |
◆ handleMousePress()
| bool mapviz_plugins::PlanRoutePlugin::handleMousePress |
( |
QMouseEvent * |
event | ) |
|
|
protected |
◆ handleMouseRelease()
| bool mapviz_plugins::PlanRoutePlugin::handleMouseRelease |
( |
QMouseEvent * |
event | ) |
|
|
protected |
◆ Initialize()
| bool mapviz_plugins::PlanRoutePlugin::Initialize |
( |
QGLWidget * |
canvas | ) |
|
|
virtual |
◆ LoadConfig()
| void mapviz_plugins::PlanRoutePlugin::LoadConfig |
( |
const YAML::Node & |
node, |
|
|
const std::string & |
path |
|
) |
| |
|
virtual |
◆ Paint()
| void mapviz_plugins::PlanRoutePlugin::Paint |
( |
QPainter * |
painter, |
|
|
double |
x, |
|
|
double |
y, |
|
|
double |
scale |
|
) |
| |
|
virtual |
◆ PlanRoute
| void mapviz_plugins::PlanRoutePlugin::PlanRoute |
( |
| ) |
|
|
protectedslot |
◆ PrintError()
| void mapviz_plugins::PlanRoutePlugin::PrintError |
( |
const std::string & |
message | ) |
|
|
protectedvirtual |
◆ PrintInfo()
| void mapviz_plugins::PlanRoutePlugin::PrintInfo |
( |
const std::string & |
message | ) |
|
|
protectedvirtual |
◆ PrintWarning()
| void mapviz_plugins::PlanRoutePlugin::PrintWarning |
( |
const std::string & |
message | ) |
|
|
protectedvirtual |
◆ PublishRoute
| void mapviz_plugins::PlanRoutePlugin::PublishRoute |
( |
| ) |
|
|
protectedslot |
◆ Retry()
◆ SaveConfig()
| void mapviz_plugins::PlanRoutePlugin::SaveConfig |
( |
YAML::Emitter & |
emitter, |
|
|
const std::string & |
path |
|
) |
| |
|
virtual |
◆ Shutdown()
| void mapviz_plugins::PlanRoutePlugin::Shutdown |
( |
| ) |
|
|
inlinevirtual |
◆ SupportsPainting()
| bool mapviz_plugins::PlanRoutePlugin::SupportsPainting |
( |
| ) |
|
|
inlinevirtual |
◆ Transform()
| void mapviz_plugins::PlanRoutePlugin::Transform |
( |
| ) |
|
|
inlinevirtual |
◆ VisibilityChanged
| void mapviz_plugins::PlanRoutePlugin::VisibilityChanged |
( |
bool |
visible | ) |
|
|
protectedslot |
◆ config_widget_
| QWidget* mapviz_plugins::PlanRoutePlugin::config_widget_ |
|
private |
◆ failed_service_
| bool mapviz_plugins::PlanRoutePlugin::failed_service_ |
|
private |
◆ is_mouse_down_
| bool mapviz_plugins::PlanRoutePlugin::is_mouse_down_ |
|
private |
◆ map_canvas_
◆ max_distance_
| qreal mapviz_plugins::PlanRoutePlugin::max_distance_ |
|
private |
◆ max_ms_
| qint64 mapviz_plugins::PlanRoutePlugin::max_ms_ |
|
private |
◆ mouse_down_pos_
| QPointF mapviz_plugins::PlanRoutePlugin::mouse_down_pos_ |
|
private |
◆ mouse_down_time_
| qint64 mapviz_plugins::PlanRoutePlugin::mouse_down_time_ |
|
private |
◆ retry_timer_
| ros::Timer mapviz_plugins::PlanRoutePlugin::retry_timer_ |
|
private |
◆ route_preview_
◆ route_pub_
◆ route_topic_
| std::string mapviz_plugins::PlanRoutePlugin::route_topic_ |
|
private |
◆ selected_point_
| int mapviz_plugins::PlanRoutePlugin::selected_point_ |
|
private |
◆ ui_
| Ui::plan_route_config mapviz_plugins::PlanRoutePlugin::ui_ |
|
private |
◆ waypoints_
The documentation for this class was generated from the following files: