|
ed_moveit
|
#include <moveit_plugin.h>

Public Member Functions | |
| void | configure (tue::Configuration config) |
| void | initialize () |
| MoveitPlugin () | |
| void | process (const ed::WorldModel &world, ed::UpdateRequest &req) |
| virtual | ~MoveitPlugin () |
Public Member Functions inherited from ed::Plugin | |
| virtual void | initialize (InitData &) |
| const std::string & | name () const |
| virtual void | process (const PluginInput &, UpdateRequest &) |
| virtual | ~Plugin () |
Private Member Functions | |
| bool | srvPublishMoveitScene (std_srvs::Trigger::Request &req, std_srvs::Trigger::Response &res) |
Private Attributes | |
| ros::CallbackQueue | cb_queue_ |
| ros::Publisher | moveit_scene_publisher_ |
| ros::ServiceServer | srv_publish_moveit_scene_ |
| ed::UpdateRequest * | update_req_ |
| const ed::WorldModel * | world_model_ |
Additional Inherited Members | |
Protected Attributes inherited from ed::Plugin | |
| TFBufferConstPtr | tf_buffer_ |
Definition at line 20 of file moveit_plugin.h.
| MoveitPlugin::MoveitPlugin | ( | ) |
Definition at line 19 of file moveit_plugin.cpp.
|
virtual |
Definition at line 25 of file moveit_plugin.cpp.
|
virtual |
Reimplemented from ed::Plugin.
Definition at line 31 of file moveit_plugin.cpp.
|
virtual |
Reimplemented from ed::Plugin.
Definition at line 37 of file moveit_plugin.cpp.
|
virtual |
Reimplemented from ed::Plugin.
Definition at line 51 of file moveit_plugin.cpp.
|
private |
Definition at line 60 of file moveit_plugin.cpp.
|
private |
Definition at line 43 of file moveit_plugin.h.
|
private |
Definition at line 48 of file moveit_plugin.h.
|
private |
Definition at line 46 of file moveit_plugin.h.
|
private |
Definition at line 39 of file moveit_plugin.h.
|
private |
Definition at line 37 of file moveit_plugin.h.
1.8.17