You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ? =)
The text was updated successfully, but these errors were encountered:
On Wed, 24 Jun 2020 at 00:39, Benoit Renault ***@***.***> wrote:
Ahoy ! Long time no see !
Tried fidling around rosbridge today on the Pepper, but encountered the
bug described here : RobotWebTools/roslibjs#290
<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 ? =)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#9>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANEK5CPE356OIUX6JOCARDRYC5DHANCNFSM4OFXO6FA>
.
--
*Sammy Pfeiffer*
PhD Candidate at The Magic Lab within UTS.
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 ? =)
The text was updated successfully, but these errors were encountered: