tf2_ros
master
This package contains the ROS bindings for the tf2 library, for both Python and C++.
|
This is the complete list of members for tf2_ros::BufferClient, including all inherited members.
BufferClient(NodePtr node, const std::string ns, const double &check_frequency=10.0, const tf2::Duration &timeout_padding=tf2::durationFromSec(2.0)) | tf2_ros::BufferClient | inline |
canTransform(const std::string &target_frame, const std::string &source_frame, const tf2::TimePoint &time, const tf2::Duration timeout=tf2::durationFromSec(0.0), std::string *errstr=nullptr) const override | tf2_ros::BufferClient | virtual |
canTransform(const std::string &target_frame, const tf2::TimePoint &target_time, const std::string &source_frame, const tf2::TimePoint &source_time, const std::string &fixed_frame, const tf2::Duration timeout=tf2::durationFromSec(0.0), std::string *errstr=nullptr) const override | tf2_ros::BufferClient | virtual |
lookupTransform(const std::string &target_frame, const std::string &source_frame, const tf2::TimePoint &time, const tf2::Duration timeout=tf2::durationFromSec(0.0)) const override | tf2_ros::BufferClient | virtual |
lookupTransform(const std::string &target_frame, const tf2::TimePoint &target_time, const std::string &source_frame, const tf2::TimePoint &source_time, const std::string &fixed_frame, const tf2::Duration timeout=tf2::durationFromSec(0.0)) const override | tf2_ros::BufferClient | virtual |
LookupTransformAction typedef | tf2_ros::BufferClient | |
transform(const T &in, T &out, const std::string &target_frame, tf2::Duration timeout=tf2::durationFromSec(0.0)) const | tf2_ros::BufferInterface | inline |
transform(const T &in, const std::string &target_frame, tf2::Duration timeout=tf2::durationFromSec(0.0)) const | tf2_ros::BufferInterface | inline |
transform(const A &in, B &out, const std::string &target_frame, tf2::Duration timeout=tf2::durationFromSec(0.0)) const | tf2_ros::BufferInterface | inline |
transform(const T &in, T &out, const std::string &target_frame, const tf2::TimePoint &target_time, const std::string &fixed_frame, tf2::Duration timeout=tf2::durationFromSec(0.0)) const | tf2_ros::BufferInterface | inline |
transform(const T &in, const std::string &target_frame, const tf2::TimePoint &target_time, const std::string &fixed_frame, tf2::Duration timeout=tf2::durationFromSec(0.0)) const | tf2_ros::BufferInterface | inline |
transform(const A &in, B &out, const std::string &target_frame, const tf2::TimePoint &target_time, const std::string &fixed_frame, tf2::Duration timeout=tf2::durationFromSec(0.0)) const | tf2_ros::BufferInterface | inline |
waitForServer(const tf2::Duration &timeout=tf2::durationFromSec(0)) | tf2_ros::BufferClient | inline |
~BufferClient()=default | tf2_ros::BufferClient | virtual |
~BufferInterface() | tf2_ros::BufferInterface | inlinevirtual |