Skip to content

Commit

Permalink
Fixed motion server to not print crazy messages when the port is alre…
Browse files Browse the repository at this point in the history
…ady bound
  • Loading branch information
jianqiaol committed Feb 10, 2016
1 parent b8c336c commit 5beba50
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/Motion/motion_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,7 @@ void run_motion_server()
printf("(press Ctrl+C to exit)\n");
signal(SIGINT,killFunc);
MyRequestReplyServer server(serverAddr,10);
server.Start();
if(!server.Start())
return;
server.Run();
}
Binary file modified common/MotionServer_kinematic
Binary file not shown.
Binary file modified common/MotionServer_physical
Binary file not shown.

0 comments on commit 5beba50

Please sign in to comment.