octree_stamped_pa_ros.cpp
Go to the documentation of this file.
1 /******************************************************************************
2 * *
3 * octree_stamped_pa_ros.cpp *
4 * ========================= *
5 * *
6 *******************************************************************************
7 * *
8 * Repository: *
9 * https://github.com/TUC-ProAut/ros_octomap *
10 * *
11 * Chair of Automation Technology, Technische Universität Chemnitz *
12 * https://www.tu-chemnitz.de/etit/proaut *
13 * *
14 * Author: *
15 * Peter Weissig *
16 * *
17 *******************************************************************************
18 * *
19 * New BSD License *
20 * *
21 * Copyright (c) 2015-2021 TU Chemnitz *
22 * All rights reserved. *
23 * *
24 * Redistribution and use in source and binary forms, with or without *
25 * modification, are permitted provided that the following conditions are met: *
26 * * Redistributions of source code must retain the above copyright notice, *
27 * this list of conditions and the following disclaimer. *
28 * * Redistributions in binary form must reproduce the above copyright *
29 * notice, this list of conditions and the following disclaimer in the *
30 * documentation and/or other materials provided with the distribution. *
31 * * Neither the name of the copyright holder nor the names of its *
32 * contributors may be used to endorse or promote products derived from *
33 * this software without specific prior written permission. *
34 * *
35 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
36 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
37 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR *
38 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR *
39 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
40 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
41 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; *
42 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, *
43 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR *
44 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF *
45 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
46 * *
47 ******************************************************************************/
48 
49 // local headers
51 
52 // standard headers
53 #include <string>
54 #include <sstream>
55 #include <vector>
56 
57 //**************************[cOctreeStampedPaRos]******************************
58 cOctreeStampedPaRos::cOctreeStampedPaRos(const double resolution) :
59  TreeTypeBase(resolution) {
60 
61 }
62 
63 //**************************[~cOctreeStampedPaRos]*****************************
65 }
66 
67 //**************************[degradeOutdatedNodes]*****************************
69 
72 }
73 
74 //**************************[getLastInsertionTime]*****************************
76 
77  return timeToRos(getTimestamp());
78 }
79 
80 //**************************[setLastInsertionTime]*****************************
82 
84 }
85 
86 //**************************[timeToRos]****************************************
88 
89  return ros::Time(time.seconds, time.nanoseconds);
90 }
91 
92 //**************************[timeFromRos]**************************************
94 
95  return cTimePa(time.sec, time.nsec);
96 }
97 
98 //**************************[checkDegrading]***********************************
100 
102  return;
103  }
104 
105  // check if interval is reached
109 
111  }
112 }
cOcTreeStampedBasePa< octomap::OccupancyOcTreeBase, octomap::OcTreeNode >::setTimestamp
void setTimestamp(const cTimePa timestamp)
cOctreeStampedPaRosParameter::auto_degrading_intervall_
double auto_degrading_intervall_
intervall for automatic degrading (2.0s)
Definition: octree_stamped_pa_ros_parameter.h:116
cOctreeStampedPaRos::checkDegrading
void checkDegrading(void)
helper function for automatic degrading
Definition: octree_stamped_pa_ros.cpp:99
cOctreeStampedPaRos::cOctreeStampedPaRos
cOctreeStampedPaRos(const double resolution)
default constructor
Definition: octree_stamped_pa_ros.cpp:58
cOctreeStampedPaRosParameter::auto_degrading_
bool auto_degrading_
turns on automatic degrading (true)
Definition: octree_stamped_pa_ros_parameter.h:113
cTimePa::nanoseconds
int32_t nanoseconds
Definition: time_pa.h:121
octree_stamped_pa_ros.h
cOctreeStampedPaRos::getLastInsertionTime
ros::Time getLastInsertionTime(void) const
function for returning the time the octomap was last updated
Definition: octree_stamped_pa_ros.cpp:75
cOcTreeStampedBasePa::degradeOutdatedNodes
void degradeOutdatedNodes(const cTimePa timediff)
TimeBase< Time, Duration >::sec
uint32_t sec
TimeBase< Time, Duration >::nsec
uint32_t nsec
cOctreeStampedPaRosParameter::degrading_time_
double degrading_time_
duration how long the outdated nodes will be kept (60s)
Definition: octree_stamped_pa_ros_parameter.h:110
cTimePa::seconds
int32_t seconds
Definition: time_pa.h:120
cOctreeStampedPaRos::degradeOutdatedNodes
void degradeOutdatedNodes(void)
degrading outdated nodes
Definition: octree_stamped_pa_ros.cpp:68
cOctreeStampedPaRos::setLastInsertionTime
void setLastInsertionTime(const ros::Time &time)
function for setting the time the octomap was last updated
Definition: octree_stamped_pa_ros.cpp:81
ros::Time
cOctreeStampedPaRos::timeToRos
ros::Time timeToRos(const cTimePa &time) const
function for converting from cTimePa to ros::Time
Definition: octree_stamped_pa_ros.cpp:87
cOctreeStampedPaRos::timeFromRos
cTimePa timeFromRos(const ros::Time &time) const
function for converting from ros::Time to cTimePa
Definition: octree_stamped_pa_ros.cpp:93
cOctreeBasePaRos< cOcTreeStampedPa >::getOutputTime
ros::Time getOutputTime(void) const
function for returning the time of output messages
cOcTreeStampedBasePa
Definition: octree_stamped_base_pa.h:60
cOctreeStampedPaRos::last_degrading_time_
ros::Time last_degrading_time_
Definition: octree_stamped_pa_ros.h:135
cOctreeStampedPaRos::rosparams_
cOctreeStampedPaRosParameter rosparams_
parameters
Definition: octree_stamped_pa_ros.h:132
ros::Duration
cOcTreeStampedBasePa< octomap::OccupancyOcTreeBase, octomap::OcTreeNode >::getTimestamp
const cTimePa & getTimestamp(void) const
cOctreeStampedPaRos::~cOctreeStampedPaRos
virtual ~cOctreeStampedPaRos()
default destructor
Definition: octree_stamped_pa_ros.cpp:64
cTimePa
Definition: time_pa.h:57


octomap_pa
Author(s):
autogenerated on Wed Mar 2 2022 00:46:31