fix xbee_config filename

This commit is contained in:
CIM Husky 2017-09-20 13:19:53 -04:00
parent 50095af0f1
commit 78da1ed74b
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ XMLConfigParser::~XMLConfigParser()
//*****************************************************************************
bool XMLConfigParser::Load_Config()
{
const std::string FILE_NAME = "/home/vivek/catkin_ws/src/xbee/Resources/XBee_Config.xml";
const std::string FILE_NAME = XBEE_CONFIG_PATH;
if (Check_Config_File_Exists(FILE_NAME))
{