diff --git a/Resources/database.xml b/Resources/database.xml index d01e33f..3257dc9 100644 --- a/Resources/database.xml +++ b/Resources/database.xml @@ -13,5 +13,6 @@ 0013A200415A9DE4 0013A200415A9DDF 0013A200415A9DDE + 0013A200415A9DE8 diff --git a/src/PacketsHandler.cpp b/src/PacketsHandler.cpp index 4b0cb45..4fab3c5 100644 --- a/src/PacketsHandler.cpp +++ b/src/PacketsHandler.cpp @@ -466,7 +466,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 = "/home/ubuntu/ROS_WS/src/xbeemav/Resources/database.xml"; + const std::string FILE_PATH = "/home/vivek/catkin_ws/src/xbee/Resources/database.xml"; if (!boost::filesystem::exists(FILE_PATH))