Go to the documentation of this file.
33 #ifndef TF2_BUFFER_CORE_H
34 #define TF2_BUFFER_CORE_H
42 #include "ros/duration.h"
144 const std::string& source_frame,
const ros::Time& source_time,
145 const std::string& fixed_frame)
const;
210 const std::string& source_frame,
const ros::Time& source_time,
211 const std::string& fixed_frame, std::string* error_msg =
NULL)
const;
267 bool _frameExists(
const std::string& frame_id_str)
const;
307 void _chainAsVector(
const std::string & target_frame,
ros::Time target_time,
const std::string & source_frame,
ros::Time source_time,
const std::string & fixed_frame, std::vector<std::string>& output)
const;
344 struct TransformableRequest
359 struct RemoveRequestByCallback;
360 struct RemoveRequestByID;
381 bool warnFrameId(
const char* function_name_arg,
const std::string& frame_id)
const;
409 const ros::Time& time, std::string* error_msg)
const;
411 const ros::Time& time, std::string* error_msg)
const;
418 friend class TestBufferCore;
429 return buffer.lookupFrameString(frame_id_num);
uint64_t transformable_requests_counter_
int getLatestCommonTime(CompactFrameID target_frame, CompactFrameID source_frame, ros::Time &time, std::string *error_string) const
void setUsingDedicatedThread(bool value)
void testTransformableRequests()
TransformsChangedSignal _transforms_changed_
Signal which is fired whenever new transform data has arrived, from the thread the data arrived in.
bool warnFrameId(const char *function_name_arg, const std::string &frame_id) const
boost::function< void(TransformableRequestHandle request_handle, const std::string &target_frame, const std::string &source_frame, ros::Time time, TransformableResult result)> TransformableCallback
boost::shared_ptr< TimeCacheInterface > TimeCacheInterfacePtr
TimeCacheInterfacePtr allocateFrame(CompactFrameID cfid, bool is_static)
std::vector< TimeCacheInterfacePtr > V_TimeCacheInterface
CompactFrameID _validateFrameId(const char *function_name_arg, const std::string &frame_id) const
TransformableCallbackHandle addTransformableCallback(const TransformableCallback &cb)
std::string allFramesAsStringNoLock() const
virtual ~BufferCore(void)
std::vector< TransformableRequest > V_TransformableRequest
bool setTransform(const geometry_msgs::TransformStamped &transform, const std::string &authority, bool is_static=false)
TimeCacheInterfacePtr getFrame(CompactFrameID c_frame_id) const
boost::signals2::connection _addTransformsChangedListener(boost::function< void(void)> callback)
static const uint32_t MAX_GRAPH_DEPTH
Maximum graph search depth (deeper graphs will be assumed to have loops)
geometry_msgs::TransformStamped lookupTransform(const std::string &target_frame, const ros::Time &target_time, const std::string &source_frame, const ros::Time &source_time, const std::string &fixed_frame) const
boost::mutex transformable_requests_mutex_
std::string allFramesAsYAML() const
uint32_t transformable_callbacks_counter_
void _removeTransformsChangedListener(boost::signals2::connection c)
int walkToTopParent(F &f, ros::Time time, CompactFrameID target_id, CompactFrameID source_id, std::string *error_string) const
int _getLatestCommonTime(CompactFrameID target_frame, CompactFrameID source_frame, ros::Time &time, std::string *error_string) const
boost::unordered_map< TransformableCallbackHandle, TransformableCallback > M_TransformableCallback
CompactFrameID _lookupFrameNumber(const std::string &frameid_str) const
std::string allFramesAsString() const
ros::Duration getCacheLength()
const std::string & _lookupFrameString(BufferCore &buffer, CompactFrameID frame_id_num) const
bool canTransformNoLock(CompactFrameID target_id, CompactFrameID source_id, const ros::Time &time, std::string *error_msg) const
std::vector< std::string > frameIDs_reverse
A map from CompactFrameID frame_id_numbers to string for debugging and output.
void _chainAsVector(const std::string &target_frame, ros::Time target_time, const std::string &source_frame, ros::Time source_time, const std::string &fixed_frame, std::vector< std::string > &output) const
M_TransformableCallback transformable_callbacks_
void _getFrameStrings(std::vector< std::string > &ids) const
uint64_t TransformableRequestHandle
bool isUsingDedicatedThread() const
boost::signals2::signal< void(void)> TransformsChangedSignal
ros::Duration cache_time_
How long to cache transform history.
boost::mutex frame_mutex_
M_StringToCompactFrameID frameIDs_
std::string _allFramesAsDot() const
bool canTransform(const std::string &target_frame, const ros::Time &target_time, const std::string &source_frame, const ros::Time &source_time, const std::string &fixed_frame, std::string *error_msg=NULL) const
bool _frameExists(const std::string &frame_id_str) const
void cancelTransformableRequest(TransformableRequestHandle handle)
boost::unordered_map< std::string, CompactFrameID > M_StringToCompactFrameID
CompactFrameID _lookupOrInsertFrameNumber(const std::string &frameid_str)
const std::string & lookupFrameString(CompactFrameID frame_id_num) const
CompactFrameID validateFrameId(const char *function_name_arg, const std::string &frame_id) const
V_TransformableRequest transformable_requests_
std::map< CompactFrameID, std::string > frame_authority_
A map to lookup the most recent authority for a given frame.
std::pair< ros::Time, CompactFrameID > P_TimeAndFrameID
V_TimeCacheInterface frames_
int _walkToTopParent(BufferCore &buffer, ros::Time time, CompactFrameID target_id, CompactFrameID source_id, std::string *error_string, std::vector< CompactFrameID > *frame_chain) const
void createConnectivityErrorString(CompactFrameID source_frame, CompactFrameID target_frame, std::string *out) const
static const int DEFAULT_CACHE_TIME
The default amount of time to cache data in seconds.
TransformableRequestHandle addTransformableRequest(TransformableCallbackHandle handle, const std::string &target_frame, const std::string &source_frame, ros::Time time)
CompactFrameID lookupOrInsertFrameNumber(const std::string &frameid_str)
BufferCore(ros::Duration cache_time_=ros::Duration(DEFAULT_CACHE_TIME))
bool using_dedicated_thread_
bool canTransformInternal(CompactFrameID target_id, CompactFrameID source_id, const ros::Time &time, std::string *error_msg) const
void removeTransformableCallback(TransformableCallbackHandle handle)
boost::mutex transformable_callbacks_mutex_
CompactFrameID lookupFrameNumber(const std::string &frameid_str) const
bool _getParent(const std::string &frame_id, ros::Time time, std::string &parent) const
uint32_t TransformableCallbackHandle
void callback(const sick_scan_xd::RadarScan::ConstPtr &oa)
sick_scan_xd
Author(s): Michael Lehning
, Jochen Sprickerhof , Martin Günther
autogenerated on Fri Oct 25 2024 02:47:07