#include <move_base_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) |
|
| MoveBasePlugin () |
|
void | Paint (QPainter *painter, double x, double y, double scale) |
|
void | SaveConfig (YAML::Emitter &emitter, const std::string &path) |
|
void | Shutdown () |
|
void | Transform () |
|
virtual | ~MoveBasePlugin () |
|
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 |
|
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 59 of file move_base_plugin.h.
mapviz_plugins::MoveBasePlugin::MoveBasePlugin |
( |
| ) |
|
mapviz_plugins::MoveBasePlugin::~MoveBasePlugin |
( |
| ) |
|
|
virtual |
void mapviz_plugins::MoveBasePlugin::Draw |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
scale |
|
) |
| |
|
virtual |
bool mapviz_plugins::MoveBasePlugin::eventFilter |
( |
QObject * |
object, |
|
|
QEvent * |
event |
|
) |
| |
|
overrideprotectedvirtual |
QWidget * mapviz_plugins::MoveBasePlugin::GetConfigWidget |
( |
QWidget * |
parent | ) |
|
|
virtual |
bool mapviz_plugins::MoveBasePlugin::handleMouseMove |
( |
QMouseEvent * |
event | ) |
|
|
protected |
bool mapviz_plugins::MoveBasePlugin::handleMousePress |
( |
QMouseEvent * |
event | ) |
|
|
protected |
bool mapviz_plugins::MoveBasePlugin::handleMouseRelease |
( |
QMouseEvent * |
event | ) |
|
|
protected |
bool mapviz_plugins::MoveBasePlugin::Initialize |
( |
QGLWidget * |
canvas | ) |
|
|
virtual |
void mapviz_plugins::MoveBasePlugin::LoadConfig |
( |
const YAML::Node & |
node, |
|
|
const std::string & |
path |
|
) |
| |
|
virtual |
void mapviz_plugins::MoveBasePlugin::on_pushButtonAbort_clicked |
( |
| ) |
|
|
privateslot |
void mapviz_plugins::MoveBasePlugin::on_pushButtonGoalPose_toggled |
( |
bool |
checked | ) |
|
|
privateslot |
void mapviz_plugins::MoveBasePlugin::on_pushButtonInitialPose_toggled |
( |
bool |
checked | ) |
|
|
privateslot |
void mapviz_plugins::MoveBasePlugin::Paint |
( |
QPainter * |
painter, |
|
|
double |
x, |
|
|
double |
y, |
|
|
double |
scale |
|
) |
| |
|
inlinevirtual |
void mapviz_plugins::MoveBasePlugin::PrintError |
( |
const std::string & |
message | ) |
|
|
overrideprotectedvirtual |
void mapviz_plugins::MoveBasePlugin::PrintInfo |
( |
const std::string & |
message | ) |
|
|
overrideprotectedvirtual |
void mapviz_plugins::MoveBasePlugin::PrintWarning |
( |
const std::string & |
message | ) |
|
|
overrideprotectedvirtual |
void mapviz_plugins::MoveBasePlugin::SaveConfig |
( |
YAML::Emitter & |
emitter, |
|
|
const std::string & |
path |
|
) |
| |
|
virtual |
void mapviz_plugins::MoveBasePlugin::Shutdown |
( |
| ) |
|
|
inlinevirtual |
void mapviz_plugins::MoveBasePlugin::Transform |
( |
| ) |
|
|
inlinevirtual |
float mapviz_plugins::MoveBasePlugin::arrow_angle_ |
|
private |
QPointF mapviz_plugins::MoveBasePlugin::arrow_tail_position_ |
|
private |
QWidget* mapviz_plugins::MoveBasePlugin::config_widget_ |
|
private |
bool mapviz_plugins::MoveBasePlugin::is_mouse_down_ |
|
private |
bool mapviz_plugins::MoveBasePlugin::monitoring_action_state_ |
|
private |
move_base_msgs::MoveBaseAction mapviz_plugins::MoveBasePlugin::move_base_msg_ |
|
private |
Ui::move_base_config mapviz_plugins::MoveBasePlugin::ui_ |
|
private |
The documentation for this class was generated from the following files: