- original PR #51
add single package mode (#56)
add more test on listener.html / talker .html #55
fix travis build and add melodic and noetic test (#53)
c.f. https://stackoverflow.com/questions/33054527/typeerror-a-bytes-like-object-is-required-not-str-when-writing-to-a-file-in https://stackoverflow.com/questions/15374211/why-does-popen-communicate-return-bhi-n-instead-of-hi * use python3-selenium instead of pip * add python3 compile test * python3 support for noetic * remove phantomjs dependency * use latest geckodriver version * use firefox instead of phantomjs * add noetic, melodic and allow failure for jade, lunar * install wget in BEFORE_INIT * use BEFORE_INIT instead of BEFORE_SCRIPT
Contributors: Kai-Uwe Hermann, Kei Okada, Shingo Kitagawa, Takashi Ogura
Re-release into ROS (addresses #1)
Remove tornado (this dependency is supposed to be taken from rosbridge). Move webserver.py to src folder to follow more common python style (fix #1)
Add dependency on rosbridge, webserver.py installation.
Remove roswww_pkg metapkg and roswww_pack that doesn't seem to be used. Remove redundant hierarchy.
Code cleaning, conform to PEP8, refactor method names. Add docroot.
Contributors: Isaac IY Saito