SMACC
Loading...
Searching...
No Matches
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 ******************************************************************************************************************/
7#include <pluginlib/class_list_macros.h>
8
9namespace cl_move_base_z
10{
11
12ClMoveBaseZ::ClMoveBaseZ(std::string moveBaseName)
13 : Base(moveBaseName)
14{
15 //ROS_INFO("Smacc Move Base Action Client");
16}
17
18std::string ClMoveBaseZ::getName() const
19{
20 return "MOVE BASE ACTION CLIENT";
21}
22
24{
25 SmaccActionClientBase<move_base_msgs::MoveBaseAction>::initialize();
26}
27
29{
30}
31} // namespace smacc
32
PLUGINLIB_EXPORT_CLASS(cl_move_base_z::backward_global_planner::BackwardGlobalPlanner, nav_core::BaseGlobalPlanner)
virtual std::string getName() const override
ClMoveBaseZ(std::string moveBaseName="/move_base")
SmaccActionClientBase< move_base_msgs::MoveBaseAction > Base