Nav2 Navigation Stack - jazzy
jazzy
ROS 2 Navigation Stack
nav2_system_tests
src
error_codes
planner
planner_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 "planner_error_plugin.hpp"
16
17
#include "pluginlib/class_list_macros.hpp"
18
PLUGINLIB_EXPORT_CLASS(
nav2_system_tests::UnknownErrorPlanner
,
nav2_core::GlobalPlanner
)
19
PLUGINLIB_EXPORT_CLASS(
nav2_system_tests::StartOccupiedErrorPlanner
,
nav2_core::GlobalPlanner
)
20
PLUGINLIB_EXPORT_CLASS(
nav2_system_tests::GoalOccupiedErrorPlanner
,
nav2_core::GlobalPlanner
)
21
PLUGINLIB_EXPORT_CLASS(
nav2_system_tests::StartOutsideMapErrorPlanner
,
nav2_core::GlobalPlanner
)
22
PLUGINLIB_EXPORT_CLASS(
nav2_system_tests::GoalOutsideMapErrorPlanner
,
nav2_core::GlobalPlanner
)
23
PLUGINLIB_EXPORT_CLASS(
nav2_system_tests::NoValidPathErrorPlanner
,
nav2_core::GlobalPlanner
)
24
PLUGINLIB_EXPORT_CLASS(
nav2_system_tests::TimedOutErrorPlanner
,
nav2_core::GlobalPlanner
)
25
PLUGINLIB_EXPORT_CLASS(
nav2_system_tests::TFErrorPlanner
,
nav2_core::GlobalPlanner
)
26
PLUGINLIB_EXPORT_CLASS(
nav2_system_tests::NoViapointsGivenErrorPlanner
,
nav2_core::GlobalPlanner
)
27
PLUGINLIB_EXPORT_CLASS(
nav2_system_tests::CancelledPlanner
,
nav2_core::GlobalPlanner
)
nav2_core::GlobalPlanner
Abstract interface for global planners to adhere to with pluginlib.
Definition:
global_planner.hpp:35
nav2_system_tests::CancelledPlanner
Definition:
planner_error_plugin.hpp:151
nav2_system_tests::GoalOccupiedErrorPlanner
Definition:
planner_error_plugin.hpp:73
nav2_system_tests::GoalOutsideMapErrorPlanner
Definition:
planner_error_plugin.hpp:95
nav2_system_tests::NoValidPathErrorPlanner
Definition:
planner_error_plugin.hpp:106
nav2_system_tests::NoViapointsGivenErrorPlanner
Definition:
planner_error_plugin.hpp:140
nav2_system_tests::StartOccupiedErrorPlanner
Definition:
planner_error_plugin.hpp:62
nav2_system_tests::StartOutsideMapErrorPlanner
Definition:
planner_error_plugin.hpp:84
nav2_system_tests::TFErrorPlanner
Definition:
planner_error_plugin.hpp:129
nav2_system_tests::TimedOutErrorPlanner
Definition:
planner_error_plugin.hpp:118
nav2_system_tests::UnknownErrorPlanner
Definition:
planner_error_plugin.hpp:36
Generated by
1.9.1