Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conductor crash #317

Open
asmodehn opened this issue Mar 24, 2016 · 0 comments
Open

conductor crash #317

asmodehn opened this issue Mar 24, 2016 · 0 comments

Comments

@asmodehn
Copy link
Collaborator

Traceback (most recent call last):
  File "/home/alexv/ROS/gopher_concert/src/rocon_concert/concert_conductor/scripts/conductor.py", line 21, in <module>
    conductor = concert_conductor.Conductor()
  File "/home/alexv/ROS/gopher_concert/src/rocon_concert/concert_conductor/src/concert_conductor/conductor.py", line 50, in __init__
    self._local_gateway = LocalGateway()  # can throw rocon_python_comms.NotFoundException.
  File "/home/alexv/ROS/gopher_concert/src/rocon_concert/concert_conductor/src/concert_conductor/local_gateway.py", line 47, in __init__
    self._services = self._setup_ros_services()
  File "/home/alexv/ROS/gopher_concert/src/rocon_concert/concert_conductor/src/concert_conductor/local_gateway.py", line 61, in _setup_ros_services
    service.wait_for_service(10.0)  # can throw rospy.ServiceException
  File "/opt/yujin/amd64/indigo-devel/lib/python2.7/dist-packages/rospy/impl/tcpros_service.py", line 418, in wait_for_service
    wait_for_service(self.resolved_name, timeout=timeout)
  File "/opt/yujin/amd64/indigo-devel/lib/python2.7/dist-packages/rospy/impl/tcpros_service.py", line 143, in wait_for_service
    raise ROSException("timeout exceeded while waiting for service %s"%resolved_name)
rospy.exceptions.ROSException: timeout exceeded while waiting for service /concert/gateway/pull
[concert/conductor-2] process has died [pid 16561, exit code 1, cmd /home/alexv/ROS/gopher_concert/src/rocon_concert/concert_conductor/scripts/conductor.py conductor/flip:=gateway/flip conductor/hub_shutdown:=hub/shutdown conductor/gateway_info:=gateway/gateway_info conductor/remote_gateway_info:=gateway/remote_gateway_info conductor/gateway_shutdown:=gateway/shutdown conductor/gateway_pull:=gateway/pull __name:=conductor __log:=/home/alexv/.ros/log/bbd7c18c-f1a4-11e5-8dc1-0862664558c8/concert-conductor-2.log].
log file: /home/alexv/.ros/log/bbd7c18c-f1a4-11e5-8dc1-0862664558c8/concert-conductor-2*.log
--------------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant