SMACC
Loading...
Searching...
No Matches
smacc_client_library
move_base_z_client
move_base_z_client_plugin
src
move_base_z_client_plugin.cpp
Go to the documentation of this file.
1
/*****************************************************************************************************************
2
* ReelRobotix Inc. - Software License Agreement Copyright (c) 2018
3
* Authors: Pablo Inigo Blasco, Brett Aldrich
4
*
5
******************************************************************************************************************/
6
#include <
move_base_z_client_plugin/move_base_z_client_plugin.h
>
7
#include <pluginlib/class_list_macros.h>
8
9
namespace
cl_move_base_z
10
{
11
12
ClMoveBaseZ::ClMoveBaseZ
(std::string moveBaseName)
13
:
Base
(moveBaseName)
14
{
15
//ROS_INFO("Smacc Move Base Action Client");
16
}
17
18
std::string
ClMoveBaseZ::getName
()
const
19
{
20
return
"MOVE BASE ACTION CLIENT"
;
21
}
22
23
void
ClMoveBaseZ::initialize
()
24
{
25
SmaccActionClientBase<move_base_msgs::MoveBaseAction>::initialize();
26
}
27
28
ClMoveBaseZ::~ClMoveBaseZ
()
29
{
30
}
31
}
// namespace smacc
32
33
PLUGINLIB_EXPORT_CLASS
(
cl_move_base_z::ClMoveBaseZ
,
smacc::ISmaccClient
)
PLUGINLIB_EXPORT_CLASS
PLUGINLIB_EXPORT_CLASS(cl_move_base_z::backward_global_planner::BackwardGlobalPlanner, nav_core::BaseGlobalPlanner)
cl_move_base_z::ClMoveBaseZ
Definition:
move_base_z_client_plugin.h:19
cl_move_base_z::ClMoveBaseZ::~ClMoveBaseZ
virtual ~ClMoveBaseZ()
Definition:
move_base_z_client_plugin.cpp:28
cl_move_base_z::ClMoveBaseZ::getName
virtual std::string getName() const override
Definition:
move_base_z_client_plugin.cpp:18
cl_move_base_z::ClMoveBaseZ::ClMoveBaseZ
ClMoveBaseZ(std::string moveBaseName="/move_base")
Definition:
move_base_z_client_plugin.cpp:12
cl_move_base_z::ClMoveBaseZ::Base
SmaccActionClientBase< move_base_msgs::MoveBaseAction > Base
Definition:
move_base_z_client_plugin.h:20
cl_move_base_z::ClMoveBaseZ::initialize
virtual void initialize() override
Definition:
move_base_z_client_plugin.cpp:23
smacc::ISmaccClient
Definition:
smacc_client.h:37
move_base_z_client_plugin.h
cl_move_base_z
Definition:
backward_global_planner.h:14
Generated by
1.9.5