Robotics StackExchange | Archived questions

Error: "Transport endpoint is not connected" on Fedora 20

I've installed Gazebo 1.9.0 from source on Fedora 20. It does not start and the following error is shown:

Waiting for masterError [Connection.cc:786] Getting remote endpoint failed terminate called after throwing an instance of 'boost::exceptiondetail::cloneimpl >' what(): remote_endpoint: Transport endpoint is not connected

This is the same problem as described in this thread: http://answers.gazebosim.org/question/4244/getting-remote-endpoint-failed-on-osx/ (no answers there).

Asked by atp on 2013-12-29 20:04:54 UTC

Comments

Answers

I have similar problem with Gazebo 1.9.2 under Fedora 20. This small patch to Connection.cc add handling of "transport endpoint not connected" error: https://gist.github.com/3cky/9173573.

Asked by 3cky on 2014-02-23 11:42:45 UTC

Comments