#include <SSXStateEstimator.hpp>
Public Member Functions | |
virtual void | destroy () |
virtual std::string | getName () const |
virtual void | initialize () |
void | ssxCallback (const telekyb_msgs::TKState::ConstPtr &msg) |
virtual void | willBecomeActive () |
virtual void | willBecomeInActive () |
Protected Attributes | |
ros::NodeHandle | nodeHandle |
SSXStateEstimatorOptions | options |
ros::Subscriber | ssxSubscriber |
Definition at line 35 of file SSXStateEstimator.hpp.
void telekyb_state::SSXStateEstimator::destroy | ( | ) | [virtual] |
Implements TELEKYB_NAMESPACE::StateEstimator.
Definition at line 40 of file SSXStateEstimator.cpp.
std::string telekyb_state::SSXStateEstimator::getName | ( | ) | const [virtual] |
Implements TELEKYB_NAMESPACE::StateEstimator.
Definition at line 45 of file SSXStateEstimator.cpp.
void telekyb_state::SSXStateEstimator::initialize | ( | ) | [virtual] |
Implements TELEKYB_NAMESPACE::StateEstimator.
Definition at line 26 of file SSXStateEstimator.cpp.
void telekyb_state::SSXStateEstimator::ssxCallback | ( | const telekyb_msgs::TKState::ConstPtr & | msg | ) |
Definition at line 51 of file SSXStateEstimator.cpp.
void telekyb_state::SSXStateEstimator::willBecomeActive | ( | ) | [virtual] |
Implements TELEKYB_NAMESPACE::StateEstimator.
Definition at line 30 of file SSXStateEstimator.cpp.
void telekyb_state::SSXStateEstimator::willBecomeInActive | ( | ) | [virtual] |
Implements TELEKYB_NAMESPACE::StateEstimator.
Definition at line 35 of file SSXStateEstimator.cpp.
Definition at line 41 of file SSXStateEstimator.hpp.
Definition at line 38 of file SSXStateEstimator.hpp.
Definition at line 42 of file SSXStateEstimator.hpp.