SMACC2
Loading...
Searching...
No Matches
cl_nav2z.cpp
Go to the documentation of this file.
1// Copyright 2024 Robosoft Inc.
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 <cl_nav2z/cl_nav2z.hpp>
16#include <pluginlib/class_list_macros.hpp>
17
18namespace cl_nav2z
19{
20
21// No implementation needed for the refactored client - all functionality
22// is provided through components and the header-only interface
23
24} // namespace cl_nav2z
25
26// Export the ClNav2Z class as type smacc2::ISmaccClient as an implementation of the ISmaccClient interface.
27PLUGINLIB_EXPORT_CLASS(cl_nav2z::ClNav2Z, smacc2::ISmaccClient)