diff --git a/TCPServer.cpp b/TCPServer.cpp index 64e78f0..e873f4e 100644 --- a/TCPServer.cpp +++ b/TCPServer.cpp @@ -925,7 +925,7 @@ void TCPServer::handleEmergency(int distance, double angle) { this->stopEmergency = false; - std::this_thread::sleep_for(std::chrono::seconds(2)); + std::this_thread::sleep_for(std::chrono::seconds(1)); /*double newAngle = this->robotPose.theta + angle; double newX = this->robotPose.pos.x + 200 * std::cos(newAngle);