protobuf2ros_conversions.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2017 Roboception GmbH
3  * All rights reserved
4  *
5  * Author: Christian Emmerich
6  *
7  * Redistribution and use in source and binary forms, with or without
8  * modification, are permitted provided that the following conditions are met:
9  *
10  * 1. Redistributions of source code must retain the above copyright notice,
11  * this list of conditions and the following disclaimer.
12  *
13  * 2. Redistributions in binary form must reproduce the above copyright notice,
14  * this list of conditions and the following disclaimer in the documentation
15  * and/or other materials provided with the distribution.
16  *
17  * 3. Neither the name of the copyright holder nor the names of its contributors
18  * may be used to endorse or promote products derived from this software without
19  * specific prior written permission.
20  *
21  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
22  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24  * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
25  * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
26  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
27  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
29  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
30  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
31  * POSSIBILITY OF SUCH DAMAGE.
32  */
33 
34 #ifndef RC_VISARD_DRIVER_PROTOBUF2ROS_CONVERSIONS_H
35 #define RC_VISARD_DRIVER_PROTOBUF2ROS_CONVERSIONS_H
36 
37 #include <roboception/msgs/imu.pb.h>
38 #include <roboception/msgs/frame.pb.h>
39 
40 #include <geometry_msgs/PoseStamped.h>
41 #include <geometry_msgs/PoseWithCovarianceStamped.h>
42 #include <sensor_msgs/Imu.h>
43 #include <tf/transform_datatypes.h>
44 
45 namespace rc
46 {
47 ros::Time toRosTime(const roboception::msgs::Time& time);
48 
49 sensor_msgs::ImuPtr toRosImu(const roboception::msgs::Imu& imu);
50 
51 geometry_msgs::PosePtr toRosPose(const roboception::msgs::Pose& pose);
52 
53 geometry_msgs::PoseStampedPtr toRosPoseStamped(const roboception::msgs::Frame& frame);
54 
55 geometry_msgs::PoseStampedPtr toRosPoseStamped(const roboception::msgs::Pose& pose, const roboception::msgs::Time& time,
56  const std::string& frame_id);
57 
58 geometry_msgs::PoseWithCovarianceStampedPtr toRosPoseWithCovarianceStamped(const roboception::msgs::Frame& frame);
59 
60 tf::Transform toRosTfTransform(const roboception::msgs::Pose& pose);
61 
62 tf::StampedTransform toRosTfStampedTransform(const roboception::msgs::Frame& frame);
63 }
64 
65 #endif // RC_VISARD_DRIVER_PROTOBUF2ROS_CONVERSIONS_H
geometry_msgs::PoseStampedPtr toRosPoseStamped(const roboception::msgs::Frame &frame)
tf::Transform toRosTfTransform(const roboception::msgs::Pose &pose)
sensor_msgs::ImuPtr toRosImu(const roboception::msgs::Imu &imu)
geometry_msgs::PosePtr toRosPose(const roboception::msgs::Pose &pose)
ros::Time toRosTime(const roboception::msgs::Time &time)
geometry_msgs::PoseWithCovarianceStampedPtr toRosPoseWithCovarianceStamped(const roboception::msgs::Frame &frame)
tf::StampedTransform toRosTfStampedTransform(const roboception::msgs::Frame &frame)


rc_visard_driver
Author(s): Heiko Hirschmueller , Christian Emmerich , Felix Ruess
autogenerated on Sat Feb 13 2021 03:42:55