pose_display.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2012, Willow Garage, Inc.
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  *
8  * * Redistributions of source code must retain the above copyright
9  * notice, this list of conditions and the following disclaimer.
10  * * Redistributions in binary form must reproduce the above copyright
11  * notice, this list of conditions and the following disclaimer in the
12  * documentation and/or other materials provided with the distribution.
13  * * Neither the name of the Willow Garage, Inc. nor the names of its
14  * contributors may be used to endorse or promote products derived from
15  * this software without specific prior written permission.
16  *
17  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
18  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
20  * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
21  * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
22  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
23  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
24  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
25  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
26  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
27  * POSSIBILITY OF SUCH DAMAGE.
28  */
29 
30 
31 #ifndef RVIZ_POSE_DISPLAY_H_
32 #define RVIZ_POSE_DISPLAY_H_
33 
34 #include <boost/shared_ptr.hpp>
35 
36 #include <geometry_msgs/PoseStamped.h>
37 
40 
41 namespace rviz
42 {
43 class Arrow;
44 class Axes;
45 class ColorProperty;
46 class EnumProperty;
47 class FloatProperty;
48 class Shape;
49 
52 
54 class PoseDisplay: public MessageFilterDisplay<geometry_msgs::PoseStamped>
55 {
56 Q_OBJECT
57 public:
58  enum Shape
59  {
62  };
63 
64  PoseDisplay();
65  virtual ~PoseDisplay();
66 
67  virtual void onInitialize();
68  virtual void reset();
69 
70 protected:
72  virtual void onEnable();
73 
74 private Q_SLOTS:
75  void updateShapeVisibility();
76  void updateColorAndAlpha();
77  void updateShapeChoice();
78  void updateAxisGeometry();
79  void updateArrowGeometry();
80 
81 private:
82  void clear();
83 
84  virtual void processMessage( const geometry_msgs::PoseStamped::ConstPtr& message );
85 
89  PoseDisplaySelectionHandlerPtr coll_handler_;
90 
92 
95 
100 
103 
105 };
106 
107 } // namespace rviz
108 
109 #endif /* RVIZ_POSE_DISPLAY_H_ */
FloatProperty * shaft_radius_property_
Definition: pose_display.h:98
FloatProperty * axes_length_property_
Definition: pose_display.h:101
boost::shared_ptr< PoseDisplaySelectionHandler > PoseDisplaySelectionHandlerPtr
Definition: pose_display.h:50
virtual void processMessage(const geometry_msgs::PoseStamped::ConstPtr &message)
PoseDisplaySelectionHandlerPtr coll_handler_
Definition: pose_display.h:89
virtual void onEnable()
Overridden from MessageFilterDisplay to get arrow/axes visibility correct.
Property specialized to enforce floating point max/min.
FloatProperty * shaft_length_property_
Definition: pose_display.h:99
Accumulates and displays the pose from a geometry_msgs::PoseStamped message.
Definition: pose_display.h:54
void updateShapeVisibility()
FloatProperty * alpha_property_
Definition: pose_display.h:94
Display subclass using a tf::MessageFilter, templated on the ROS message type.
virtual void reset()
Called to tell the display to clear its state.
FloatProperty * head_length_property_
Definition: pose_display.h:97
rviz::Axes * axes_
Definition: pose_display.h:87
ColorProperty * color_property_
Definition: pose_display.h:93
An object that displays a set of X/Y/Z axes, with X=Red, Y=Green, Z=Blue.
Definition: axes.h:58
EnumProperty * shape_property_
Definition: pose_display.h:91
FloatProperty * axes_radius_property_
Definition: pose_display.h:102
rviz::Arrow * arrow_
Definition: pose_display.h:86
An arrow consisting of a cylinder and a cone.
Definition: arrow.h:59
virtual ~PoseDisplay()
Enum property.
Definition: enum_property.h:47
FloatProperty * head_radius_property_
Definition: pose_display.h:96
virtual void onInitialize()
Override this function to do subclass-specific initialization.


rviz
Author(s): Dave Hershberger, David Gossow, Josh Faust
autogenerated on Wed Aug 28 2019 04:01:51