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