Nav2 Navigation Stack - rolling
main
ROS 2 Navigation Stack
nav2_system_tests
src
error_codes
smoother
smoother_error_plugin.cpp
1
// Copyright (c) 2022 Joshua Wallace
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
#include "smoother_error_plugin.hpp"
16
17
#include "pluginlib/class_list_macros.hpp"
18
PLUGINLIB_EXPORT_CLASS(
nav2_system_tests::UnknownErrorSmoother
,
nav2_core::Smoother
)
19
PLUGINLIB_EXPORT_CLASS(
nav2_system_tests::TimeOutErrorSmoother
,
nav2_core::Smoother
)
20
PLUGINLIB_EXPORT_CLASS(
nav2_system_tests::SmoothedPathInCollision
,
nav2_core::Smoother
)
21
PLUGINLIB_EXPORT_CLASS(
nav2_system_tests::FailedToSmoothPath
,
nav2_core::Smoother
)
22
PLUGINLIB_EXPORT_CLASS(
nav2_system_tests::InvalidPath
,
nav2_core::Smoother
)
nav2_core::Smoother
smoother interface that acts as a virtual base class for all smoother plugins
Definition:
smoother.hpp:38
nav2_system_tests::FailedToSmoothPath
Definition:
smoother_error_plugin.hpp:71
nav2_system_tests::InvalidPath
Definition:
smoother_error_plugin.hpp:81
nav2_system_tests::SmoothedPathInCollision
Definition:
smoother_error_plugin.hpp:61
nav2_system_tests::TimeOutErrorSmoother
Definition:
smoother_error_plugin.hpp:51
nav2_system_tests::UnknownErrorSmoother
Definition:
smoother_error_plugin.hpp:28
Generated by
1.9.1