visualizer.h
Go to the documentation of this file.
1 /*
2  * Software License Agreement (BSD License)
3  *
4  * Copyright (c) 2014, Andreas ten Pas
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  *
18  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
19  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
20  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
21  * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
22  * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
23  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
24  * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
25  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
26  * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
28  * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29  * POSSIBILITY OF SUCH DAMAGE.
30  */
31 
32 #ifndef VISUALIZER_H
33 #define VISUALIZER_H
34 
35 #include <boost/lexical_cast.hpp>
36 #include "cylindrical_shell.h"
37 #include <geometry_msgs/PoseStamped.h>
38 #include <tf/transform_datatypes.h>
39 #include <visualization_msgs/MarkerArray.h>
40 #include <vector>
41 
43 
44 
50 {
51 public:
56 
62  createCylinders(const std::vector<CylindricalShell> &list, const std::string &frame);
63 
69  createHandleNumbers(const std::vector<std::vector<CylindricalShell> > &handles, const std::string &frame);
70 
80  void
81  createHandles(const std::vector<std::vector<CylindricalShell> > &handles, const std::string &frame,
82  std::vector<MarkerArray> &marker_arrays, MarkerArray &all_handle_markers);
83 
84 private:
86 };
87 
88 #endif
Visualizer(double marker_lifetime)
Constructor. Set the lifetime of markers in RViz.
Definition: visualizer.cpp:4
MarkerArray createCylinders(const std::vector< CylindricalShell > &list, const std::string &frame)
Create a MarkerArray message from a list of cylindrical shells.
Definition: visualizer.cpp:9
visualization_msgs::MarkerArray MarkerArray
Definition: visualizer.h:42
MarkerArray createHandleNumbers(const std::vector< std::vector< CylindricalShell > > &handles, const std::string &frame)
Create a MarkerArray message from a list of cylindrical shells.
Definition: visualizer.cpp:68
void createHandles(const std::vector< std::vector< CylindricalShell > > &handles, const std::string &frame, std::vector< MarkerArray > &marker_arrays, MarkerArray &all_handle_markers)
Create a list of MarkerArray messages and a MarkerArray from a list of handles. The former represents...
Definition: visualizer.cpp:134
double marker_lifetime
Definition: visualizer.h:85
Visualizer creates ROS messages to visualize the results of the localization in RViz. The possible objects that can be visualized are: neighborhoods, cylindrical shells, and handles.
Definition: visualizer.h:49


handle_detector
Author(s):
autogenerated on Mon Jun 10 2019 13:29:00