hardoded location for database fix

This commit is contained in:
vivek-shankar 2017-02-18 18:33:13 -05:00
parent 8213e8c8f0
commit 0d5de6d487
1 changed files with 1 additions and 1 deletions

View File

@ -468,7 +468,7 @@ void PacketsHandler::Send_End_Of_Packet_Ping(const uint8_t packet_ID, const uint
//*****************************************************************************
bool PacketsHandler::Load_Database_Addresses()
{
const std::string FILE_PATH = "~/ROS_WS/src/xbeemav/Resources/database.xml";
const std::string FILE_PATH = "/home/ubuntu/ROS_WS/src/xbeemav/Resources/database.xml";
if (!boost::filesystem::exists(FILE_PATH))
{