Package Summary
Tags | No category tags. |
Version | 0.1.13 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/tork-a/roswww.git |
VCS Type | git |
VCS Version | develop |
Last Updated | 2021-10-28 |
Dev Status | UNMAINTAINED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Isaac I.Y. Saito
Authors
- Jonathan Mace
- Jihoon Lee
roswww
See ./doc/index.rst for documentation.
Changelog for package roswww
0.1.13 (2021-10-28)
- add basic authentication (#57
- original PR #51
- add single package mode
(#56)
- original PR #54
- add more test on listener.html / talker .html
#55
- make python 2/3 compatible
- use .travis.sh to compile with --install option
- drop indigo/jade/lunar
- add test for listner/talker
-
fix travis build and add melodic and noetic test (#53)
- use add_arguent('-headless') to disable display
* python3 returns bytes in subproces.Popen.communicate 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
0.1.12 (2019-03-20)
0.1.11 (2018-01-22)
- Enable client testing && fix redirect bug
(#42)
- disable test for prerelease / stable ros repo
- fix test script for kinetic
- roswww/roswww_server.py: redirect for get package index without slash
- roswww: add test code for web client
- roswww: add start_port, end_port to launch
- roswww/webserver.py: fix parsing ros arguments
- Contributors: Yuki Furuta
0.1.10 (2017-04-07)
- [capability] Add dis/enabling cache feature #39
- [fix] Add missing dependency for test for Xenial. #38
- Contributors: Taiji Fukaya, Isaac I.Y. Saito
0.1.9 (2016-04-18)
- Changed the target topic to communicate other samples, Rename from chat.launch to start_bridge.launch (#33)
- add example for talker and listener (#33)
- [doc] trying to fix that module api doc is gone inaccessible (#32 )
- Contributors: Isaac I.Y. Saito, Kei Okada, Kenta Yonekura
0.1.8 (2015-12-14)
- [doc] Add rostopic-chat sample #31
- [sys] Utilize test_depend that is defined in REP-140 #30 from 130s/impr/utilize_testdepend
- Contributors: Kenta Yonekura, Isaac I.Y. Saito
0.1.7 (2015-12-07)
- [fix] Developers don't need to create a sample www directory now that it's installed (#28)
- [fix][test] Use install space for testing (to capture the issue raised in #28)
- Contributors: Kenta Yonekura, Isaac I.Y. Saito
0.1.6 (2015-12-01)
- [sys] Add travis config and small unit tests (#27)
- [doc] Utilize rosdoc_lite for document generation on ros build farm (#25)
- Contributors: Isaac I.Y. Saito
0.1.5 (2015-02-28)
- Install missing launch directory
- Contributors: Jihoon Lee
0.1.4 (2015-01-28)
- example launchfile. update dependency
- configurable package web root
- add parmeter in readme
- classfy roswww webserver. remove ros runtime dependency
- Contributors: Jihoon Lee, Isaac I.Y. Saito
0.1.3 (2015-01-05)
- Separate webserver.py into module and script files (quick fix to #10).
- Contributors: Isaac I.Y. Saito, Jihoon Lee
0.1.2 (2014-12-13)
- 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
0.1.1 (2013-11-15)
- roswww) correction in response to the error on buildfarm
- roswww) change maintainer. Remove unncessary file
- Contributors: Isao Isaac Saito
0.1.0 (2013-11-14) -----------* Catkinize roswww and roswww_pack packages. Change repository from that of jihoonl to tork-a. * Contributors: Isao Isaac Saito, Jihoon Lee, furushchev
Wiki Tutorials
Dependant Packages
Launch files
- launch/roswww.launch
-
- name [default: roswww]
- webpath [default: www]
- cached [default: true]
- single_package [default: ]
- basic [default: false]
- basic_yaml [default: ]
- port [default: 8085]
- start_port [default: $(arg port)]
- end_port [default: $(arg port)]
- launch/start_bridge.launch
Messages
Services
Plugins
Recent questions tagged roswww at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.1.13 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/tork-a/roswww.git |
VCS Type | git |
VCS Version | develop |
Last Updated | 2021-10-28 |
Dev Status | UNMAINTAINED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Isaac I.Y. Saito
Authors
- Jonathan Mace
- Jihoon Lee
roswww
See ./doc/index.rst for documentation.
Changelog for package roswww
0.1.13 (2021-10-28)
- add basic authentication (#57
- original PR #51
- add single package mode
(#56)
- original PR #54
- add more test on listener.html / talker .html
#55
- make python 2/3 compatible
- use .travis.sh to compile with --install option
- drop indigo/jade/lunar
- add test for listner/talker
-
fix travis build and add melodic and noetic test (#53)
- use add_arguent('-headless') to disable display
* python3 returns bytes in subproces.Popen.communicate 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
0.1.12 (2019-03-20)
0.1.11 (2018-01-22)
- Enable client testing && fix redirect bug
(#42)
- disable test for prerelease / stable ros repo
- fix test script for kinetic
- roswww/roswww_server.py: redirect for get package index without slash
- roswww: add test code for web client
- roswww: add start_port, end_port to launch
- roswww/webserver.py: fix parsing ros arguments
- Contributors: Yuki Furuta
0.1.10 (2017-04-07)
- [capability] Add dis/enabling cache feature #39
- [fix] Add missing dependency for test for Xenial. #38
- Contributors: Taiji Fukaya, Isaac I.Y. Saito
0.1.9 (2016-04-18)
- Changed the target topic to communicate other samples, Rename from chat.launch to start_bridge.launch (#33)
- add example for talker and listener (#33)
- [doc] trying to fix that module api doc is gone inaccessible (#32 )
- Contributors: Isaac I.Y. Saito, Kei Okada, Kenta Yonekura
0.1.8 (2015-12-14)
- [doc] Add rostopic-chat sample #31
- [sys] Utilize test_depend that is defined in REP-140 #30 from 130s/impr/utilize_testdepend
- Contributors: Kenta Yonekura, Isaac I.Y. Saito
0.1.7 (2015-12-07)
- [fix] Developers don't need to create a sample www directory now that it's installed (#28)
- [fix][test] Use install space for testing (to capture the issue raised in #28)
- Contributors: Kenta Yonekura, Isaac I.Y. Saito
0.1.6 (2015-12-01)
- [sys] Add travis config and small unit tests (#27)
- [doc] Utilize rosdoc_lite for document generation on ros build farm (#25)
- Contributors: Isaac I.Y. Saito
0.1.5 (2015-02-28)
- Install missing launch directory
- Contributors: Jihoon Lee
0.1.4 (2015-01-28)
- example launchfile. update dependency
- configurable package web root
- add parmeter in readme
- classfy roswww webserver. remove ros runtime dependency
- Contributors: Jihoon Lee, Isaac I.Y. Saito
0.1.3 (2015-01-05)
- Separate webserver.py into module and script files (quick fix to #10).
- Contributors: Isaac I.Y. Saito, Jihoon Lee
0.1.2 (2014-12-13)
- 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
0.1.1 (2013-11-15)
- roswww) correction in response to the error on buildfarm
- roswww) change maintainer. Remove unncessary file
- Contributors: Isao Isaac Saito
0.1.0 (2013-11-14) -----------* Catkinize roswww and roswww_pack packages. Change repository from that of jihoonl to tork-a. * Contributors: Isao Isaac Saito, Jihoon Lee, furushchev
Wiki Tutorials
Dependant Packages
Launch files
- launch/roswww.launch
-
- name [default: roswww]
- webpath [default: www]
- cached [default: true]
- single_package [default: ]
- basic [default: false]
- basic_yaml [default: ]
- port [default: 8085]
- start_port [default: $(arg port)]
- end_port [default: $(arg port)]
- launch/start_bridge.launch
Messages
Services
Plugins
Recent questions tagged roswww at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.1.13 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/tork-a/roswww.git |
VCS Type | git |
VCS Version | develop |
Last Updated | 2021-10-28 |
Dev Status | UNMAINTAINED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Isaac I.Y. Saito
Authors
- Jonathan Mace
- Jihoon Lee
roswww
See ./doc/index.rst for documentation.
Changelog for package roswww
0.1.13 (2021-10-28)
- add basic authentication (#57
- original PR #51
- add single package mode
(#56)
- original PR #54
- add more test on listener.html / talker .html
#55
- make python 2/3 compatible
- use .travis.sh to compile with --install option
- drop indigo/jade/lunar
- add test for listner/talker
-
fix travis build and add melodic and noetic test (#53)
- use add_arguent('-headless') to disable display
* python3 returns bytes in subproces.Popen.communicate 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
0.1.12 (2019-03-20)
0.1.11 (2018-01-22)
- Enable client testing && fix redirect bug
(#42)
- disable test for prerelease / stable ros repo
- fix test script for kinetic
- roswww/roswww_server.py: redirect for get package index without slash
- roswww: add test code for web client
- roswww: add start_port, end_port to launch
- roswww/webserver.py: fix parsing ros arguments
- Contributors: Yuki Furuta
0.1.10 (2017-04-07)
- [capability] Add dis/enabling cache feature #39
- [fix] Add missing dependency for test for Xenial. #38
- Contributors: Taiji Fukaya, Isaac I.Y. Saito
0.1.9 (2016-04-18)
- Changed the target topic to communicate other samples, Rename from chat.launch to start_bridge.launch (#33)
- add example for talker and listener (#33)
- [doc] trying to fix that module api doc is gone inaccessible (#32 )
- Contributors: Isaac I.Y. Saito, Kei Okada, Kenta Yonekura
0.1.8 (2015-12-14)
- [doc] Add rostopic-chat sample #31
- [sys] Utilize test_depend that is defined in REP-140 #30 from 130s/impr/utilize_testdepend
- Contributors: Kenta Yonekura, Isaac I.Y. Saito
0.1.7 (2015-12-07)
- [fix] Developers don't need to create a sample www directory now that it's installed (#28)
- [fix][test] Use install space for testing (to capture the issue raised in #28)
- Contributors: Kenta Yonekura, Isaac I.Y. Saito
0.1.6 (2015-12-01)
- [sys] Add travis config and small unit tests (#27)
- [doc] Utilize rosdoc_lite for document generation on ros build farm (#25)
- Contributors: Isaac I.Y. Saito
0.1.5 (2015-02-28)
- Install missing launch directory
- Contributors: Jihoon Lee
0.1.4 (2015-01-28)
- example launchfile. update dependency
- configurable package web root
- add parmeter in readme
- classfy roswww webserver. remove ros runtime dependency
- Contributors: Jihoon Lee, Isaac I.Y. Saito
0.1.3 (2015-01-05)
- Separate webserver.py into module and script files (quick fix to #10).
- Contributors: Isaac I.Y. Saito, Jihoon Lee
0.1.2 (2014-12-13)
- 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
0.1.1 (2013-11-15)
- roswww) correction in response to the error on buildfarm
- roswww) change maintainer. Remove unncessary file
- Contributors: Isao Isaac Saito
0.1.0 (2013-11-14) -----------* Catkinize roswww and roswww_pack packages. Change repository from that of jihoonl to tork-a. * Contributors: Isao Isaac Saito, Jihoon Lee, furushchev
Wiki Tutorials
Dependant Packages
Launch files
- launch/roswww.launch
-
- name [default: roswww]
- webpath [default: www]
- cached [default: true]
- single_package [default: ]
- basic [default: false]
- basic_yaml [default: ]
- port [default: 8085]
- start_port [default: $(arg port)]
- end_port [default: $(arg port)]
- launch/start_bridge.launch
Messages
Services
Plugins
Recent questions tagged roswww at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.1.13 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/tork-a/roswww.git |
VCS Type | git |
VCS Version | develop |
Last Updated | 2021-10-28 |
Dev Status | UNMAINTAINED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Isaac I.Y. Saito
Authors
- Jonathan Mace
- Jihoon Lee
roswww
See ./doc/index.rst for documentation.
Changelog for package roswww
0.1.13 (2021-10-28)
- add basic authentication (#57
- original PR #51
- add single package mode
(#56)
- original PR #54
- add more test on listener.html / talker .html
#55
- make python 2/3 compatible
- use .travis.sh to compile with --install option
- drop indigo/jade/lunar
- add test for listner/talker
-
fix travis build and add melodic and noetic test (#53)
- use add_arguent('-headless') to disable display
* python3 returns bytes in subproces.Popen.communicate 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
0.1.12 (2019-03-20)
0.1.11 (2018-01-22)
- Enable client testing && fix redirect bug
(#42)
- disable test for prerelease / stable ros repo
- fix test script for kinetic
- roswww/roswww_server.py: redirect for get package index without slash
- roswww: add test code for web client
- roswww: add start_port, end_port to launch
- roswww/webserver.py: fix parsing ros arguments
- Contributors: Yuki Furuta
0.1.10 (2017-04-07)
- [capability] Add dis/enabling cache feature #39
- [fix] Add missing dependency for test for Xenial. #38
- Contributors: Taiji Fukaya, Isaac I.Y. Saito
0.1.9 (2016-04-18)
- Changed the target topic to communicate other samples, Rename from chat.launch to start_bridge.launch (#33)
- add example for talker and listener (#33)
- [doc] trying to fix that module api doc is gone inaccessible (#32 )
- Contributors: Isaac I.Y. Saito, Kei Okada, Kenta Yonekura
0.1.8 (2015-12-14)
- [doc] Add rostopic-chat sample #31
- [sys] Utilize test_depend that is defined in REP-140 #30 from 130s/impr/utilize_testdepend
- Contributors: Kenta Yonekura, Isaac I.Y. Saito
0.1.7 (2015-12-07)
- [fix] Developers don't need to create a sample www directory now that it's installed (#28)
- [fix][test] Use install space for testing (to capture the issue raised in #28)
- Contributors: Kenta Yonekura, Isaac I.Y. Saito
0.1.6 (2015-12-01)
- [sys] Add travis config and small unit tests (#27)
- [doc] Utilize rosdoc_lite for document generation on ros build farm (#25)
- Contributors: Isaac I.Y. Saito
0.1.5 (2015-02-28)
- Install missing launch directory
- Contributors: Jihoon Lee
0.1.4 (2015-01-28)
- example launchfile. update dependency
- configurable package web root
- add parmeter in readme
- classfy roswww webserver. remove ros runtime dependency
- Contributors: Jihoon Lee, Isaac I.Y. Saito
0.1.3 (2015-01-05)
- Separate webserver.py into module and script files (quick fix to #10).
- Contributors: Isaac I.Y. Saito, Jihoon Lee
0.1.2 (2014-12-13)
- 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
0.1.1 (2013-11-15)
- roswww) correction in response to the error on buildfarm
- roswww) change maintainer. Remove unncessary file
- Contributors: Isao Isaac Saito
0.1.0 (2013-11-14) -----------* Catkinize roswww and roswww_pack packages. Change repository from that of jihoonl to tork-a. * Contributors: Isao Isaac Saito, Jihoon Lee, furushchev
Wiki Tutorials
Dependant Packages
Launch files
- launch/roswww.launch
-
- name [default: roswww]
- webpath [default: www]
- cached [default: true]
- single_package [default: ]
- basic [default: false]
- basic_yaml [default: ]
- port [default: 8085]
- start_port [default: $(arg port)]
- end_port [default: $(arg port)]
- launch/start_bridge.launch
Messages
Services
Plugins
Recent questions tagged roswww at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.1.13 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/tork-a/roswww.git |
VCS Type | git |
VCS Version | develop |
Last Updated | 2021-10-28 |
Dev Status | UNMAINTAINED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Isaac I.Y. Saito
Authors
- Jonathan Mace
- Jihoon Lee
roswww
See ./doc/index.rst for documentation.
Changelog for package roswww
0.1.13 (2021-10-28)
- add basic authentication (#57
- original PR #51
- add single package mode
(#56)
- original PR #54
- add more test on listener.html / talker .html
#55
- make python 2/3 compatible
- use .travis.sh to compile with --install option
- drop indigo/jade/lunar
- add test for listner/talker
-
fix travis build and add melodic and noetic test (#53)
- use add_arguent('-headless') to disable display
* python3 returns bytes in subproces.Popen.communicate 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
0.1.12 (2019-03-20)
0.1.11 (2018-01-22)
- Enable client testing && fix redirect bug
(#42)
- disable test for prerelease / stable ros repo
- fix test script for kinetic
- roswww/roswww_server.py: redirect for get package index without slash
- roswww: add test code for web client
- roswww: add start_port, end_port to launch
- roswww/webserver.py: fix parsing ros arguments
- Contributors: Yuki Furuta
0.1.10 (2017-04-07)
- [capability] Add dis/enabling cache feature #39
- [fix] Add missing dependency for test for Xenial. #38
- Contributors: Taiji Fukaya, Isaac I.Y. Saito
0.1.9 (2016-04-18)
- Changed the target topic to communicate other samples, Rename from chat.launch to start_bridge.launch (#33)
- add example for talker and listener (#33)
- [doc] trying to fix that module api doc is gone inaccessible (#32 )
- Contributors: Isaac I.Y. Saito, Kei Okada, Kenta Yonekura
0.1.8 (2015-12-14)
- [doc] Add rostopic-chat sample #31
- [sys] Utilize test_depend that is defined in REP-140 #30 from 130s/impr/utilize_testdepend
- Contributors: Kenta Yonekura, Isaac I.Y. Saito
0.1.7 (2015-12-07)
- [fix] Developers don't need to create a sample www directory now that it's installed (#28)
- [fix][test] Use install space for testing (to capture the issue raised in #28)
- Contributors: Kenta Yonekura, Isaac I.Y. Saito
0.1.6 (2015-12-01)
- [sys] Add travis config and small unit tests (#27)
- [doc] Utilize rosdoc_lite for document generation on ros build farm (#25)
- Contributors: Isaac I.Y. Saito
0.1.5 (2015-02-28)
- Install missing launch directory
- Contributors: Jihoon Lee
0.1.4 (2015-01-28)
- example launchfile. update dependency
- configurable package web root
- add parmeter in readme
- classfy roswww webserver. remove ros runtime dependency
- Contributors: Jihoon Lee, Isaac I.Y. Saito
0.1.3 (2015-01-05)
- Separate webserver.py into module and script files (quick fix to #10).
- Contributors: Isaac I.Y. Saito, Jihoon Lee
0.1.2 (2014-12-13)
- 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
0.1.1 (2013-11-15)
- roswww) correction in response to the error on buildfarm
- roswww) change maintainer. Remove unncessary file
- Contributors: Isao Isaac Saito
0.1.0 (2013-11-14) -----------* Catkinize roswww and roswww_pack packages. Change repository from that of jihoonl to tork-a. * Contributors: Isao Isaac Saito, Jihoon Lee, furushchev
Wiki Tutorials
Dependant Packages
Launch files
- launch/roswww.launch
-
- name [default: roswww]
- webpath [default: www]
- cached [default: true]
- single_package [default: ]
- basic [default: false]
- basic_yaml [default: ]
- port [default: 8085]
- start_port [default: $(arg port)]
- end_port [default: $(arg port)]
- launch/start_bridge.launch
Messages
Services
Plugins
Recent questions tagged roswww at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.1.13 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/tork-a/roswww.git |
VCS Type | git |
VCS Version | develop |
Last Updated | 2021-10-28 |
Dev Status | UNMAINTAINED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Isaac I.Y. Saito
Authors
- Jonathan Mace
- Jihoon Lee
roswww
See ./doc/index.rst for documentation.
Changelog for package roswww
0.1.13 (2021-10-28)
- add basic authentication (#57
- original PR #51
- add single package mode
(#56)
- original PR #54
- add more test on listener.html / talker .html
#55
- make python 2/3 compatible
- use .travis.sh to compile with --install option
- drop indigo/jade/lunar
- add test for listner/talker
-
fix travis build and add melodic and noetic test (#53)
- use add_arguent('-headless') to disable display
* python3 returns bytes in subproces.Popen.communicate 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
0.1.12 (2019-03-20)
0.1.11 (2018-01-22)
- Enable client testing && fix redirect bug
(#42)
- disable test for prerelease / stable ros repo
- fix test script for kinetic
- roswww/roswww_server.py: redirect for get package index without slash
- roswww: add test code for web client
- roswww: add start_port, end_port to launch
- roswww/webserver.py: fix parsing ros arguments
- Contributors: Yuki Furuta
0.1.10 (2017-04-07)
- [capability] Add dis/enabling cache feature #39
- [fix] Add missing dependency for test for Xenial. #38
- Contributors: Taiji Fukaya, Isaac I.Y. Saito
0.1.9 (2016-04-18)
- Changed the target topic to communicate other samples, Rename from chat.launch to start_bridge.launch (#33)
- add example for talker and listener (#33)
- [doc] trying to fix that module api doc is gone inaccessible (#32 )
- Contributors: Isaac I.Y. Saito, Kei Okada, Kenta Yonekura
0.1.8 (2015-12-14)
- [doc] Add rostopic-chat sample #31
- [sys] Utilize test_depend that is defined in REP-140 #30 from 130s/impr/utilize_testdepend
- Contributors: Kenta Yonekura, Isaac I.Y. Saito
0.1.7 (2015-12-07)
- [fix] Developers don't need to create a sample www directory now that it's installed (#28)
- [fix][test] Use install space for testing (to capture the issue raised in #28)
- Contributors: Kenta Yonekura, Isaac I.Y. Saito
0.1.6 (2015-12-01)
- [sys] Add travis config and small unit tests (#27)
- [doc] Utilize rosdoc_lite for document generation on ros build farm (#25)
- Contributors: Isaac I.Y. Saito
0.1.5 (2015-02-28)
- Install missing launch directory
- Contributors: Jihoon Lee
0.1.4 (2015-01-28)
- example launchfile. update dependency
- configurable package web root
- add parmeter in readme
- classfy roswww webserver. remove ros runtime dependency
- Contributors: Jihoon Lee, Isaac I.Y. Saito
0.1.3 (2015-01-05)
- Separate webserver.py into module and script files (quick fix to #10).
- Contributors: Isaac I.Y. Saito, Jihoon Lee
0.1.2 (2014-12-13)
- 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
0.1.1 (2013-11-15)
- roswww) correction in response to the error on buildfarm
- roswww) change maintainer. Remove unncessary file
- Contributors: Isao Isaac Saito
0.1.0 (2013-11-14) -----------* Catkinize roswww and roswww_pack packages. Change repository from that of jihoonl to tork-a. * Contributors: Isao Isaac Saito, Jihoon Lee, furushchev
Wiki Tutorials
Dependant Packages
Launch files
- launch/roswww.launch
-
- name [default: roswww]
- webpath [default: www]
- cached [default: true]
- single_package [default: ]
- basic [default: false]
- basic_yaml [default: ]
- port [default: 8085]
- start_port [default: $(arg port)]
- end_port [default: $(arg port)]
- launch/start_bridge.launch