Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007 #ifndef _YOCS_NAVIGATOR_DEFAULT_PARAMS_H_
00008 #define _YOCS_NAVIGATOR_DEFAULT_PARAMS_H_
00009
00010 namespace yocs_navigator {
00011 namespace BasicMoveControllerDefaultParam {
00012 const std::string PUB_CMD_VEL = "cmd_vel";
00013 const std::string SUB_ODOM = "odom";
00014 }
00015
00016 namespace SemanticNavigatorDefaultParam {
00017 const std::string AS_NAVI = "navigator";
00018 const std::string AC_MOVE_BASE = "move_base";
00019 const std::string SUB_WAYPOINTLIST = "waypointlist";
00020 const std::string CLEAR_COSTMAP = "move_base/clear_costmaps";
00021 }
00022 }
00023 #endif