sleep removed

This commit is contained in:
vivek-shankar 2017-01-28 06:48:29 -05:00
parent 01aae4cb24
commit 01e9dfe147
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(1000);
//usleep(1000);
//std::cout << "Frame:"<<frame << std::endl;
//std::cout << "size of frame:"<<std::strlen(temporary_buffer)<< std::endl;
number++;