|
ed
|
#include <builder_plugin.h>

Public Member Functions | |
| BuilderPlugin () | |
| void | configure (tue::Configuration config) |
| void | initialize () |
| void | process (const ed::WorldModel &world, ed::UpdateRequest &req) |
| virtual | ~BuilderPlugin () |
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 | srvSetEntity (ed_msgs::SetEntity::Request &req, ed_msgs::SetEntity::Response &res) |
Private Attributes | |
| ros::CallbackQueue | cb_queue_ |
| ros::ServiceServer | srv_set_entity_ |
| ed::UpdateRequest * | update_req_ |
| const ed::WorldModel * | world_model_ |
Additional Inherited Members | |
Protected Attributes inherited from ed::Plugin | |
| TFBufferConstPtr | tf_buffer_ |
Definition at line 19 of file builder_plugin.h.
| BuilderPlugin::BuilderPlugin | ( | ) |
Definition at line 15 of file builder_plugin.cpp.
|
virtual |
Definition at line 21 of file builder_plugin.cpp.
|
virtual |
Reimplemented from ed::Plugin.
Definition at line 27 of file builder_plugin.cpp.
|
virtual |
Reimplemented from ed::Plugin.
Definition at line 34 of file builder_plugin.cpp.
|
virtual |
Reimplemented from ed::Plugin.
Definition at line 45 of file builder_plugin.cpp.
|
private |
Definition at line 54 of file builder_plugin.cpp.
|
private |
Definition at line 42 of file builder_plugin.h.
|
private |
Definition at line 44 of file builder_plugin.h.
|
private |
Definition at line 38 of file builder_plugin.h.
|
private |
Definition at line 36 of file builder_plugin.h.
1.8.17