default_params.h
Go to the documentation of this file.
1 /*
2  Default parameters for navigator
3 
4  LICENSE : BSD - https://raw.github.com/yujinrobot/yujin_ocs/license/LICENSE
5  */
6 
7 #ifndef _YOCS_NAVIGATOR_DEFAULT_PARAMS_H_
8 #define _YOCS_NAVIGATOR_DEFAULT_PARAMS_H_
9 
10 namespace yocs_navigator {
11  namespace BasicMoveControllerDefaultParam {
12  const std::string PUB_CMD_VEL = "cmd_vel";
13  const std::string SUB_ODOM = "odom";
14  }
15 
16  namespace SemanticNavigatorDefaultParam {
17  const std::string AS_NAVI = "navigator";
18  const std::string AC_MOVE_BASE = "move_base";
19  const std::string SUB_WAYPOINTLIST = "waypointlist";
20  const std::string CLEAR_COSTMAP = "move_base/clear_costmaps";
21  }
22 }
23 #endif


yocs_navigator
Author(s): Jihoon Lee, Jorge Simon Santos
autogenerated on Mon Jun 10 2019 15:53:58