ed
|
#include <custom_properties_plugin.h>
Public Member Functions | |
CustomProperties () | |
void | initialize (ed::InitData &init) |
void | process (const ed::WorldModel &world, ed::UpdateRequest &req) |
virtual | ~CustomProperties () |
![]() | |
virtual void | configure (tue::Configuration) |
virtual void | initialize () |
const std::string & | name () const |
virtual void | process (const PluginInput &, UpdateRequest &) |
virtual | ~Plugin () |
Private Attributes | |
ed::PropertyKey< int > | k_counter_ |
ed::PropertyKey< geo::Pose3D > | k_pose_ |
Additional Inherited Members | |
![]() | |
TFBufferConstPtr | tf_buffer_ |
Definition at line 8 of file custom_properties_plugin.h.
CustomProperties::CustomProperties | ( | ) |
Definition at line 13 of file custom_properties_plugin.cpp.
|
virtual |
Definition at line 19 of file custom_properties_plugin.cpp.
|
virtual |
Reimplemented from ed::Plugin.
Definition at line 25 of file custom_properties_plugin.cpp.
|
virtual |
Reimplemented from ed::Plugin.
Definition at line 37 of file custom_properties_plugin.cpp.
|
private |
Definition at line 31 of file custom_properties_plugin.h.
|
private |
Definition at line 28 of file custom_properties_plugin.h.