sleep time increase

This commit is contained in:
vivek-shankar 2017-01-28 00:00:56 -05:00
parent 122c2888eb
commit fdb83c4226
1 changed files with 1 additions and 1 deletions

View File

@ -556,7 +556,7 @@ inline void CommunicationManager::Send_Mavlink_Message_Callback(
Generate_Transmit_Request_Frame(temporary_buffer, &frame);
serial_device_.Send_Frame(frame);
/*Sleep for some time in order not to confuse Xbee, a try to reduce errors*/
usleep(10);
usleep(100);
//std::cout << "Frame:"<<frame << std::endl;
//std::cout << "size of frame:"<<std::strlen(temporary_buffer)<< std::endl;
number++;