Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
210910794
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Summer2021
210910794
Commits
640e6a2e
Commit
640e6a2e
authored
5 years ago
by
Shivang Patel
Browse files
Options
Downloads
Patches
Plain Diff
Removed map_loader.hpp
- Map loading function is directly taken cared in occ_grid_loader.hpp file
parent
ebb9d050
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
nav2_map_server/include/nav2_map_server/map_loader.hpp
+0
-34
0 additions, 34 deletions
nav2_map_server/include/nav2_map_server/map_loader.hpp
with
0 additions
and
34 deletions
nav2_map_server/include/nav2_map_server/map_loader.hpp
deleted
100644 → 0
+
0
−
34
View file @
ebb9d050
// Copyright (c) 2018 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
#ifndef NAV2_MAP_SERVER__MAP_LOADER_HPP_
#define NAV2_MAP_SERVER__MAP_LOADER_HPP_
#include
<string>
namespace
nav2_map_server
{
class
MapLoader
{
public:
virtual
~
MapLoader
()
{}
virtual
void
loadMapFromFile
(
const
std
::
string
&
filename
)
=
0
;
virtual
void
startServices
()
=
0
;
};
}
// namespace nav2_map_server
#endif // NAV2_MAP_SERVER__MAP_LOADER_HPP_
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment