#include <tf_smart_throttle.h>
Public Member Functions | |
| FramePair (const std::string &source_frame, const std::string &target_frame, double translational_update_distance, double angular_update_distance) | |
Public Attributes | |
| double | angular_update_distance_ |
| tf::Stamped< tf::Pose > | last_sent_pose_ |
| tf::Stamped< tf::Pose > | pose_in_ |
| tf::Stamped< tf::Pose > | pose_out_ |
| std::string | source_frame_ |
| std::string | target_frame_ |
| double | translational_update_distance_ |
Definition at line 48 of file tf_smart_throttle.h.
| tf_smart_throttle::FramePair::FramePair | ( | const std::string & | source_frame, |
| const std::string & | target_frame, | ||
| double | translational_update_distance, | ||
| double | angular_update_distance | ||
| ) | [inline] |
Definition at line 51 of file tf_smart_throttle.h.
Definition at line 69 of file tf_smart_throttle.h.
Definition at line 66 of file tf_smart_throttle.h.
Definition at line 64 of file tf_smart_throttle.h.
Definition at line 65 of file tf_smart_throttle.h.
| std::string tf_smart_throttle::FramePair::source_frame_ |
Definition at line 61 of file tf_smart_throttle.h.
| std::string tf_smart_throttle::FramePair::target_frame_ |
Definition at line 62 of file tf_smart_throttle.h.
Definition at line 68 of file tf_smart_throttle.h.