#include <route_plugin.h>
|
| void | Draw (double x, double y, double scale) |
| |
| void | DrawRoute (const swri_route_util::Route &route) |
| |
| void | DrawRoutePoint (const swri_route_util::RoutePoint &point) |
| |
| void | DrawStopWaypoint (double x, double y) |
| |
| QWidget * | GetConfigWidget (QWidget *parent) |
| |
| bool | Initialize (QGLWidget *canvas) |
| |
| void | LoadConfig (const YAML::Node &node, const std::string &path) |
| |
| | RoutePlugin () |
| |
| void | SaveConfig (YAML::Emitter &emitter, const std::string &path) |
| |
| void | Shutdown () |
| |
| void | Transform () |
| |
| virtual | ~RoutePlugin () |
| |
| 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 |
| |
| 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 57 of file route_plugin.h.
| mapviz_plugins::RoutePlugin::RoutePlugin |
( |
| ) |
|
| mapviz_plugins::RoutePlugin::~RoutePlugin |
( |
| ) |
|
|
virtual |
| void mapviz_plugins::RoutePlugin::Draw |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
scale |
|
) |
| |
|
virtual |
| void mapviz_plugins::RoutePlugin::DrawIcon |
( |
| ) |
|
|
protectedslot |
| void mapviz_plugins::RoutePlugin::DrawStopWaypoint |
( |
double |
x, |
|
|
double |
y |
|
) |
| |
| QWidget * mapviz_plugins::RoutePlugin::GetConfigWidget |
( |
QWidget * |
parent | ) |
|
|
virtual |
| bool mapviz_plugins::RoutePlugin::Initialize |
( |
QGLWidget * |
canvas | ) |
|
|
virtual |
| void mapviz_plugins::RoutePlugin::LoadConfig |
( |
const YAML::Node & |
node, |
|
|
const std::string & |
path |
|
) |
| |
|
virtual |
| void mapviz_plugins::RoutePlugin::PositionCallback |
( |
const marti_nav_msgs::RoutePositionConstPtr & |
msg | ) |
|
|
private |
| void mapviz_plugins::RoutePlugin::PositionTopicEdited |
( |
| ) |
|
|
protectedslot |
| void mapviz_plugins::RoutePlugin::PrintError |
( |
const std::string & |
message | ) |
|
|
protectedvirtual |
| void mapviz_plugins::RoutePlugin::PrintInfo |
( |
const std::string & |
message | ) |
|
|
protectedvirtual |
| void mapviz_plugins::RoutePlugin::PrintWarning |
( |
const std::string & |
message | ) |
|
|
protectedvirtual |
| void mapviz_plugins::RoutePlugin::SaveConfig |
( |
YAML::Emitter & |
emitter, |
|
|
const std::string & |
path |
|
) |
| |
|
virtual |
| void mapviz_plugins::RoutePlugin::SelectPositionTopic |
( |
| ) |
|
|
protectedslot |
| void mapviz_plugins::RoutePlugin::SelectTopic |
( |
| ) |
|
|
protectedslot |
| void mapviz_plugins::RoutePlugin::SetDrawStyle |
( |
QString |
style | ) |
|
|
protectedslot |
| void mapviz_plugins::RoutePlugin::Shutdown |
( |
| ) |
|
|
inlinevirtual |
| void mapviz_plugins::RoutePlugin::TopicEdited |
( |
| ) |
|
|
protectedslot |
| void mapviz_plugins::RoutePlugin::Transform |
( |
| ) |
|
|
inlinevirtual |
| QWidget* mapviz_plugins::RoutePlugin::config_widget_ |
|
private |
| DrawStyle mapviz_plugins::RoutePlugin::draw_style_ |
|
private |
| std::string mapviz_plugins::RoutePlugin::position_topic_ |
|
private |
| marti_nav_msgs::RoutePositionConstPtr mapviz_plugins::RoutePlugin::src_route_position_ |
|
private |
| std::string mapviz_plugins::RoutePlugin::topic_ |
|
private |
| Ui::route_config mapviz_plugins::RoutePlugin::ui_ |
|
private |
The documentation for this class was generated from the following files: