Classes | |
class | CartStateEstimator |
class | PolygonPointCloudFilter |
Typedefs | |
typedef boost::mutex::scoped_lock | Lock |
typedef tf::Stamped< tf::Pose > | StampedPose |
Functions | |
const string | BASE_FRAME ("base_footprint") |
const string | CART_FRAME ("cart") |
const string | CHECKERBOARD_FRAME ("CRT") |
gm::PolygonStamped | computeFootprint (const double w, const double l) |
template<typename T > | |
T | getParam (const std::string ¶m, const std::string &ns="~") |
template<typename T > | |
T | getPrivateParam (const std::string &name, const T &default_val) |
btTransform | readTransformParameter (const std::string &ns) |
string | toString (const btTransform &tr) |
typedef boost::mutex::scoped_lock cart_state_estimator::Lock |
Definition at line 55 of file cart_state_estimator.h.
typedef tf::Stamped<tf::Pose> cart_state_estimator::StampedPose |
Definition at line 54 of file cart_state_estimator.h.
const string cart_state_estimator::BASE_FRAME | ( | "base_footprint" | ) |
const string cart_state_estimator::CART_FRAME | ( | "cart" | ) |
const string cart_state_estimator::CHECKERBOARD_FRAME | ( | "CRT" | ) |
gm::PolygonStamped cart_state_estimator::computeFootprint | ( | const double | w, | |
const double | l | |||
) |
Definition at line 43 of file cart_state_estimator.cpp.
T cart_state_estimator::getParam | ( | const std::string & | param, | |
const std::string & | ns = "~" | |||
) | [inline] |
T cart_state_estimator::getPrivateParam | ( | const std::string & | name, | |
const T & | default_val | |||
) | [inline] |
btTransform cart_state_estimator::readTransformParameter | ( | const std::string & | ns | ) |
string cart_state_estimator::toString | ( | const btTransform & | tr | ) |
Definition at line 55 of file cart_state_estimator.cpp.