ed
|
#include <sync_plugin.h>
Public Member Functions | |
void | initialize (ed::InitData &init) |
void | process (const ed::PluginInput &data, ed::UpdateRequest &req) |
SyncPlugin () | |
virtual | ~SyncPlugin () |
![]() | |
virtual void | configure (tue::Configuration) |
virtual void | initialize () |
const std::string & | name () const |
virtual void | process (const WorldModel &, UpdateRequest &) |
virtual | ~Plugin () |
Private Attributes | |
uint64_t | rev_number_ |
ros::ServiceClient | sync_client_ |
Additional Inherited Members | |
![]() | |
TFBufferConstPtr | tf_buffer_ |
Definition at line 8 of file sync_plugin.h.
SyncPlugin::SyncPlugin | ( | ) |
Definition at line 13 of file sync_plugin.cpp.
|
virtual |
Definition at line 19 of file sync_plugin.cpp.
|
virtual |
Reimplemented from ed::Plugin.
Definition at line 25 of file sync_plugin.cpp.
|
virtual |
Reimplemented from ed::Plugin.
Definition at line 36 of file sync_plugin.cpp.
|
private |
Definition at line 23 of file sync_plugin.h.
|
private |
Definition at line 25 of file sync_plugin.h.