src
ros1
ros1/FindObjectROS.h
Go to the documentation of this file.
1
/*
2
Copyright (c) 2011-2014, Mathieu Labbe - IntRoLab - Universite de Sherbrooke
3
All rights reserved.
4
5
Redistribution and use in source and binary forms, with or without
6
modification, are permitted provided that the following conditions are met:
7
* Redistributions of source code must retain the above copyright
8
notice, this list of conditions and the following disclaimer.
9
* Redistributions in binary form must reproduce the above copyright
10
notice, this list of conditions and the following disclaimer in the
11
documentation and/or other materials provided with the distribution.
12
* Neither the name of the Universite de Sherbrooke nor the
13
names of its contributors may be used to endorse or promote products
14
derived from this software without specific prior written permission.
15
16
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
17
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
18
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
19
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY
20
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
21
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
22
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
23
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
25
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
*/
27
28
#ifndef FINDOBJECTROS_H_
29
#define FINDOBJECTROS_H_
30
31
#include <
ros/ros.h
>
32
#include <
cv_bridge/cv_bridge.h
>
33
#include <
tf/transform_broadcaster.h
>
34
#include "
find_object/FindObject.h
"
35
36
#include <QtCore/QObject>
37
#include <QtCore/QMultiMap>
38
#include <QtCore/QPair>
39
#include <QtCore/QRect>
40
#include <QtGui/QTransform>
41
42
class
FindObjectROS
:
public
find_object::FindObject
43
{
44
Q_OBJECT;
45
46
public
:
47
FindObjectROS
(QObject * parent = 0);
48
virtual
~FindObjectROS
() {}
49
50
public
Q_SLOTS:
51
void
publish
(
const
find_object::DetectionInfo
& info,
const
find_object::Header
& header,
const
cv::Mat & depth,
float
depthConstant);
52
53
private
:
54
cv::Vec3f
getDepth
(
const
cv::Mat & depthImage,
55
int
x,
int
y,
56
float
cx,
float
cy,
57
float
fx,
float
fy);
58
59
60
private
:
61
ros::Publisher
pub_
;
62
ros::Publisher
pubStamped_
;
63
ros::Publisher
pubInfo_
;
64
65
std::string
objFramePrefix_
;
66
bool
usePnP_
;
67
tf::TransformBroadcaster
tfBroadcaster_
;
68
69
};
70
71
#endif
/* FINDOBJECTROS_H_ */
ros::Publisher
find_object::DetectionInfo
Definition:
DetectionInfo.h:39
find_object::FindObject
Definition:
FindObject.h:53
ros.h
FindObject.h
FindObjectROS::tfBroadcaster_
tf::TransformBroadcaster tfBroadcaster_
Definition:
ros1/FindObjectROS.h:67
transform_broadcaster.h
find_object::Header
Definition:
Header.h:36
tf::TransformBroadcaster
FindObjectROS::getDepth
cv::Vec3f getDepth(const cv::Mat &depthImage, int x, int y, float cx, float cy, float fx, float fy)
Definition:
ros1/FindObjectROS.cpp:293
FindObjectROS::pubInfo_
ros::Publisher pubInfo_
Definition:
ros1/FindObjectROS.h:63
FindObjectROS
Definition:
ros1/FindObjectROS.h:42
FindObjectROS::~FindObjectROS
virtual ~FindObjectROS()
Definition:
ros1/FindObjectROS.h:48
FindObjectROS::FindObjectROS
FindObjectROS(QObject *parent=0)
Definition:
ros1/FindObjectROS.cpp:37
FindObjectROS::pubStamped_
ros::Publisher pubStamped_
Definition:
ros1/FindObjectROS.h:62
cv_bridge.h
FindObjectROS::objFramePrefix_
std::string objFramePrefix_
Definition:
ros1/FindObjectROS.h:65
FindObjectROS::pub_
ros::Publisher pub_
Definition:
ros1/FindObjectROS.h:61
FindObjectROS::usePnP_
bool usePnP_
Definition:
ros1/FindObjectROS.h:66
FindObjectROS::publish
void publish(const find_object::DetectionInfo &info, const find_object::Header &header, const cv::Mat &depth, float depthConstant)
Definition:
ros1/FindObjectROS.cpp:57
find_object_2d
Author(s): Mathieu Labbe
autogenerated on Mon Dec 12 2022 03:43:35