Main Page
Namespaces
Namespace List
Namespace Members
All
b
c
d
e
g
i
l
m
o
p
r
s
t
w
x
y
z
Variables
Typedefs
Enumerations
Enumerator
b
c
d
g
l
m
o
p
r
s
t
w
x
y
z
Classes
Class List
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
i
j
k
l
m
n
o
p
r
s
t
v
w
x
y
z
~
Functions
a
c
d
e
f
g
i
k
l
m
o
p
r
s
t
w
~
Variables
a
b
c
d
e
f
g
i
j
l
m
n
p
r
s
t
v
x
y
z
Files
File List
File Members
All
Functions
Variables
Macros
src
rviz_visual_tools_gui.h
Go to the documentation of this file.
1
/*********************************************************************
2
* Software License Agreement (BSD License)
3
*
4
* Copyright (c) 2017, PickNik Consulting
5
* All rights reserved.
6
*
7
* Redistribution and use in source and binary forms, with or without
8
* modification, are permitted provided that the following conditions
9
* are met:
10
*
11
* * Redistributions of source code must retain the above copyright
12
* notice, this list of conditions and the following disclaimer.
13
* * Redistributions in binary form must reproduce the above
14
* copyright notice, this list of conditions and the following
15
* disclaimer in the documentation and/or other materials provided
16
* with the distribution.
17
* * Neither the name of PickNik Consulting nor the names of its
18
* contributors may be used to endorse or promote products derived
19
* from this software without specific prior written permission.
20
*
21
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
22
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
23
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
24
* FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
25
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
26
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
27
* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
28
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
29
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
31
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
32
* POSSIBILITY OF SUCH DAMAGE.
33
*********************************************************************/
34
35
/* Author: Dave Coleman
36
Desc: Rviz display panel for controlling and debugging ROS applications
37
*/
38
39
// TODO(dave): convert to flow layout:
40
// http://doc.qt.io/qt-5/qtwidgets-layouts-flowlayout-example.html
41
42
#pragma once
43
44
#ifndef Q_MOC_RUN
45
#include <
ros/ros.h
>
46
47
#include <
rviz/panel.h
>
48
#endif
49
50
#include <QPushButton>
51
#include <QComboBox>
52
53
#include <
rviz_visual_tools/remote_reciever.h
>
54
55
class
QLineEdit;
56
class
QSpinBox;
57
58
namespace
rviz_visual_tools
59
{
60
class
RvizVisualToolsGui
:
public
rviz::Panel
61
{
62
Q_OBJECT
63
public
:
64
explicit
RvizVisualToolsGui
(QWidget* parent =
nullptr
);
65
66
void
load
(
const
rviz::Config
&
config
)
override
;
67
void
save
(
rviz::Config
config
)
const override
;
68
69
public
Q_SLOTS:
70
71
protected
Q_SLOTS:
72
73
void
moveNext
();
74
75
void
moveAuto
();
76
77
void
moveFullAuto
();
78
79
void
moveStop
();
80
81
protected
:
82
QPushButton*
btn_next_
;
83
QPushButton*
btn_auto_
;
84
QPushButton*
btn_full_auto_
;
85
QPushButton*
btn_stop_
;
86
87
RemoteReciever
remote_reciever_
;
88
};
89
90
}
// end namespace rviz_visual_tools
panel.h
rviz_visual_tools::RvizVisualToolsGui::moveNext
void moveNext()
Definition:
rviz_visual_tools_gui.cpp:125
rviz_visual_tools::RvizVisualToolsGui::moveAuto
void moveAuto()
Definition:
rviz_visual_tools_gui.cpp:130
rviz::Panel
remote_reciever.h
ros.h
rviz_visual_tools::RvizVisualToolsGui
Definition:
rviz_visual_tools_gui.h:60
rviz_visual_tools::RvizVisualToolsGui::moveStop
void moveStop()
Definition:
rviz_visual_tools_gui.cpp:140
rviz_visual_tools::RvizVisualToolsGui::btn_stop_
QPushButton * btn_stop_
Definition:
rviz_visual_tools_gui.h:85
rviz_visual_tools
Definition:
imarker_simple.h:55
rviz_visual_tools::RvizVisualToolsGui::remote_reciever_
RemoteReciever remote_reciever_
Definition:
rviz_visual_tools_gui.h:87
rviz_visual_tools::RemoteReciever
Definition:
remote_reciever.h:78
rviz_visual_tools::RvizVisualToolsGui::save
void save(rviz::Config config) const override
Definition:
rviz_visual_tools_gui.cpp:145
rviz_visual_tools::RvizVisualToolsGui::moveFullAuto
void moveFullAuto()
Definition:
rviz_visual_tools_gui.cpp:135
rviz_visual_tools::RvizVisualToolsGui::btn_next_
QPushButton * btn_next_
Definition:
rviz_visual_tools_gui.h:82
rviz_visual_tools::RvizVisualToolsGui::load
void load(const rviz::Config &config) override
Definition:
rviz_visual_tools_gui.cpp:150
rviz_visual_tools::RvizVisualToolsGui::RvizVisualToolsGui
RvizVisualToolsGui(QWidget *parent=nullptr)
Definition:
rviz_visual_tools_gui.cpp:86
rviz_visual_tools::RvizVisualToolsGui::btn_auto_
QPushButton * btn_auto_
Definition:
rviz_visual_tools_gui.h:83
rviz_visual_tools::RvizVisualToolsGui::btn_full_auto_
QPushButton * btn_full_auto_
Definition:
rviz_visual_tools_gui.h:84
config
config
rviz::Config
rviz_visual_tools
Author(s): Dave Coleman
autogenerated on Wed Mar 2 2022 01:03:26