Ahoy ! Long time no see !
Tried fidling around rosbridge today on the Pepper, but encountered the bug described here : RobotWebTools/roslibjs#290 . Basically, the rosbridge fails to work properly if the underlying Tornado lib is too recent. A simple:
pip uninstall tornado
pip install --user tornado==4.5.3
Fixes things right up. Would you like a pull request for applying the change in the Dockerfile, or would you rather add the two commands above yourself ? =)
Ahoy ! Long time no see !
Tried fidling around rosbridge today on the Pepper, but encountered the bug described here : RobotWebTools/roslibjs#290 . Basically, the rosbridge fails to work properly if the underlying Tornado lib is too recent. A simple:
Fixes things right up. Would you like a pull request for applying the change in the Dockerfile, or would you rather add the two commands above yourself ? =)