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 20c9a16 commit d30288f
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 d30288f

Please sign in to comment.