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

gethandle() error #467

Open
EricWang1hitsz opened this issue Jun 29, 2020 · 1 comment
Open

gethandle() error #467

EricWang1hitsz opened this issue Jun 29, 2020 · 1 comment

Comments

@EricWang1hitsz
Copy link

hello, I created a new hardware interface and controller, when I run 'gethandle()', it errors.

Traceback (most recent call last):
  File "/opt/ros/kinetic/lib/controller_manager/spawner", line 207, in <module>
    if __name__ == '__main__': main()
  File "/opt/ros/kinetic/lib/controller_manager/spawner", line 185, in main
    resp = load_controller(name)
  File "/opt/ros/kinetic/lib/python2.7/dist-packages/rospy/impl/tcpros_service.py", line 435, in __call__
    return self.call(*args, **kwds)
  File "/opt/ros/kinetic/lib/python2.7/dist-packages/rospy/impl/tcpros_service.py", line 525, in call
    raise ServiceException("transport error completing service call: %s"%(str(e)))
rospy.service.ServiceException: transport error completing service call: unable to receive data from sender, check sender's logs for details
[WARN] [1593422088.174780]: Controller Spawner error while taking down controllers: unable to connect to service: [Errno 111] Connection refused

@bmagyar
Copy link
Member

bmagyar commented Jun 29, 2020

This is just the spawner. Your new hw interface and controller probably crashed both the controller_manager and all around it.

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

2 participants