Autoware.Auto
optimized_registration_summary.hpp
Go to the documentation of this file.
1
// Copyright 2019 the Autoware Foundation
2
//
3
// Licensed under the Apache License, Version 2.0 (the "License");
4
// you may not use this file except in compliance with the License.
5
// You may obtain a copy of the License at
6
//
7
// http://www.apache.org/licenses/LICENSE-2.0
8
//
9
// Unless required by applicable law or agreed to in writing, software
10
// distributed under the License is distributed on an "AS IS" BASIS,
11
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
// See the License for the specific language governing permissions and
13
// limitations under the License.
14
//
15
// Co-developed by Tier IV, Inc. and Apex.AI, Inc.
16
17
#ifndef LOCALIZATION_COMMON__OPTIMIZED_REGISTRATION_SUMMARY_HPP_
18
#define LOCALIZATION_COMMON__OPTIMIZED_REGISTRATION_SUMMARY_HPP_
19
20
#include <
localization_common/visibility_control.hpp
>
21
#include <
optimization/optimizer_options.hpp
>
22
#include <experimental/optional>
23
24
namespace
autoware
25
{
26
namespace
localization
27
{
28
namespace
localization_common
29
{
32
class
LOCALIZATION_COMMON_PUBLIC
OptimizedRegistrationSummary
33
{
34
public
:
35
using
OptimizationSummary
=
common::optimization::OptimizationSummary
;
36
explicit
OptimizedRegistrationSummary
(
const
OptimizationSummary
& opt_summary);
37
OptimizedRegistrationSummary
();
38
40
OptimizationSummary
optimization_summary()
const
;
41
42
private
:
43
OptimizationSummary
m_optimization_summary;
44
};
45
}
// namespace localization_common
46
}
// namespace localization
47
}
// namespace autoware
48
49
#endif // LOCALIZATION_COMMON__OPTIMIZED_REGISTRATION_SUMMARY_HPP_
autoware::localization::localization_common::OptimizedRegistrationSummary
Definition:
optimized_registration_summary.hpp:32
autoware::common::optimization::OptimizationSummary
Definition:
optimizer_options.hpp:77
optimizer_options.hpp
autoware
This file defines the lanelet2_map_provider_node class.
Definition:
quick_sort.hpp:24
visibility_control.hpp