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

Need to downgrade Tornado so that rosbridge works #9

Open
Xia0ben opened this issue Jun 23, 2020 · 1 comment
Open

Need to downgrade Tornado so that rosbridge works #9

Xia0ben opened this issue Jun 23, 2020 · 1 comment

Comments

@Xia0ben
Copy link

Xia0ben commented Jun 23, 2020

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 ? =)

@awesomebytes
Copy link
Owner

awesomebytes commented Jun 25, 2020 via email

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