Public Member Functions | |
virtual void | onInit () |
std::string | unresolvedName (const std::string &name) const |
VelocitySmootherNodelet () | |
~VelocitySmootherNodelet () | |
Private Attributes | |
boost::shared_ptr < VelocitySmoother > | vel_smoother_ |
ecl::Thread | worker_thread_ |
Definition at line 265 of file velocity_smoother_nodelet.cpp.
Definition at line 268 of file velocity_smoother_nodelet.cpp.
Definition at line 269 of file velocity_smoother_nodelet.cpp.
virtual void yocs_velocity_smoother::VelocitySmootherNodelet::onInit | ( | ) | [inline, virtual] |
Implements nodelet::Nodelet.
Definition at line 282 of file velocity_smoother_nodelet.cpp.
std::string yocs_velocity_smoother::VelocitySmootherNodelet::unresolvedName | ( | const std::string & | name | ) | const [inline] |
Definition at line 276 of file velocity_smoother_nodelet.cpp.
boost::shared_ptr<VelocitySmoother> yocs_velocity_smoother::VelocitySmootherNodelet::vel_smoother_ [private] |
Definition at line 301 of file velocity_smoother_nodelet.cpp.
ecl::Thread yocs_velocity_smoother::VelocitySmootherNodelet::worker_thread_ [private] |
Definition at line 302 of file velocity_smoother_nodelet.cpp.