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