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