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 | MAINTAINED |
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
File truncated at 100 lines see the full file
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 | MAINTAINED |
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
File truncated at 100 lines see the full file
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 | MAINTAINED |
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
File truncated at 100 lines see the full file
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 | MAINTAINED |
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
File truncated at 100 lines see the full file
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 | MAINTAINED |
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
File truncated at 100 lines see the full file
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 | MAINTAINED |
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
File truncated at 100 lines see the full file
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 | MAINTAINED |
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
File truncated at 100 lines see the full file
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 | MAINTAINED |
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
File truncated at 100 lines see the full file
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 | MAINTAINED |
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
File truncated at 100 lines see the full file
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 | MAINTAINED |
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
File truncated at 100 lines see the full file
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 | MAINTAINED |
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
File truncated at 100 lines see the full file
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 | MAINTAINED |
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
File truncated at 100 lines see the full file
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 | MAINTAINED |
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
File truncated at 100 lines see the full file
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 | MAINTAINED |
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
File truncated at 100 lines see the full file
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 | MAINTAINED |
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
File truncated at 100 lines see the full file
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 | MAINTAINED |
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
File truncated at 100 lines see the full file
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 | MAINTAINED |
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
File truncated at 100 lines see the full file
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 | MAINTAINED |
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
File truncated at 100 lines see the full file
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 | MAINTAINED |
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
File truncated at 100 lines see the full file
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