buffer.h
Go to the documentation of this file.
1 #include "sick_scan/sick_scan_base.h" /* Base definitions included in all header files, added by add_sick_scan_base_header.py. Do not edit this line. */
2 /*
3  * Copyright (c) 2008, Willow Garage, Inc.
4  * All rights reserved.
5  *
6  * Redistribution and use in source and binary forms, with or without
7  * modification, are permitted provided that the following conditions are met:
8  *
9  * * Redistributions of source code must retain the above copyright
10  * notice, this list of conditions and the following disclaimer.
11  * * Redistributions in binary form must reproduce the above copyright
12  * notice, this list of conditions and the following disclaimer in the
13  * documentation and/or other materials provided with the distribution.
14  * * Neither the name of the Willow Garage, Inc. nor the names of its
15  * contributors may be used to endorse or promote products derived from
16  * this software without specific prior written permission.
17  *
18  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
19  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21  * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
22  * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
23  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
24  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
25  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
26  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28  * POSSIBILITY OF SUCH DAMAGE.
29  */
30 
33 #ifndef TF2_ROS_BUFFER_H
34 #define TF2_ROS_BUFFER_H
35 
36 #include <tf2_ros/buffer_interface.h>
37 #include <tf2/buffer_core.h>
38 #include <tf2_msgs/FrameGraph.h>
39 #include <ros/ros.h>
40 #include <tf2/convert.h>
41 
42 
43 namespace tf2_ros
44 {
45 
52  class Buffer: public BufferInterface, public tf2::BufferCore
53  {
54  public:
57 
64  Buffer(ros::Duration cache_time = ros::Duration(BufferCore::DEFAULT_CACHE_TIME), bool debug = false);
65 
77  lookupTransform(const std::string& target_frame, const std::string& source_frame,
78  const ros::Time& time, const ros::Duration timeout) const;
79 
93  lookupTransform(const std::string& target_frame, const ros::Time& target_time,
94  const std::string& source_frame, const ros::Time& source_time,
95  const std::string& fixed_frame, const ros::Duration timeout) const;
96 
97 
106  virtual bool
107  canTransform(const std::string& target_frame, const std::string& source_frame,
108  const ros::Time& target_time, const ros::Duration timeout, std::string* errstr = NULL) const;
109 
120  virtual bool
121  canTransform(const std::string& target_frame, const ros::Time& target_time,
122  const std::string& source_frame, const ros::Time& source_time,
123  const std::string& fixed_frame, const ros::Duration timeout, std::string* errstr = NULL) const;
124 
125 
126 
127 
128  private:
129  bool getFrames(tf2_msgs::FrameGraph::Request& req, tf2_msgs::FrameGraph::Response& res) ;
130 
131 
132  // conditionally error if dedicated_thread unset.
133  bool checkAndErrorDedicatedThreadPresent(std::string* errstr) const;
134 
136 
137 
138  }; // class
139 
140 static const std::string threading_error = "Do not call canTransform or lookupTransform with a timeout unless you are using another thread for populating data. Without a dedicated thread it will always timeout. If you have a seperate thread servicing tf messages, call setUsingDedicatedThread(true) on your Buffer instance.";
141 
142 
143 } // namespace
144 
145 #endif // TF2_ROS_BUFFER_H
NULL
#define NULL
tf2::BufferCore::lookupTransform
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
tf2_ros::Buffer::frames_server_
ros::ServiceServer frames_server_
Definition: buffer.h:135
ros::ServiceServer
tf2_ros::Buffer::canTransform
virtual 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, const ros::Duration timeout, std::string *errstr=NULL) const
tf2_ros
tf2_ros::threading_error
static const std::string threading_error
tf2_ros::Buffer::Buffer
Buffer(ros::Duration cache_time=ros::Duration(BufferCore::DEFAULT_CACHE_TIME), bool debug=false)
tf2::BufferCore::canTransform
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
tf2_ros::Buffer::getFrames
bool getFrames(tf2_msgs::FrameGraph::Request &req, tf2_msgs::FrameGraph::Response &res)
ros::Time
tf2::BufferCore
A Class which provides coordinate transforms between any two frames in a system.
Definition: buffer_core.h:89
sick_scan_base.h
sick_generic_device_finder.timeout
timeout
Definition: sick_generic_device_finder.py:113
target_frame
std::string target_frame
tf2_ros::Buffer::checkAndErrorDedicatedThreadPresent
bool checkAndErrorDedicatedThreadPresent(std::string *errstr) const
ros::Duration
geometry_msgs::TransformStamped_
Definition: TransformStamped.h:25
tf2_ros::Buffer::lookupTransform
virtual 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 ros::Duration timeout) const


sick_scan_xd
Author(s): Michael Lehning , Jochen Sprickerhof , Martin Günther
autogenerated on Fri Oct 25 2024 02:47:07