SMACC2
Loading...
Searching...
No Matches
smacc2_client_library
nitrosz_client
nitrosz_client
src
nitrosz_client
nitrosz_client.cpp
Go to the documentation of this file.
1
// Copyright 2021 RobosoftAI 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
/*****************************************************************************************************************
16
*
17
* Authors: Pablo Inigo Blasco, Brett Aldrich
18
*
19
******************************************************************************************************************/
20
#include <
nitrosz_client/nitrosz_client.hpp
>
21
22
#include <string>
23
24
#include <pluginlib/class_list_macros.hpp>
25
26
namespace
cl_nitrosz
27
{
28
typedef
smacc2::client_bases::SmaccActionClientBase<nav2_msgs::action::NavigateToPose>
Base
;
29
typedef
Base::WrappedResult
WrappedResult
;
30
31
ClNitrosZ::ClNitrosZ
(std::string moveBaseName) :
Base
(moveBaseName)
32
{
33
// RCLCPP_INFO(getLogger(),"Smacc Move Base Action Client");
34
}
35
36
ClNitrosZ::~ClNitrosZ
() {}
37
}
// namespace cl_nitrosz
38
39
PLUGINLIB_EXPORT_CLASS(
cl_nitrosz::ClNitrosZ
,
smacc2::ISmaccClient
)
cl_nitrosz::ClNitrosZ
Definition
nitrosz_client.hpp:31
cl_nitrosz::ClNitrosZ::~ClNitrosZ
virtual ~ClNitrosZ()
Definition
nitrosz_client.cpp:36
cl_nitrosz::ClNitrosZ::ClNitrosZ
ClNitrosZ(std::string navigateToPoseAction="/navigate_to_pose")
Definition
nitrosz_client.cpp:31
smacc2::ISmaccClient
Definition
smacc_client.hpp:45
smacc2::client_bases::SmaccActionClientBase< nav2_msgs::action::NavigateToPose >
smacc2::client_bases::SmaccActionClientBase< nav2_msgs::action::NavigateToPose >::WrappedResult
GoalHandle::WrappedResult WrappedResult
Definition
smacc_action_client_base.hpp:52
cl_nitrosz
Definition
cb_abort_navigation.hpp:29
cl_nitrosz::Base
smacc2::client_bases::SmaccActionClientBase< nav2_msgs::action::NavigateToPose > Base
Definition
nitrosz_client.cpp:28
cl_nitrosz::WrappedResult
Base::WrappedResult WrappedResult
Definition
nitrosz_client.cpp:29
nitrosz_client.hpp
smacc2::default_events::EvTopicMessage
Definition
smacc_default_events.hpp:155
Generated by
1.9.8