src
gpp_update_map
gpp_update_map.hpp
Go to the documentation of this file.
1
/*
2
* MIT License
3
*
4
* Copyright (c) 2021 Dima Dorezyuk
5
*
6
* Permission is hereby granted, free of charge, to any person obtaining a copy
7
* of this software and associated documentation files (the "Software"), to deal
8
* in the Software without restriction, including without limitation the rights
9
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
* copies of the Software, and to permit persons to whom the Software is
11
* furnished to do so, subject to the following conditions:
12
*
13
* The above copyright notice and this permission notice shall be included in
14
* all copies or substantial portions of the Software.
15
*
16
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22
* SOFTWARE.
23
*/
24
25
#pragma once
26
27
#include <
gpp_interface/pre_planning_interface.hpp
>
28
29
namespace
gpp_update_map
{
30
31
// short-cut
32
using
gpp_interface::PrePlanningInterface
;
33
43
struct
GppUpdateMap
:
public
PrePlanningInterface
{
44
bool
45
preProcess
(
Pose
& _start,
Pose
& _goal)
override
;
46
47
void
48
initialize
(
const
std::string& _name,
Map
* _map)
override
;
49
50
private
:
51
Map
*
map_
=
nullptr
;
52
};
53
54
}
// namespace gpp_update_map
gpp_update_map::GppUpdateMap
Class will call updateMap on the passed map.
Definition:
gpp_update_map.hpp:43
gpp_interface::PrePlanningInterface::Pose
geometry_msgs::PoseStamped Pose
pre_planning_interface.hpp
gpp_update_map::GppUpdateMap::map_
Map * map_
Definition:
gpp_update_map.hpp:51
gpp_update_map::GppUpdateMap::preProcess
bool preProcess(Pose &_start, Pose &_goal) override
Definition:
gpp_update_map.cpp:40
gpp_interface::PrePlanningInterface
gpp_update_map::GppUpdateMap::initialize
void initialize(const std::string &_name, Map *_map) override
Definition:
gpp_update_map.cpp:53
gpp_update_map
Definition:
gpp_update_map.hpp:29
costmap_2d::Costmap2DROS
gpp_update_map
Author(s):
autogenerated on Wed Mar 2 2022 00:21:29