Nav2 Navigation Stack - jazzy
jazzy
ROS 2 Navigation Stack
nav2_system_tests
src
error_codes
controller
controller_error_plugins.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 "controller_error_plugins.hpp"
16
17
#include "pluginlib/class_list_macros.hpp"
18
PLUGINLIB_EXPORT_CLASS(
nav2_system_tests::UnknownErrorController
,
nav2_core::Controller
)
19
PLUGINLIB_EXPORT_CLASS(
nav2_system_tests::TFErrorController
,
nav2_core::Controller
)
20
PLUGINLIB_EXPORT_CLASS(
21
nav2_system_tests::FailedToMakeProgressErrorController
,
22
nav2_core::Controller
)
23
PLUGINLIB_EXPORT_CLASS(
nav2_system_tests::PatienceExceededErrorController
,
nav2_core::Controller
)
24
PLUGINLIB_EXPORT_CLASS(
nav2_system_tests::InvalidPathErrorController
,
nav2_core::Controller
)
25
PLUGINLIB_EXPORT_CLASS(
nav2_system_tests::NoValidControlErrorController
,
nav2_core::Controller
)
nav2_core::Controller
controller interface that acts as a virtual base class for all controller plugins
Definition:
controller.hpp:61
nav2_system_tests::FailedToMakeProgressErrorController
Definition:
controller_error_plugins.hpp:69
nav2_system_tests::InvalidPathErrorController
Definition:
controller_error_plugins.hpp:91
nav2_system_tests::NoValidControlErrorController
Definition:
controller_error_plugins.hpp:102
nav2_system_tests::PatienceExceededErrorController
Definition:
controller_error_plugins.hpp:80
nav2_system_tests::TFErrorController
Definition:
controller_error_plugins.hpp:58
nav2_system_tests::UnknownErrorController
Definition:
controller_error_plugins.hpp:28
Generated by
1.9.1